sanitizer-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
sanitizer-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M16.54 8.346q-.473 0-.804-.328t-.332-.797q0-.319.31-.855q.309-.537.824-1.135q.516.598.825 1.135q.31.536.31.855q0 .469-.33.797t-.804.328m2.215 5.923q-.766 0-1.298-.53q-.533-.531-.533-1.3q0-.641.554-1.582t1.273-1.8q.72.859 1.273 1.8q.554.94.554 1.58q0 .767-.529 1.3q-.528.532-1.294.532m-8.908 2.885h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-2.814 3.308q-.684 0-1.147-.463t-.462-1.153V12q0-1.9 1.262-3.292Q7.946 7.316 9.846 7.1V4.539H8.077v-1H13q.572 0 1.076.156t.962.42l-.738.739q-.294-.14-.618-.228q-.326-.088-.682-.088h-2.154V7.1q1.9.216 3.162 1.608q1.261 1.393 1.261 3.292v6.846q0 .69-.462 1.153t-1.146.463zm.006-1h6.616q.23 0 .423-.193q.192-.192.192-.423V12q0-1.63-1.146-2.777q-1.146-1.146-2.777-1.146T7.57 9.223T6.423 12v6.846q0 .231.193.423q.192.193.423.193m0 0h-.616h7.846z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSanitizerOutline(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.54 8.346q-.473 0-.804-.328t-.332-.797q0-.319.31-.855q.309-.537.824-1.135q.516.598.825 1.135q.31.536.31.855q0 .469-.33.797t-.804.328m2.215 5.923q-.766 0-1.298-.53q-.533-.531-.533-1.3q0-.641.554-1.582t1.273-1.8q.72.859 1.273 1.8q.554.94.554 1.58q0 .767-.529 1.3q-.528.532-1.294.532m-8.908 2.885h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-2.814 3.308q-.684 0-1.147-.463t-.462-1.153V12q0-1.9 1.262-3.292Q7.946 7.316 9.846 7.1V4.539H8.077v-1H13q.572 0 1.076.156t.962.42l-.738.739q-.294-.14-.618-.228q-.326-.088-.682-.088h-2.154V7.1q1.9.216 3.162 1.608q1.261 1.393 1.261 3.292v6.846q0 .69-.462 1.153t-1.146.463zm.006-1h6.616q.23 0 .423-.193q.192-.192.192-.423V12q0-1.63-1.146-2.777q-1.146-1.146-2.777-1.146T7.57 9.223T6.423 12v6.846q0 .231.193.423q.192.193.423.193m0 0h-.616h7.846z"/></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.54 8.346q-.473 0-.804-.328t-.332-.797q0-.319.31-.855q.309-.537.824-1.135q.516.598.825 1.135q.31.536.31.855q0 .469-.33.797t-.804.328m2.215 5.923q-.766 0-1.298-.53q-.533-.531-.533-1.3q0-.641.554-1.582t1.273-1.8q.72.859 1.273 1.8q.554.94.554 1.58q0 .767-.529 1.3q-.528.532-1.294.532m-8.908 2.885h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-2.814 3.308q-.684 0-1.147-.463t-.462-1.153V12q0-1.9 1.262-3.292Q7.946 7.316 9.846 7.1V4.539H8.077v-1H13q.572 0 1.076.156t.962.42l-.738.739q-.294-.14-.618-.228q-.326-.088-.682-.088h-2.154V7.1q1.9.216 3.162 1.608q1.261 1.393 1.261 3.292v6.846q0 .69-.462 1.153t-1.146.463zm.006-1h6.616q.23 0 .423-.193q.192-.192.192-.423V12q0-1.63-1.146-2.777q-1.146-1.146-2.777-1.146T7.57 9.223T6.423 12v6.846q0 .231.193.423q.192.193.423.193m0 0h-.616h7.846z"/></svg>
</template>

CSS

.icon-sanitizer-outline {
  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.54%208.346q-.473%200-.804-.328t-.332-.797q0-.319.31-.855q.309-.537.824-1.135q.516.598.825%201.135q.31.536.31.855q0%20.469-.33.797t-.804.328m2.215%205.923q-.766%200-1.298-.53q-.533-.531-.533-1.3q0-.641.554-1.582t1.273-1.8q.72.859%201.273%201.8q.554.94.554%201.58q0%20.767-.529%201.3q-.528.532-1.294.532m-8.908%202.885h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-2.814%203.308q-.684%200-1.147-.463t-.462-1.153V12q0-1.9%201.262-3.292Q7.946%207.316%209.846%207.1V4.539H8.077v-1H13q.572%200%201.076.156t.962.42l-.738.739q-.294-.14-.618-.228q-.326-.088-.682-.088h-2.154V7.1q1.9.216%203.162%201.608q1.261%201.393%201.261%203.292v6.846q0%20.69-.462%201.153t-1.146.463zm.006-1h6.616q.23%200%20.423-.193q.192-.192.192-.423V12q0-1.63-1.146-2.777q-1.146-1.146-2.777-1.146T7.57%209.223T6.423%2012v6.846q0%20.231.193.423q.192.193.423.193m0%200h-.616h7.846z%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.54%208.346q-.473%200-.804-.328t-.332-.797q0-.319.31-.855q.309-.537.824-1.135q.516.598.825%201.135q.31.536.31.855q0%20.469-.33.797t-.804.328m2.215%205.923q-.766%200-1.298-.53q-.533-.531-.533-1.3q0-.641.554-1.582t1.273-1.8q.72.859%201.273%201.8q.554.94.554%201.58q0%20.767-.529%201.3q-.528.532-1.294.532m-8.908%202.885h1v-2h2v-1h-2v-2h-1v2h-2v1h2zm-2.814%203.308q-.684%200-1.147-.463t-.462-1.153V12q0-1.9%201.262-3.292Q7.946%207.316%209.846%207.1V4.539H8.077v-1H13q.572%200%201.076.156t.962.42l-.738.739q-.294-.14-.618-.228q-.326-.088-.682-.088h-2.154V7.1q1.9.216%203.162%201.608q1.261%201.393%201.261%203.292v6.846q0%20.69-.462%201.153t-1.146.463zm.006-1h6.616q.23%200%20.423-.193q.192-.192.192-.423V12q0-1.63-1.146-2.777q-1.146-1.146-2.777-1.146T7.57%209.223T6.423%2012v6.846q0%20.231.193.423q.192.193.423.193m0%200h-.616h7.846z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sanitizer-outline.svg?color=%231a73e8&size=48