shield watch icon
shield-watch-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- shield-watch-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shield-watch-outline-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="M12 22q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v3h-2V6.375l-6-2.25l-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3q.175-.05.325-.1t.3-.125q.3.425.675.813t.8.712q-.5.275-1.025.475T12 22m4 0l-.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-.725"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShieldWatchOutline(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 22q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v3h-2V6.375l-6-2.25l-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3q.175-.05.325-.1t.3-.125q.3.425.675.813t.8.712q-.5.275-1.025.475T12 22m4 0l-.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-.725"/></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 22q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v3h-2V6.375l-6-2.25l-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3q.175-.05.325-.1t.3-.125q.3.425.675.813t.8.712q-.5.275-1.025.475T12 22m4 0l-.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-.725"/></svg> </template>
CSS
.icon-shield-watch-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%2022q-3.475-.875-5.738-3.988T4%2011.1V5l8-3l8%203v3h-2V6.375l-6-2.25l-6%202.25V11.1q0%203.025%201.7%205.5t4.3%203.3q.175-.05.325-.1t.3-.125q.3.425.675.813t.8.712q-.5.275-1.025.475T12%2022m4%200l-.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-.725%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%2022q-3.475-.875-5.738-3.988T4%2011.1V5l8-3l8%203v3h-2V6.375l-6-2.25l-6%202.25V11.1q0%203.025%201.7%205.5t4.3%203.3q.175-.05.325-.1t.3-.125q.3.425.675.813t.8.712q-.5.275-1.025.475T12%2022m4%200l-.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-.725%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-outline.svg?color=%231a73e8&size=48