guardian icon
guardian from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- guardian
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- guardian-outline, guardian-outline-sharp, guardian-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the guardian 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-4.246 0-7.123-1.52T2 16.75q0-1.494 1.408-2.691t4.015-1.89V13.2q-2.036.575-3.23 1.523T3 16.75q0 1.716 2.68 2.983T12 21t6.32-1.267T21 16.75q0-1.079-1.193-2.027t-3.23-1.523v-1.03q2.589.672 4.006 1.879T22 16.75q0 2.21-2.877 3.73T12 22m-2.192-4.077V7.096H5v-1h14v1h-4.808v10.827h-1v-4.942h-2.384v4.942zM12 4.903q-.595 0-1.02-.423q-.423-.424-.423-1.019q0-.61.423-1.045T12 1.98t1.018.435t.424 1.045q0 .595-.423 1.02q-.424.423-1.018.423"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGuardian(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-4.246 0-7.123-1.52T2 16.75q0-1.494 1.408-2.691t4.015-1.89V13.2q-2.036.575-3.23 1.523T3 16.75q0 1.716 2.68 2.983T12 21t6.32-1.267T21 16.75q0-1.079-1.193-2.027t-3.23-1.523v-1.03q2.589.672 4.006 1.879T22 16.75q0 2.21-2.877 3.73T12 22m-2.192-4.077V7.096H5v-1h14v1h-4.808v10.827h-1v-4.942h-2.384v4.942zM12 4.903q-.595 0-1.02-.423q-.423-.424-.423-1.019q0-.61.423-1.045T12 1.98t1.018.435t.424 1.045q0 .595-.423 1.02q-.424.423-1.018.423"/></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-4.246 0-7.123-1.52T2 16.75q0-1.494 1.408-2.691t4.015-1.89V13.2q-2.036.575-3.23 1.523T3 16.75q0 1.716 2.68 2.983T12 21t6.32-1.267T21 16.75q0-1.079-1.193-2.027t-3.23-1.523v-1.03q2.589.672 4.006 1.879T22 16.75q0 2.21-2.877 3.73T12 22m-2.192-4.077V7.096H5v-1h14v1h-4.808v10.827h-1v-4.942h-2.384v4.942zM12 4.903q-.595 0-1.02-.423q-.423-.424-.423-1.019q0-.61.423-1.045T12 1.98t1.018.435t.424 1.045q0 .595-.423 1.02q-.424.423-1.018.423"/></svg> </template>
CSS
.icon-guardian {
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-4.246%200-7.123-1.52T2%2016.75q0-1.494%201.408-2.691t4.015-1.89V13.2q-2.036.575-3.23%201.523T3%2016.75q0%201.716%202.68%202.983T12%2021t6.32-1.267T21%2016.75q0-1.079-1.193-2.027t-3.23-1.523v-1.03q2.589.672%204.006%201.879T22%2016.75q0%202.21-2.877%203.73T12%2022m-2.192-4.077V7.096H5v-1h14v1h-4.808v10.827h-1v-4.942h-2.384v4.942zM12%204.903q-.595%200-1.02-.423q-.423-.424-.423-1.019q0-.61.423-1.045T12%201.98t1.018.435t.424%201.045q0%20.595-.423%201.02q-.424.423-1.018.423%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-4.246%200-7.123-1.52T2%2016.75q0-1.494%201.408-2.691t4.015-1.89V13.2q-2.036.575-3.23%201.523T3%2016.75q0%201.716%202.68%202.983T12%2021t6.32-1.267T21%2016.75q0-1.079-1.193-2.027t-3.23-1.523v-1.03q2.589.672%204.006%201.879T22%2016.75q0%202.21-2.877%203.73T12%2022m-2.192-4.077V7.096H5v-1h14v1h-4.808v10.827h-1v-4.942h-2.384v4.942zM12%204.903q-.595%200-1.02-.423q-.423-.424-.423-1.019q0-.61.423-1.045T12%201.98t1.018.435t.424%201.045q0%20.595-.423%201.02q-.424.423-1.018.423%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/guardian.svg?color=%231a73e8&size=48