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

Name
mobile-theft-outline
Set
Material Symbols
Style
Outline
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="m12.325 18.1l.475.075l.75.1l.75.1l-.425 2.925q-.125.825-.788 1.325T11.6 23l-8.9-1.325q-.825-.125-1.325-.788T1 19.4L3.35 3.575q.125-.825.788-1.312T5.625 1.9l1.7.25l-.15.988l-.15.987l-1.7-.25L3 19.7l8.9 1.3zm9.5-7.6l-5.675 5.675q-.275.275-.687.275t-.713-.3q-.3-.275-.3-.687t.3-.713L20.4 9.1q.3-.3.45-.662t.15-.763q0-.375-.15-.75t-.45-.675l-3.225-3.225H13.1l2.225 1.225l-6.25 6.25q-.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.312M14.75 9.075L9.8 14.05q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.95-4.95zm2.125 2.125l-4.25 4.25q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l4.25-4.25zM17.55 23l-1.05-1.05L19.425 19H17v-1.5h5v5h-1.5v-2.425zM16.6 7.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileTheftOutline(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="m12.325 18.1l.475.075l.75.1l.75.1l-.425 2.925q-.125.825-.788 1.325T11.6 23l-8.9-1.325q-.825-.125-1.325-.788T1 19.4L3.35 3.575q.125-.825.788-1.312T5.625 1.9l1.7.25l-.15.988l-.15.987l-1.7-.25L3 19.7l8.9 1.3zm9.5-7.6l-5.675 5.675q-.275.275-.687.275t-.713-.3q-.3-.275-.3-.687t.3-.713L20.4 9.1q.3-.3.45-.662t.15-.763q0-.375-.15-.75t-.45-.675l-3.225-3.225H13.1l2.225 1.225l-6.25 6.25q-.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.312M14.75 9.075L9.8 14.05q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.95-4.95zm2.125 2.125l-4.25 4.25q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l4.25-4.25zM17.55 23l-1.05-1.05L19.425 19H17v-1.5h5v5h-1.5v-2.425zM16.6 7.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.325 18.1l.475.075l.75.1l.75.1l-.425 2.925q-.125.825-.788 1.325T11.6 23l-8.9-1.325q-.825-.125-1.325-.788T1 19.4L3.35 3.575q.125-.825.788-1.312T5.625 1.9l1.7.25l-.15.988l-.15.987l-1.7-.25L3 19.7l8.9 1.3zm9.5-7.6l-5.675 5.675q-.275.275-.687.275t-.713-.3q-.3-.275-.3-.687t.3-.713L20.4 9.1q.3-.3.45-.662t.15-.763q0-.375-.15-.75t-.45-.675l-3.225-3.225H13.1l2.225 1.225l-6.25 6.25q-.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.312M14.75 9.075L9.8 14.05q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.95-4.95zm2.125 2.125l-4.25 4.25q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l4.25-4.25zM17.55 23l-1.05-1.05L19.425 19H17v-1.5h5v5h-1.5v-2.425zM16.6 7.7"/></svg>
</template>

CSS

.icon-mobile-theft-outline {
  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%22m12.325%2018.1l.475.075l.75.1l.75.1l-.425%202.925q-.125.825-.788%201.325T11.6%2023l-8.9-1.325q-.825-.125-1.325-.788T1%2019.4L3.35%203.575q.125-.825.788-1.312T5.625%201.9l1.7.25l-.15.988l-.15.987l-1.7-.25L3%2019.7l8.9%201.3zm9.5-7.6l-5.675%205.675q-.275.275-.687.275t-.713-.3q-.3-.275-.3-.687t.3-.713L20.4%209.1q.3-.3.45-.662t.15-.763q0-.375-.15-.75t-.45-.675l-3.225-3.225H13.1l2.225%201.225l-6.25%206.25q-.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.312M14.75%209.075L9.8%2014.05q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.95-4.95zm2.125%202.125l-4.25%204.25q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l4.25-4.25zM17.55%2023l-1.05-1.05L19.425%2019H17v-1.5h5v5h-1.5v-2.425zM16.6%207.7%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%22m12.325%2018.1l.475.075l.75.1l.75.1l-.425%202.925q-.125.825-.788%201.325T11.6%2023l-8.9-1.325q-.825-.125-1.325-.788T1%2019.4L3.35%203.575q.125-.825.788-1.312T5.625%201.9l1.7.25l-.15.988l-.15.987l-1.7-.25L3%2019.7l8.9%201.3zm9.5-7.6l-5.675%205.675q-.275.275-.687.275t-.713-.3q-.3-.275-.3-.687t.3-.713L20.4%209.1q.3-.3.45-.662t.15-.763q0-.375-.15-.75t-.45-.675l-3.225-3.225H13.1l2.225%201.225l-6.25%206.25q-.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.312M14.75%209.075L9.8%2014.05q-.3.275-.712.275t-.713-.3q-.3-.275-.3-.687t.3-.713l4.95-4.95zm2.125%202.125l-4.25%204.25q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.713l4.25-4.25zM17.55%2023l-1.05-1.05L19.425%2019H17v-1.5h5v5h-1.5v-2.425zM16.6%207.7%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-outline.svg?color=%231a73e8&size=48