shield watch icon
shield-watch from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- shield-watch
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shield-watch-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.385 21l-.326-2.108q-.726-.496-1.143-1.266q-.416-.77-.416-1.645t.416-1.645t1.143-1.267l.325-2.108h3.231l.326 2.108q.726.496 1.143 1.266q.416.77.416 1.646t-.416 1.645t-1.144 1.266L19.616 21zm3.39-3.244q.725-.725.725-1.775t-.725-1.775T18 13.48t-1.775.725t-.725 1.775t.725 1.775T18 18.48t1.775-.725M12 20.962q-3.014-.895-5.007-3.651T5 11.1V5.692l7-2.615l7 2.615v2.885h-4.665l-.493 3.252q-.813.829-1.27 1.896t-.457 2.256q0 1.204.457 2.278t1.297 1.902q-.442.275-.91.466q-.467.19-.959.335"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShieldWatch(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.385 21l-.326-2.108q-.726-.496-1.143-1.266q-.416-.77-.416-1.645t.416-1.645t1.143-1.267l.325-2.108h3.231l.326 2.108q.726.496 1.143 1.266q.416.77.416 1.646t-.416 1.645t-1.144 1.266L19.616 21zm3.39-3.244q.725-.725.725-1.775t-.725-1.775T18 13.48t-1.775.725t-.725 1.775t.725 1.775T18 18.48t1.775-.725M12 20.962q-3.014-.895-5.007-3.651T5 11.1V5.692l7-2.615l7 2.615v2.885h-4.665l-.493 3.252q-.813.829-1.27 1.896t-.457 2.256q0 1.204.457 2.278t1.297 1.902q-.442.275-.91.466q-.467.19-.959.335"/></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.385 21l-.326-2.108q-.726-.496-1.143-1.266q-.416-.77-.416-1.645t.416-1.645t1.143-1.267l.325-2.108h3.231l.326 2.108q.726.496 1.143 1.266q.416.77.416 1.646t-.416 1.645t-1.144 1.266L19.616 21zm3.39-3.244q.725-.725.725-1.775t-.725-1.775T18 13.48t-1.775.725t-.725 1.775t.725 1.775T18 18.48t1.775-.725M12 20.962q-3.014-.895-5.007-3.651T5 11.1V5.692l7-2.615l7 2.615v2.885h-4.665l-.493 3.252q-.813.829-1.27 1.896t-.457 2.256q0 1.204.457 2.278t1.297 1.902q-.442.275-.91.466q-.467.19-.959.335"/></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.385%2021l-.326-2.108q-.726-.496-1.143-1.266q-.416-.77-.416-1.645t.416-1.645t1.143-1.267l.325-2.108h3.231l.326%202.108q.726.496%201.143%201.266q.416.77.416%201.646t-.416%201.645t-1.144%201.266L19.616%2021zm3.39-3.244q.725-.725.725-1.775t-.725-1.775T18%2013.48t-1.775.725t-.725%201.775t.725%201.775T18%2018.48t1.775-.725M12%2020.962q-3.014-.895-5.007-3.651T5%2011.1V5.692l7-2.615l7%202.615v2.885h-4.665l-.493%203.252q-.813.829-1.27%201.896t-.457%202.256q0%201.204.457%202.278t1.297%201.902q-.442.275-.91.466q-.467.19-.959.335%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.385%2021l-.326-2.108q-.726-.496-1.143-1.266q-.416-.77-.416-1.645t.416-1.645t1.143-1.267l.325-2.108h3.231l.326%202.108q.726.496%201.143%201.266q.416.77.416%201.646t-.416%201.645t-1.144%201.266L19.616%2021zm3.39-3.244q.725-.725.725-1.775t-.725-1.775T18%2013.48t-1.775.725t-.725%201.775t.725%201.775T18%2018.48t1.775-.725M12%2020.962q-3.014-.895-5.007-3.651T5%2011.1V5.692l7-2.615l7%202.615v2.885h-4.665l-.493%203.252q-.813.829-1.27%201.896t-.457%202.256q0%201.204.457%202.278t1.297%201.902q-.442.275-.91.466q-.467.19-.959.335%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/shield-watch.svg?color=%231a73e8&size=48