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

Name
mobile-theft-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

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.504 21.866l-7.996-1.191q-.672-.087-1.075-.624q-.404-.537-.299-1.209L4.292 4.344q.087-.671.624-1.072q.538-.4 1.209-.295l.508.08q.194.032.316.196t.092.368q-.032.204-.193.323t-.356.089L5.98 3.97q-.27-.038-.471.106q-.202.144-.24.414L3.134 18.989q-.039.269.106.47q.144.203.413.241l7.996 1.166q.27.038.462-.106q.192-.145.23-.414l.256-1.656q.03-.194.193-.316q.161-.122.365-.091t.326.195t.091.358l-.236 1.656q-.1.669-.631 1.074t-1.202.3m9.398-11.578l-5.31 5.31q-.16.16-.36.16t-.347-.16q-.146-.146-.146-.347t.145-.347L20.19 9.58q.338-.339.517-.757t.179-.88q0-.452-.174-.875t-.522-.761L17.002 3.14h-5.536l2.011 1.17q.348.212.404.597q.056.384-.237.677l-4.703 4.704q-.136.146-.34.146q-.203 0-.349-.146q-.16-.134-.16-.341t.16-.367l4.51-4.51l-1.833-1.023q-.386-.218-.61-.584t-.223-.82v-.028q0-.195.143-.338q.144-.143.338-.143h5.846q.485 0 .929.18t.792.527L20.902 5.6q.479.477.718 1.09q.24.611.24 1.254q.006.64-.24 1.254t-.718 1.09M8.894 13.603q-.146-.136-.146-.339t.166-.369l3.98-3.98q.14-.141.351-.15t.357.15q.146.146.14.356q-.008.21-.154.357l-3.98 3.98q-.16.166-.354.163t-.36-.168m2.667 1.329q-.155-.166-.158-.357t.163-.357l3.318-3.319q.147-.146.348-.156t.366.156t.166.357t-.166.356l-3.32 3.32q-.164.165-.356.165t-.36-.165m8.534 4.01l-2.713 2.726q-.13.143-.304.146t-.323-.146q-.148-.148-.139-.313q.01-.165.139-.313l2.707-2.733H17.25q-.192 0-.317-.125t-.125-.317t.125-.317t.317-.126h2.923q.343 0 .576.232t.232.576v2.923q0 .192-.125.317t-.317.125t-.317-.125t-.126-.317zM16.081 7.989"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileTheftOutlineRounded(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.504 21.866l-7.996-1.191q-.672-.087-1.075-.624q-.404-.537-.299-1.209L4.292 4.344q.087-.671.624-1.072q.538-.4 1.209-.295l.508.08q.194.032.316.196t.092.368q-.032.204-.193.323t-.356.089L5.98 3.97q-.27-.038-.471.106q-.202.144-.24.414L3.134 18.989q-.039.269.106.47q.144.203.413.241l7.996 1.166q.27.038.462-.106q.192-.145.23-.414l.256-1.656q.03-.194.193-.316q.161-.122.365-.091t.326.195t.091.358l-.236 1.656q-.1.669-.631 1.074t-1.202.3m9.398-11.578l-5.31 5.31q-.16.16-.36.16t-.347-.16q-.146-.146-.146-.347t.145-.347L20.19 9.58q.338-.339.517-.757t.179-.88q0-.452-.174-.875t-.522-.761L17.002 3.14h-5.536l2.011 1.17q.348.212.404.597q.056.384-.237.677l-4.703 4.704q-.136.146-.34.146q-.203 0-.349-.146q-.16-.134-.16-.341t.16-.367l4.51-4.51l-1.833-1.023q-.386-.218-.61-.584t-.223-.82v-.028q0-.195.143-.338q.144-.143.338-.143h5.846q.485 0 .929.18t.792.527L20.902 5.6q.479.477.718 1.09q.24.611.24 1.254q.006.64-.24 1.254t-.718 1.09M8.894 13.603q-.146-.136-.146-.339t.166-.369l3.98-3.98q.14-.141.351-.15t.357.15q.146.146.14.356q-.008.21-.154.357l-3.98 3.98q-.16.166-.354.163t-.36-.168m2.667 1.329q-.155-.166-.158-.357t.163-.357l3.318-3.319q.147-.146.348-.156t.366.156t.166.357t-.166.356l-3.32 3.32q-.164.165-.356.165t-.36-.165m8.534 4.01l-2.713 2.726q-.13.143-.304.146t-.323-.146q-.148-.148-.139-.313q.01-.165.139-.313l2.707-2.733H17.25q-.192 0-.317-.125t-.125-.317t.125-.317t.317-.126h2.923q.343 0 .576.232t.232.576v2.923q0 .192-.125.317t-.317.125t-.317-.125t-.126-.317zM16.081 7.989"/></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.504 21.866l-7.996-1.191q-.672-.087-1.075-.624q-.404-.537-.299-1.209L4.292 4.344q.087-.671.624-1.072q.538-.4 1.209-.295l.508.08q.194.032.316.196t.092.368q-.032.204-.193.323t-.356.089L5.98 3.97q-.27-.038-.471.106q-.202.144-.24.414L3.134 18.989q-.039.269.106.47q.144.203.413.241l7.996 1.166q.27.038.462-.106q.192-.145.23-.414l.256-1.656q.03-.194.193-.316q.161-.122.365-.091t.326.195t.091.358l-.236 1.656q-.1.669-.631 1.074t-1.202.3m9.398-11.578l-5.31 5.31q-.16.16-.36.16t-.347-.16q-.146-.146-.146-.347t.145-.347L20.19 9.58q.338-.339.517-.757t.179-.88q0-.452-.174-.875t-.522-.761L17.002 3.14h-5.536l2.011 1.17q.348.212.404.597q.056.384-.237.677l-4.703 4.704q-.136.146-.34.146q-.203 0-.349-.146q-.16-.134-.16-.341t.16-.367l4.51-4.51l-1.833-1.023q-.386-.218-.61-.584t-.223-.82v-.028q0-.195.143-.338q.144-.143.338-.143h5.846q.485 0 .929.18t.792.527L20.902 5.6q.479.477.718 1.09q.24.611.24 1.254q.006.64-.24 1.254t-.718 1.09M8.894 13.603q-.146-.136-.146-.339t.166-.369l3.98-3.98q.14-.141.351-.15t.357.15q.146.146.14.356q-.008.21-.154.357l-3.98 3.98q-.16.166-.354.163t-.36-.168m2.667 1.329q-.155-.166-.158-.357t.163-.357l3.318-3.319q.147-.146.348-.156t.366.156t.166.357t-.166.356l-3.32 3.32q-.164.165-.356.165t-.36-.165m8.534 4.01l-2.713 2.726q-.13.143-.304.146t-.323-.146q-.148-.148-.139-.313q.01-.165.139-.313l2.707-2.733H17.25q-.192 0-.317-.125t-.125-.317t.125-.317t.317-.126h2.923q.343 0 .576.232t.232.576v2.923q0 .192-.125.317t-.317.125t-.317-.125t-.126-.317zM16.081 7.989"/></svg>
</template>

CSS

.icon-mobile-theft-outline-rounded {
  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.504%2021.866l-7.996-1.191q-.672-.087-1.075-.624q-.404-.537-.299-1.209L4.292%204.344q.087-.671.624-1.072q.538-.4%201.209-.295l.508.08q.194.032.316.196t.092.368q-.032.204-.193.323t-.356.089L5.98%203.97q-.27-.038-.471.106q-.202.144-.24.414L3.134%2018.989q-.039.269.106.47q.144.203.413.241l7.996%201.166q.27.038.462-.106q.192-.145.23-.414l.256-1.656q.03-.194.193-.316q.161-.122.365-.091t.326.195t.091.358l-.236%201.656q-.1.669-.631%201.074t-1.202.3m9.398-11.578l-5.31%205.31q-.16.16-.36.16t-.347-.16q-.146-.146-.146-.347t.145-.347L20.19%209.58q.338-.339.517-.757t.179-.88q0-.452-.174-.875t-.522-.761L17.002%203.14h-5.536l2.011%201.17q.348.212.404.597q.056.384-.237.677l-4.703%204.704q-.136.146-.34.146q-.203%200-.349-.146q-.16-.134-.16-.341t.16-.367l4.51-4.51l-1.833-1.023q-.386-.218-.61-.584t-.223-.82v-.028q0-.195.143-.338q.144-.143.338-.143h5.846q.485%200%20.929.18t.792.527L20.902%205.6q.479.477.718%201.09q.24.611.24%201.254q.006.64-.24%201.254t-.718%201.09M8.894%2013.603q-.146-.136-.146-.339t.166-.369l3.98-3.98q.14-.141.351-.15t.357.15q.146.146.14.356q-.008.21-.154.357l-3.98%203.98q-.16.166-.354.163t-.36-.168m2.667%201.329q-.155-.166-.158-.357t.163-.357l3.318-3.319q.147-.146.348-.156t.366.156t.166.357t-.166.356l-3.32%203.32q-.164.165-.356.165t-.36-.165m8.534%204.01l-2.713%202.726q-.13.143-.304.146t-.323-.146q-.148-.148-.139-.313q.01-.165.139-.313l2.707-2.733H17.25q-.192%200-.317-.125t-.125-.317t.125-.317t.317-.126h2.923q.343%200%20.576.232t.232.576v2.923q0%20.192-.125.317t-.317.125t-.317-.125t-.126-.317zM16.081%207.989%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.504%2021.866l-7.996-1.191q-.672-.087-1.075-.624q-.404-.537-.299-1.209L4.292%204.344q.087-.671.624-1.072q.538-.4%201.209-.295l.508.08q.194.032.316.196t.092.368q-.032.204-.193.323t-.356.089L5.98%203.97q-.27-.038-.471.106q-.202.144-.24.414L3.134%2018.989q-.039.269.106.47q.144.203.413.241l7.996%201.166q.27.038.462-.106q.192-.145.23-.414l.256-1.656q.03-.194.193-.316q.161-.122.365-.091t.326.195t.091.358l-.236%201.656q-.1.669-.631%201.074t-1.202.3m9.398-11.578l-5.31%205.31q-.16.16-.36.16t-.347-.16q-.146-.146-.146-.347t.145-.347L20.19%209.58q.338-.339.517-.757t.179-.88q0-.452-.174-.875t-.522-.761L17.002%203.14h-5.536l2.011%201.17q.348.212.404.597q.056.384-.237.677l-4.703%204.704q-.136.146-.34.146q-.203%200-.349-.146q-.16-.134-.16-.341t.16-.367l4.51-4.51l-1.833-1.023q-.386-.218-.61-.584t-.223-.82v-.028q0-.195.143-.338q.144-.143.338-.143h5.846q.485%200%20.929.18t.792.527L20.902%205.6q.479.477.718%201.09q.24.611.24%201.254q.006.64-.24%201.254t-.718%201.09M8.894%2013.603q-.146-.136-.146-.339t.166-.369l3.98-3.98q.14-.141.351-.15t.357.15q.146.146.14.356q-.008.21-.154.357l-3.98%203.98q-.16.166-.354.163t-.36-.168m2.667%201.329q-.155-.166-.158-.357t.163-.357l3.318-3.319q.147-.146.348-.156t.366.156t.166.357t-.166.356l-3.32%203.32q-.164.165-.356.165t-.36-.165m8.534%204.01l-2.713%202.726q-.13.143-.304.146t-.323-.146q-.148-.148-.139-.313q.01-.165.139-.313l2.707-2.733H17.25q-.192%200-.317-.125t-.125-.317t.125-.317t.317-.126h2.923q.343%200%20.576.232t.232.576v2.923q0%20.192-.125.317t-.317.125t-.317-.125t-.126-.317zM16.081%207.989%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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