twotone sanitizer icon

twotone-sanitizer from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-sanitizer
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone sanitizer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 8c-2.21 0-4 1.79-4 4v8h8v-8c0-2.21-1.79-4-4-4m3 8h-2v2H9v-2H7v-2h2v-2h2v2h2z" opacity=".3"/><path fill="currentColor" d="M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5a2.5 2.5 0 0 0 2.5 2.5M13 14h-2v-2H9v2H7v2h2v2h2v-2h2zm3-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 2.99 1.01l-1.43 1.43C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91m-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4v8h8z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSanitizer(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="M10 8c-2.21 0-4 1.79-4 4v8h8v-8c0-2.21-1.79-4-4-4m3 8h-2v2H9v-2H7v-2h2v-2h2v2h2z" opacity=".3"/><path fill="currentColor" d="M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5a2.5 2.5 0 0 0 2.5 2.5M13 14h-2v-2H9v2H7v2h2v2h2v-2h2zm3-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 2.99 1.01l-1.43 1.43C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91m-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4v8h8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 8c-2.21 0-4 1.79-4 4v8h8v-8c0-2.21-1.79-4-4-4m3 8h-2v2H9v-2H7v-2h2v-2h2v2h2z" opacity=".3"/><path fill="currentColor" d="M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5a2.5 2.5 0 0 0 2.5 2.5M13 14h-2v-2H9v2H7v2h2v2h2v-2h2zm3-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 2.99 1.01l-1.43 1.43C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91m-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4v8h8z"/></svg>
</template>

CSS

.icon-twotone-sanitizer {
  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%22M10%208c-2.21%200-4%201.79-4%204v8h8v-8c0-2.21-1.79-4-4-4m3%208h-2v2H9v-2H7v-2h2v-2h2v2h2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%206.5C15.5%205.66%2017%204%2017%204s1.5%201.66%201.5%202.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5m4%208.5a2.5%202.5%200%200%200%202.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17%2010.83%2017%2012.5a2.5%202.5%200%200%200%202.5%202.5M13%2014h-2v-2H9v2H7v2h2v2h2v-2h2zm3-2v8c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2v-8c0-2.97%202.16-5.43%205-5.91V4H7V2h6c1.13%200%202.15.39%202.99%201.01l-1.43%201.43C14.1%204.17%2013.57%204%2013%204h-2v2.09c2.84.48%205%202.94%205%205.91m-2%200c0-2.21-1.79-4-4-4s-4%201.79-4%204v8h8z%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%22M10%208c-2.21%200-4%201.79-4%204v8h8v-8c0-2.21-1.79-4-4-4m3%208h-2v2H9v-2H7v-2h2v-2h2v2h2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%206.5C15.5%205.66%2017%204%2017%204s1.5%201.66%201.5%202.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5m4%208.5a2.5%202.5%200%200%200%202.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17%2010.83%2017%2012.5a2.5%202.5%200%200%200%202.5%202.5M13%2014h-2v-2H9v2H7v2h2v2h2v-2h2zm3-2v8c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2v-8c0-2.97%202.16-5.43%205-5.91V4H7V2h6c1.13%200%202.15.39%202.99%201.01l-1.43%201.43C14.1%204.17%2013.57%204%2013%204h-2v2.09c2.84.48%205%202.94%205%205.91m-2%200c0-2.21-1.79-4-4-4s-4%201.79-4%204v8h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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