sanitizer icon
sanitizer-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sanitizer-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the sanitizer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 8q-.625 0-1.062-.437T15.5 6.5q0-.475.413-1.1t.712-.975q.15-.175.375-.175t.375.175q.3.35.713.975t.412 1.1q0 .625-.437 1.063T17 8m2.5 7q-1.05 0-1.775-.725T17 12.5q0-.875.688-2.013T18.925 8.7q.225-.275.575-.275t.575.275q.55.65 1.238 1.788T22 12.5q0 1.05-.725 1.775T19.5 15M9 16v1q0 .425.288.713T10 18t.713-.288T11 17v-1h1q.425 0 .713-.288T13 15t-.288-.712T12 14h-1v-1q0-.425-.288-.712T10 12t-.712.288T9 13v1H8q-.425 0-.712.288T7 15t.288.713T8 16zm-3 6q-.825 0-1.412-.587T4 20v-8q0-2.25 1.425-3.9T9 6.1V4H8q-.425 0-.712-.288T7 3t.288-.712T8 2h5q.85 0 1.538.213t.887.412q.275.125.425.375t.15.55q0 .425-.3.713t-.725.287q-.2 0-.55-.175Q14.1 4.2 13.75 4.1T13 4h-2v2.1q2.15.35 3.575 2T16 12v8q0 .825-.587 1.413T14 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSanitizerRounded(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 8q-.625 0-1.062-.437T15.5 6.5q0-.475.413-1.1t.712-.975q.15-.175.375-.175t.375.175q.3.35.713.975t.412 1.1q0 .625-.437 1.063T17 8m2.5 7q-1.05 0-1.775-.725T17 12.5q0-.875.688-2.013T18.925 8.7q.225-.275.575-.275t.575.275q.55.65 1.238 1.788T22 12.5q0 1.05-.725 1.775T19.5 15M9 16v1q0 .425.288.713T10 18t.713-.288T11 17v-1h1q.425 0 .713-.288T13 15t-.288-.712T12 14h-1v-1q0-.425-.288-.712T10 12t-.712.288T9 13v1H8q-.425 0-.712.288T7 15t.288.713T8 16zm-3 6q-.825 0-1.412-.587T4 20v-8q0-2.25 1.425-3.9T9 6.1V4H8q-.425 0-.712-.288T7 3t.288-.712T8 2h5q.85 0 1.538.213t.887.412q.275.125.425.375t.15.55q0 .425-.3.713t-.725.287q-.2 0-.55-.175Q14.1 4.2 13.75 4.1T13 4h-2v2.1q2.15.35 3.575 2T16 12v8q0 .825-.587 1.413T14 22z"/></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 8q-.625 0-1.062-.437T15.5 6.5q0-.475.413-1.1t.712-.975q.15-.175.375-.175t.375.175q.3.35.713.975t.412 1.1q0 .625-.437 1.063T17 8m2.5 7q-1.05 0-1.775-.725T17 12.5q0-.875.688-2.013T18.925 8.7q.225-.275.575-.275t.575.275q.55.65 1.238 1.788T22 12.5q0 1.05-.725 1.775T19.5 15M9 16v1q0 .425.288.713T10 18t.713-.288T11 17v-1h1q.425 0 .713-.288T13 15t-.288-.712T12 14h-1v-1q0-.425-.288-.712T10 12t-.712.288T9 13v1H8q-.425 0-.712.288T7 15t.288.713T8 16zm-3 6q-.825 0-1.412-.587T4 20v-8q0-2.25 1.425-3.9T9 6.1V4H8q-.425 0-.712-.288T7 3t.288-.712T8 2h5q.85 0 1.538.213t.887.412q.275.125.425.375t.15.55q0 .425-.3.713t-.725.287q-.2 0-.55-.175Q14.1 4.2 13.75 4.1T13 4h-2v2.1q2.15.35 3.575 2T16 12v8q0 .825-.587 1.413T14 22z"/></svg> </template>
CSS
.icon-sanitizer-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%208q-.625%200-1.062-.437T15.5%206.5q0-.475.413-1.1t.712-.975q.15-.175.375-.175t.375.175q.3.35.713.975t.412%201.1q0%20.625-.437%201.063T17%208m2.5%207q-1.05%200-1.775-.725T17%2012.5q0-.875.688-2.013T18.925%208.7q.225-.275.575-.275t.575.275q.55.65%201.238%201.788T22%2012.5q0%201.05-.725%201.775T19.5%2015M9%2016v1q0%20.425.288.713T10%2018t.713-.288T11%2017v-1h1q.425%200%20.713-.288T13%2015t-.288-.712T12%2014h-1v-1q0-.425-.288-.712T10%2012t-.712.288T9%2013v1H8q-.425%200-.712.288T7%2015t.288.713T8%2016zm-3%206q-.825%200-1.412-.587T4%2020v-8q0-2.25%201.425-3.9T9%206.1V4H8q-.425%200-.712-.288T7%203t.288-.712T8%202h5q.85%200%201.538.213t.887.412q.275.125.425.375t.15.55q0%20.425-.3.713t-.725.287q-.2%200-.55-.175Q14.1%204.2%2013.75%204.1T13%204h-2v2.1q2.15.35%203.575%202T16%2012v8q0%20.825-.587%201.413T14%2022z%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%208q-.625%200-1.062-.437T15.5%206.5q0-.475.413-1.1t.712-.975q.15-.175.375-.175t.375.175q.3.35.713.975t.412%201.1q0%20.625-.437%201.063T17%208m2.5%207q-1.05%200-1.775-.725T17%2012.5q0-.875.688-2.013T18.925%208.7q.225-.275.575-.275t.575.275q.55.65%201.238%201.788T22%2012.5q0%201.05-.725%201.775T19.5%2015M9%2016v1q0%20.425.288.713T10%2018t.713-.288T11%2017v-1h1q.425%200%20.713-.288T13%2015t-.288-.712T12%2014h-1v-1q0-.425-.288-.712T10%2012t-.712.288T9%2013v1H8q-.425%200-.712.288T7%2015t.288.713T8%2016zm-3%206q-.825%200-1.412-.587T4%2020v-8q0-2.25%201.425-3.9T9%206.1V4H8q-.425%200-.712-.288T7%203t.288-.712T8%202h5q.85%200%201.538.213t.887.412q.275.125.425.375t.15.55q0%20.425-.3.713t-.725.287q-.2%200-.55-.175Q14.1%204.2%2013.75%204.1T13%204h-2v2.1q2.15.35%203.575%202T16%2012v8q0%20.825-.587%201.413T14%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sanitizer-rounded.svg?color=%231a73e8&size=48