shield watch icon
shield-watch-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- shield-watch-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M17.083 21q-.292 0-.52-.19q-.226-.19-.282-.483l-.221-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.283-.482t.519-.19h1.834q.292 0 .52.19q.226.19.282.483l.221 1.434q.727.496 1.144 1.266t.416 1.646t-.416 1.645t-1.144 1.266l-.22 1.435q-.057.292-.284.483q-.227.19-.519.19zm2.692-3.244q.725-.725.725-1.775t-.725-1.775T18 13.48t-1.775.725t-.725 1.775t.725 1.775T18 18.48t1.775-.725m-8.061 3.061q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923v.952q0 .348-.23.578t-.578.23h-2.48q-.604 0-1.055.387t-.55.984l-.265 1.88q-.813.83-1.27 1.897q-.456 1.067-.456 2.256q0 .986.318 1.896t.899 1.675q.179.237.138.522t-.313.417l-.286.135q-.141.066-.305.116q-.13.05-.28.075t-.287.025t-.286-.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShieldWatchRounded(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="M17.083 21q-.292 0-.52-.19q-.226-.19-.282-.483l-.221-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.283-.482t.519-.19h1.834q.292 0 .52.19q.226.19.282.483l.221 1.434q.727.496 1.144 1.266t.416 1.646t-.416 1.645t-1.144 1.266l-.22 1.435q-.057.292-.284.483q-.227.19-.519.19zm2.692-3.244q.725-.725.725-1.775t-.725-1.775T18 13.48t-1.775.725t-.725 1.775t.725 1.775T18 18.48t1.775-.725m-8.061 3.061q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923v.952q0 .348-.23.578t-.578.23h-2.48q-.604 0-1.055.387t-.55.984l-.265 1.88q-.813.83-1.27 1.897q-.456 1.067-.456 2.256q0 .986.318 1.896t.899 1.675q.179.237.138.522t-.313.417l-.286.135q-.141.066-.305.116q-.13.05-.28.075t-.287.025t-.286-.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.083 21q-.292 0-.52-.19q-.226-.19-.282-.483l-.221-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.283-.482t.519-.19h1.834q.292 0 .52.19q.226.19.282.483l.221 1.434q.727.496 1.144 1.266t.416 1.646t-.416 1.645t-1.144 1.266l-.22 1.435q-.057.292-.284.483q-.227.19-.519.19zm2.692-3.244q.725-.725.725-1.775t-.725-1.775T18 13.48t-1.775.725t-.725 1.775t.725 1.775T18 18.48t1.775-.725m-8.061 3.061q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923v.952q0 .348-.23.578t-.578.23h-2.48q-.604 0-1.055.387t-.55.984l-.265 1.88q-.813.83-1.27 1.897q-.456 1.067-.456 2.256q0 .986.318 1.896t.899 1.675q.179.237.138.522t-.313.417l-.286.135q-.141.066-.305.116q-.13.05-.28.075t-.287.025t-.286-.025"/></svg> </template>
CSS
.icon-shield-watch-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%22M17.083%2021q-.292%200-.52-.19q-.226-.19-.282-.483l-.221-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.283-.482t.519-.19h1.834q.292%200%20.52.19q.226.19.282.483l.221%201.434q.727.496%201.144%201.266t.416%201.646t-.416%201.645t-1.144%201.266l-.22%201.435q-.057.292-.284.483q-.227.19-.519.19zm2.692-3.244q.725-.725.725-1.775t-.725-1.775T18%2013.48t-1.775.725t-.725%201.775t.725%201.775T18%2018.48t1.775-.725m-8.061%203.061q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923v.952q0%20.348-.23.578t-.578.23h-2.48q-.604%200-1.055.387t-.55.984l-.265%201.88q-.813.83-1.27%201.897q-.456%201.067-.456%202.256q0%20.986.318%201.896t.899%201.675q.179.237.138.522t-.313.417l-.286.135q-.141.066-.305.116q-.13.05-.28.075t-.287.025t-.286-.025%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%22M17.083%2021q-.292%200-.52-.19q-.226-.19-.282-.483l-.221-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.283-.482t.519-.19h1.834q.292%200%20.52.19q.226.19.282.483l.221%201.434q.727.496%201.144%201.266t.416%201.646t-.416%201.645t-1.144%201.266l-.22%201.435q-.057.292-.284.483q-.227.19-.519.19zm2.692-3.244q.725-.725.725-1.775t-.725-1.775T18%2013.48t-1.775.725t-.725%201.775t.725%201.775T18%2018.48t1.775-.725m-8.061%203.061q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923v.952q0%20.348-.23.578t-.578.23h-2.48q-.604%200-1.055.387t-.55.984l-.265%201.88q-.813.83-1.27%201.897q-.456%201.067-.456%202.256q0%20.986.318%201.896t.899%201.675q.179.237.138.522t-.313.417l-.286.135q-.141.066-.305.116q-.13.05-.28.075t-.287.025t-.286-.025%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-rounded.svg?color=%231a73e8&size=48