shield watch icon
shield-watch-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- shield-watch-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="m16.28 20.327l-.22-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.284-.482t.518-.19h1.834q.29 0 .518.19t.284.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-.285.483q-.228.19-.518.19h-1.834q-.29 0-.518-.19t-.284-.483m3.494-2.571q.725-.725.725-1.775t-.725-1.775T18 13.48t-1.775.725t-.725 1.775t.725 1.775T18 18.48t1.775-.725M5 11.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.464.186.757.597q.293.412.293.926v1.26q0 .213-.144.356t-.357.144t-.356-.144T18 8.077V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 2.975 1.6 5.45T12 19.9q.31-.108.614-.225q.303-.117.588-.288q.183-.104.368-.044q.186.06.29.244q.104.182.04.379q-.065.196-.24.297q-.254.146-.491.256q-.238.11-.496.218q-.161.05-.324.087t-.349.037t-.349-.037t-.324-.088q-2.915-1.125-4.621-3.838T5 11.1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShieldWatchOutlineRounded(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.28 20.327l-.22-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.284-.482t.518-.19h1.834q.29 0 .518.19t.284.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-.285.483q-.228.19-.518.19h-1.834q-.29 0-.518-.19t-.284-.483m3.494-2.571q.725-.725.725-1.775t-.725-1.775T18 13.48t-1.775.725t-.725 1.775t.725 1.775T18 18.48t1.775-.725M5 11.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.464.186.757.597q.293.412.293.926v1.26q0 .213-.144.356t-.357.144t-.356-.144T18 8.077V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 2.975 1.6 5.45T12 19.9q.31-.108.614-.225q.303-.117.588-.288q.183-.104.368-.044q.186.06.29.244q.104.182.04.379q-.065.196-.24.297q-.254.146-.491.256q-.238.11-.496.218q-.161.05-.324.087t-.349.037t-.349-.037t-.324-.088q-2.915-1.125-4.621-3.838T5 11.1"/></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.28 20.327l-.22-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.284-.482t.518-.19h1.834q.29 0 .518.19t.284.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-.285.483q-.228.19-.518.19h-1.834q-.29 0-.518-.19t-.284-.483m3.494-2.571q.725-.725.725-1.775t-.725-1.775T18 13.48t-1.775.725t-.725 1.775t.725 1.775T18 18.48t1.775-.725M5 11.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.464.186.757.597q.293.412.293.926v1.26q0 .213-.144.356t-.357.144t-.356-.144T18 8.077V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 2.975 1.6 5.45T12 19.9q.31-.108.614-.225q.303-.117.588-.288q.183-.104.368-.044q.186.06.29.244q.104.182.04.379q-.065.196-.24.297q-.254.146-.491.256q-.238.11-.496.218q-.161.05-.324.087t-.349.037t-.349-.037t-.324-.088q-2.915-1.125-4.621-3.838T5 11.1"/></svg> </template>
CSS
.icon-shield-watch-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%22m16.28%2020.327l-.22-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.284-.482t.518-.19h1.834q.29%200%20.518.19t.284.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-.285.483q-.228.19-.518.19h-1.834q-.29%200-.518-.19t-.284-.483m3.494-2.571q.725-.725.725-1.775t-.725-1.775T18%2013.48t-1.775.725t-.725%201.775t.725%201.775T18%2018.48t1.775-.725M5%2011.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.464.186.757.597q.293.412.293.926v1.26q0%20.213-.144.356t-.357.144t-.356-.144T18%208.077V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%202.975%201.6%205.45T12%2019.9q.31-.108.614-.225q.303-.117.588-.288q.183-.104.368-.044q.186.06.29.244q.104.182.04.379q-.065.196-.24.297q-.254.146-.491.256q-.238.11-.496.218q-.161.05-.324.087t-.349.037t-.349-.037t-.324-.088q-2.915-1.125-4.621-3.838T5%2011.1%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.28%2020.327l-.22-1.435q-.727-.496-1.144-1.266t-.416-1.645t.416-1.645t1.143-1.267l.222-1.435q.056-.292.284-.482t.518-.19h1.834q.29%200%20.518.19t.284.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-.285.483q-.228.19-.518.19h-1.834q-.29%200-.518-.19t-.284-.483m3.494-2.571q.725-.725.725-1.775t-.725-1.775T18%2013.48t-1.775.725t-.725%201.775t.725%201.775T18%2018.48t1.775-.725M5%2011.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.464.186.757.597q.293.412.293.926v1.26q0%20.213-.144.356t-.357.144t-.356-.144T18%208.077V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%202.975%201.6%205.45T12%2019.9q.31-.108.614-.225q.303-.117.588-.288q.183-.104.368-.044q.186.06.29.244q.104.182.04.379q-.065.196-.24.297q-.254.146-.491.256q-.238.11-.496.218q-.161.05-.324.087t-.349.037t-.349-.037t-.324-.088q-2.915-1.125-4.621-3.838T5%2011.1%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-outline-rounded.svg?color=%231a73e8&size=48