Mobile Theft icon

Mobile Theft is a Google Material Symbol from the Privacy category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

mobile_theft_outlined_fill0_wght400.svg

Mobile Theft icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=mobile_theft" />

<span class="material-symbols-outlined">mobile_theft</span>

Mobile Theft icon in React

// With the font from the HTML tab:
export function MobileTheftIcon() {
  return (
    <span className="material-symbols-outlined">
      mobile_theft
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import MobileTheftIcon from "@material-symbols/svg-400/outlined/mobile_theft.svg?react";

Mobile Theft icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">mobile_theft</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import MobileTheftIcon from "@material-symbols/svg-400/outlined/mobile_theft.svg?component"; -->

Mobile Theft icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">mobile_theft</mat-icon>

Mobile Theft icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.mobile_theft, fill: 0, weight: 400)

Mobile Theft icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/mobile_theft.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M7.6 12.45Zm4.9 6.075 .375 .05q.275 .05 .563 .075t.562 .075L13.55 21.7q-.093 .622-.584 .998Q12.475 23.075 11.85 22.975L2.225 21.55q-.6-.075-.975-.575t-.275-1.125l2.45-16.675q.095-.619 .598-.984Q4.525 1.825 5.125 1.9l1.75 .275q-.05 .35-.112 .738T6.65 3.65l-1.725-.25-2.475 16.675 9.625 1.425 .425-2.975Zm9.275-8.25L16 16.05q-.225 .225-.529 .225t-.525-.23q-.221-.211-.221-.528 0-.317 .225-.517l5.775-5.775q.35-.35 .513-.769Q21.4 8.037 21.4 7.575q0-.425-.162-.85T20.725 5.95L17.325 2.55H12.1l2.8 1.625-6.1 6.1q-.212 .225-.531 .225t-.541-.235Q7.525 10.05 7.525 9.738q0-.311 .2-.513l4.725-4.725-2-1.1q-.359-.208-.567-.559-.208-.35-.208-.766v-1.025h7.35q.425 0 .84 .178Q18.28 1.406 18.6 1.725l3.175 3.15q.575 .575 .85 1.272T22.9 7.575q0 .725-.275 1.425t-.85 1.275Zm-7.425-1.25L9.5 13.875q-.2 .225-.511 .225-.311 0-.538-.23-.226-.211-.226-.528 0-.317 .225-.517l4.85-4.875 1.05 1.075Zm2.175 2.15L12.4 15.325q-.227 .225-.538 .225-.312 0-.534-.226-.203-.227-.203-.538 0-.311 .2-.536l4.15-4.15 1.05 1.075Zm1.1 11.825-.825-.85 3.15-3.175H17.225v-1.2h4.775v4.775h-1.2v-2.725L17.625 23Zm-1.25-15.15Z" />
</vector>

Mobile Theft icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/mobile_theft.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/mobile_theft.svg" width="24" height="24" alt="Mobile Theft">

Mobile Theft icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameMobile Theft
Ligaturemobile_theft
Code pointU+F2A9
CategoryPrivacy
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/mobile_theft.svg, mobile_theft-fill.svg
FlutterSymbols.mobile_theft
LicenseApache License 2.0 (© Google LLC)

Keywords

privacyalerthardwarephonesecurityslashwarningcellprotectionchattabletdangerdiagonal line

Related icons