shield-watch from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
shield-watch
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
shield-watch-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the shield watch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16 22l-.575-2.3q-.9-.65-1.412-1.612T13.5 16t.513-2.087t1.412-1.613L16 10h4l.575 2.3q.9.65 1.413 1.613T22.5 16t-.513 2.088t-1.412 1.612L20 22zm3.775-4.225Q20.5 17.05 20.5 16t-.725-1.775T18 13.5t-1.775.725T15.5 16t.725 1.775T18 18.5t1.775-.725M12 22q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v3h-5.55l-.8 3.175q-1.025.925-1.588 2.175T11.5 16q0 1.55.688 2.913T14.1 21.2q-.5.275-1.025.475T12 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShieldWatch(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="m16 22l-.575-2.3q-.9-.65-1.412-1.612T13.5 16t.513-2.087t1.412-1.613L16 10h4l.575 2.3q.9.65 1.413 1.613T22.5 16t-.513 2.088t-1.412 1.612L20 22zm3.775-4.225Q20.5 17.05 20.5 16t-.725-1.775T18 13.5t-1.775.725T15.5 16t.725 1.775T18 18.5t1.775-.725M12 22q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v3h-5.55l-.8 3.175q-1.025.925-1.588 2.175T11.5 16q0 1.55.688 2.913T14.1 21.2q-.5.275-1.025.475T12 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16 22l-.575-2.3q-.9-.65-1.412-1.612T13.5 16t.513-2.087t1.412-1.613L16 10h4l.575 2.3q.9.65 1.413 1.613T22.5 16t-.513 2.088t-1.412 1.612L20 22zm3.775-4.225Q20.5 17.05 20.5 16t-.725-1.775T18 13.5t-1.775.725T15.5 16t.725 1.775T18 18.5t1.775-.725M12 22q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v3h-5.55l-.8 3.175q-1.025.925-1.588 2.175T11.5 16q0 1.55.688 2.913T14.1 21.2q-.5.275-1.025.475T12 22"/></svg>
</template>

CSS

.icon-shield-watch {
  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%22m16%2022l-.575-2.3q-.9-.65-1.412-1.612T13.5%2016t.513-2.087t1.412-1.613L16%2010h4l.575%202.3q.9.65%201.413%201.613T22.5%2016t-.513%202.088t-1.412%201.612L20%2022zm3.775-4.225Q20.5%2017.05%2020.5%2016t-.725-1.775T18%2013.5t-1.775.725T15.5%2016t.725%201.775T18%2018.5t1.775-.725M12%2022q-3.475-.875-5.738-3.988T4%2011.1V5l8-3l8%203v3h-5.55l-.8%203.175q-1.025.925-1.588%202.175T11.5%2016q0%201.55.688%202.913T14.1%2021.2q-.5.275-1.025.475T12%2022%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%22m16%2022l-.575-2.3q-.9-.65-1.412-1.612T13.5%2016t.513-2.087t1.412-1.613L16%2010h4l.575%202.3q.9.65%201.413%201.613T22.5%2016t-.513%202.088t-1.412%201.612L20%2022zm3.775-4.225Q20.5%2017.05%2020.5%2016t-.725-1.775T18%2013.5t-1.775.725T15.5%2016t.725%201.775T18%2018.5t1.775-.725M12%2022q-3.475-.875-5.738-3.988T4%2011.1V5l8-3l8%203v3h-5.55l-.8%203.175q-1.025.925-1.588%202.175T11.5%2016q0%201.55.688%202.913T14.1%2021.2q-.5.275-1.025.475T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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