mobile-theft from Material Symbols by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.

Name
mobile-theft
Set
Material Symbols
Style
Regular
Category
Privacy
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

Use the mobile theft icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.6 23l-8.9-1.325q-.825-.125-1.325-.788T1 19.4L3.35 3.575q.125-.825.788-1.312T5.625 1.9l1.9.275q0 .8.325 1.6T8.825 5.1l-2.55 2.575q-.425.425-.663.975T5.376 9.8q0 .65.263 1.225t.737 1q-.15.3-.225.625t-.075.675q0 1.275.875 2.138t2.125.862h.3q.4.65 1.075 1.025t1.475.375q.425 0 .575-.05t.725-.225q.2.2.475.425t.675.35l-.5 3.075q-.125.825-.788 1.325T11.6 23m3.15-6.85q-.3-.275-.3-.687t.3-.713l2.375-2.375l-.7-.725l-3.8 3.8q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l3.8-3.8l-.7-.675l-4.5 4.5q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.5-4.5l-.7-.7l-3.1 3.075q-.275.3-.687.3t-.713-.3q-.275-.275-.275-.7t.275-.7l4.375-4.375l-1.525-.85q-.475-.275-.75-.737T9.5 2.125V1h7.25q.6 0 1.15.238t.975.662l2.95 2.95q.575.575.863 1.313t.287 1.512Q23 8.45 22.7 9.188t-.875 1.312l-5.675 5.675q-.275.275-.687.275t-.713-.3m2.8 6.85l-1.05-1.05L19.425 19H17v-1.5h5v5h-1.5v-2.425z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileTheft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.6 23l-8.9-1.325q-.825-.125-1.325-.788T1 19.4L3.35 3.575q.125-.825.788-1.312T5.625 1.9l1.9.275q0 .8.325 1.6T8.825 5.1l-2.55 2.575q-.425.425-.663.975T5.376 9.8q0 .65.263 1.225t.737 1q-.15.3-.225.625t-.075.675q0 1.275.875 2.138t2.125.862h.3q.4.65 1.075 1.025t1.475.375q.425 0 .575-.05t.725-.225q.2.2.475.425t.675.35l-.5 3.075q-.125.825-.788 1.325T11.6 23m3.15-6.85q-.3-.275-.3-.687t.3-.713l2.375-2.375l-.7-.725l-3.8 3.8q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l3.8-3.8l-.7-.675l-4.5 4.5q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.5-4.5l-.7-.7l-3.1 3.075q-.275.3-.687.3t-.713-.3q-.275-.275-.275-.7t.275-.7l4.375-4.375l-1.525-.85q-.475-.275-.75-.737T9.5 2.125V1h7.25q.6 0 1.15.238t.975.662l2.95 2.95q.575.575.863 1.313t.287 1.512Q23 8.45 22.7 9.188t-.875 1.312l-5.675 5.675q-.275.275-.687.275t-.713-.3m2.8 6.85l-1.05-1.05L19.425 19H17v-1.5h5v5h-1.5v-2.425z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.6 23l-8.9-1.325q-.825-.125-1.325-.788T1 19.4L3.35 3.575q.125-.825.788-1.312T5.625 1.9l1.9.275q0 .8.325 1.6T8.825 5.1l-2.55 2.575q-.425.425-.663.975T5.376 9.8q0 .65.263 1.225t.737 1q-.15.3-.225.625t-.075.675q0 1.275.875 2.138t2.125.862h.3q.4.65 1.075 1.025t1.475.375q.425 0 .575-.05t.725-.225q.2.2.475.425t.675.35l-.5 3.075q-.125.825-.788 1.325T11.6 23m3.15-6.85q-.3-.275-.3-.687t.3-.713l2.375-2.375l-.7-.725l-3.8 3.8q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l3.8-3.8l-.7-.675l-4.5 4.5q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.5-4.5l-.7-.7l-3.1 3.075q-.275.3-.687.3t-.713-.3q-.275-.275-.275-.7t.275-.7l4.375-4.375l-1.525-.85q-.475-.275-.75-.737T9.5 2.125V1h7.25q.6 0 1.15.238t.975.662l2.95 2.95q.575.575.863 1.313t.287 1.512Q23 8.45 22.7 9.188t-.875 1.312l-5.675 5.675q-.275.275-.687.275t-.713-.3m2.8 6.85l-1.05-1.05L19.425 19H17v-1.5h5v5h-1.5v-2.425z"/></svg>
</template>

CSS

.icon-mobile-theft {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.6%2023l-8.9-1.325q-.825-.125-1.325-.788T1%2019.4L3.35%203.575q.125-.825.788-1.312T5.625%201.9l1.9.275q0%20.8.325%201.6T8.825%205.1l-2.55%202.575q-.425.425-.663.975T5.376%209.8q0%20.65.263%201.225t.737%201q-.15.3-.225.625t-.075.675q0%201.275.875%202.138t2.125.862h.3q.4.65%201.075%201.025t1.475.375q.425%200%20.575-.05t.725-.225q.2.2.475.425t.675.35l-.5%203.075q-.125.825-.788%201.325T11.6%2023m3.15-6.85q-.3-.275-.3-.687t.3-.713l2.375-2.375l-.7-.725l-3.8%203.8q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l3.8-3.8l-.7-.675l-4.5%204.5q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.5-4.5l-.7-.7l-3.1%203.075q-.275.3-.687.3t-.713-.3q-.275-.275-.275-.7t.275-.7l4.375-4.375l-1.525-.85q-.475-.275-.75-.737T9.5%202.125V1h7.25q.6%200%201.15.238t.975.662l2.95%202.95q.575.575.863%201.313t.287%201.512Q23%208.45%2022.7%209.188t-.875%201.312l-5.675%205.675q-.275.275-.687.275t-.713-.3m2.8%206.85l-1.05-1.05L19.425%2019H17v-1.5h5v5h-1.5v-2.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.6%2023l-8.9-1.325q-.825-.125-1.325-.788T1%2019.4L3.35%203.575q.125-.825.788-1.312T5.625%201.9l1.9.275q0%20.8.325%201.6T8.825%205.1l-2.55%202.575q-.425.425-.663.975T5.376%209.8q0%20.65.263%201.225t.737%201q-.15.3-.225.625t-.075.675q0%201.275.875%202.138t2.125.862h.3q.4.65%201.075%201.025t1.475.375q.425%200%20.575-.05t.725-.225q.2.2.475.425t.675.35l-.5%203.075q-.125.825-.788%201.325T11.6%2023m3.15-6.85q-.3-.275-.3-.687t.3-.713l2.375-2.375l-.7-.725l-3.8%203.8q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l3.8-3.8l-.7-.675l-4.5%204.5q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.5-4.5l-.7-.7l-3.1%203.075q-.275.3-.687.3t-.713-.3q-.275-.275-.275-.7t.275-.7l4.375-4.375l-1.525-.85q-.475-.275-.75-.737T9.5%202.125V1h7.25q.6%200%201.15.238t.975.662l2.95%202.95q.575.575.863%201.313t.287%201.512Q23%208.45%2022.7%209.188t-.875%201.312l-5.675%205.675q-.275.275-.687.275t-.713-.3m2.8%206.85l-1.05-1.05L19.425%2019H17v-1.5h5v5h-1.5v-2.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mobile-theft.svg?color=%231a73e8&size=48