sanitizer icon
sanitizer-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sanitizer-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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-.425.425-1.125T17 4q.65.675 1.075 1.375T18.5 6.5q0 .625-.437 1.063T17 8m2.5 7q-1.05 0-1.775-.725T17 12.5q0-.875.775-2.162T19.5 8q.95 1.05 1.725 2.338T22 12.5q0 1.05-.725 1.775T19.5 15M9 18h2v-2h2v-2h-2v-2H9v2H7v2h2zm-5 4V12q0-2.25 1.425-3.9T9 6.1V4H7V2h6q.85 0 1.6.263T16 3l-1.45 1.45q-.35-.2-.737-.325T13 4h-2v2.1q2.15.35 3.575 2T16 12v10zm2-2h8v-8q0-1.65-1.175-2.825T10 8T7.175 9.175T6 12zm0 0h8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSanitizerOutlineSharp(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-.425.425-1.125T17 4q.65.675 1.075 1.375T18.5 6.5q0 .625-.437 1.063T17 8m2.5 7q-1.05 0-1.775-.725T17 12.5q0-.875.775-2.162T19.5 8q.95 1.05 1.725 2.338T22 12.5q0 1.05-.725 1.775T19.5 15M9 18h2v-2h2v-2h-2v-2H9v2H7v2h2zm-5 4V12q0-2.25 1.425-3.9T9 6.1V4H7V2h6q.85 0 1.6.263T16 3l-1.45 1.45q-.35-.2-.737-.325T13 4h-2v2.1q2.15.35 3.575 2T16 12v10zm2-2h8v-8q0-1.65-1.175-2.825T10 8T7.175 9.175T6 12zm0 0h8z"/></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-.425.425-1.125T17 4q.65.675 1.075 1.375T18.5 6.5q0 .625-.437 1.063T17 8m2.5 7q-1.05 0-1.775-.725T17 12.5q0-.875.775-2.162T19.5 8q.95 1.05 1.725 2.338T22 12.5q0 1.05-.725 1.775T19.5 15M9 18h2v-2h2v-2h-2v-2H9v2H7v2h2zm-5 4V12q0-2.25 1.425-3.9T9 6.1V4H7V2h6q.85 0 1.6.263T16 3l-1.45 1.45q-.35-.2-.737-.325T13 4h-2v2.1q2.15.35 3.575 2T16 12v10zm2-2h8v-8q0-1.65-1.175-2.825T10 8T7.175 9.175T6 12zm0 0h8z"/></svg> </template>
CSS
.icon-sanitizer-outline-sharp {
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-.425.425-1.125T17%204q.65.675%201.075%201.375T18.5%206.5q0%20.625-.437%201.063T17%208m2.5%207q-1.05%200-1.775-.725T17%2012.5q0-.875.775-2.162T19.5%208q.95%201.05%201.725%202.338T22%2012.5q0%201.05-.725%201.775T19.5%2015M9%2018h2v-2h2v-2h-2v-2H9v2H7v2h2zm-5%204V12q0-2.25%201.425-3.9T9%206.1V4H7V2h6q.85%200%201.6.263T16%203l-1.45%201.45q-.35-.2-.737-.325T13%204h-2v2.1q2.15.35%203.575%202T16%2012v10zm2-2h8v-8q0-1.65-1.175-2.825T10%208T7.175%209.175T6%2012zm0%200h8z%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-.425.425-1.125T17%204q.65.675%201.075%201.375T18.5%206.5q0%20.625-.437%201.063T17%208m2.5%207q-1.05%200-1.775-.725T17%2012.5q0-.875.775-2.162T19.5%208q.95%201.05%201.725%202.338T22%2012.5q0%201.05-.725%201.775T19.5%2015M9%2018h2v-2h2v-2h-2v-2H9v2H7v2h2zm-5%204V12q0-2.25%201.425-3.9T9%206.1V4H7V2h6q.85%200%201.6.263T16%203l-1.45%201.45q-.35-.2-.737-.325T13%204h-2v2.1q2.15.35%203.575%202T16%2012v10zm2-2h8v-8q0-1.65-1.175-2.825T10%208T7.175%209.175T6%2012zm0%200h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sanitizer-outline-sharp.svg?color=%231a73e8&size=48