round sanitizer icon
round-sanitizer from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-sanitizer
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round sanitizer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 6.5c0-.56.67-1.49 1.11-2.04c.2-.25.58-.25.77 0c.44.55 1.11 1.48 1.11 2.04c.01.83-.66 1.5-1.49 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.25-1.41-3.16-2.11-4.04a.49.49 0 0 0-.77 0c-.71.88-2.12 2.79-2.12 4.04a2.5 2.5 0 0 0 2.5 2.5M12 14h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1H8c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1m4-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H8c-.55 0-1-.45-1-1s.45-1 1-1h5c.61 0 1.19.11 1.72.31c.67.25.83 1.13.33 1.64a1 1 0 0 1-1.05.23c-.32-.12-.65-.18-1-.18h-2v2.09c2.84.48 5 2.94 5 5.91"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSanitizer(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="M15.5 6.5c0-.56.67-1.49 1.11-2.04c.2-.25.58-.25.77 0c.44.55 1.11 1.48 1.11 2.04c.01.83-.66 1.5-1.49 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.25-1.41-3.16-2.11-4.04a.49.49 0 0 0-.77 0c-.71.88-2.12 2.79-2.12 4.04a2.5 2.5 0 0 0 2.5 2.5M12 14h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1H8c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1m4-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H8c-.55 0-1-.45-1-1s.45-1 1-1h5c.61 0 1.19.11 1.72.31c.67.25.83 1.13.33 1.64a1 1 0 0 1-1.05.23c-.32-.12-.65-.18-1-.18h-2v2.09c2.84.48 5 2.94 5 5.91"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 6.5c0-.56.67-1.49 1.11-2.04c.2-.25.58-.25.77 0c.44.55 1.11 1.48 1.11 2.04c.01.83-.66 1.5-1.49 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.25-1.41-3.16-2.11-4.04a.49.49 0 0 0-.77 0c-.71.88-2.12 2.79-2.12 4.04a2.5 2.5 0 0 0 2.5 2.5M12 14h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1H8c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1m4-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H8c-.55 0-1-.45-1-1s.45-1 1-1h5c.61 0 1.19.11 1.72.31c.67.25.83 1.13.33 1.64a1 1 0 0 1-1.05.23c-.32-.12-.65-.18-1-.18h-2v2.09c2.84.48 5 2.94 5 5.91"/></svg> </template>
CSS
.icon-round-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%22M15.5%206.5c0-.56.67-1.49%201.11-2.04c.2-.25.58-.25.77%200c.44.55%201.11%201.48%201.11%202.04c.01.83-.66%201.5-1.49%201.5s-1.5-.67-1.5-1.5m4%208.5a2.5%202.5%200%200%200%202.5-2.5c0-1.25-1.41-3.16-2.11-4.04a.49.49%200%200%200-.77%200c-.71.88-2.12%202.79-2.12%204.04a2.5%202.5%200%200%200%202.5%202.5M12%2014h-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201v1H8c-.55%200-1%20.45-1%201s.45%201%201%201h1v1c0%20.55.45%201%201%201s1-.45%201-1v-1h1c.55%200%201-.45%201-1s-.45-1-1-1m4-2v8c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2v-8c0-2.97%202.16-5.43%205-5.91V4H8c-.55%200-1-.45-1-1s.45-1%201-1h5c.61%200%201.19.11%201.72.31c.67.25.83%201.13.33%201.64a1%201%200%200%201-1.05.23c-.32-.12-.65-.18-1-.18h-2v2.09c2.84.48%205%202.94%205%205.91%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%22M15.5%206.5c0-.56.67-1.49%201.11-2.04c.2-.25.58-.25.77%200c.44.55%201.11%201.48%201.11%202.04c.01.83-.66%201.5-1.49%201.5s-1.5-.67-1.5-1.5m4%208.5a2.5%202.5%200%200%200%202.5-2.5c0-1.25-1.41-3.16-2.11-4.04a.49.49%200%200%200-.77%200c-.71.88-2.12%202.79-2.12%204.04a2.5%202.5%200%200%200%202.5%202.5M12%2014h-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201v1H8c-.55%200-1%20.45-1%201s.45%201%201%201h1v1c0%20.55.45%201%201%201s1-.45%201-1v-1h1c.55%200%201-.45%201-1s-.45-1-1-1m4-2v8c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2v-8c0-2.97%202.16-5.43%205-5.91V4H8c-.55%200-1-.45-1-1s.45-1%201-1h5c.61%200%201.19.11%201.72.31c.67.25.83%201.13.33%201.64a1%201%200%200%201-1.05.23c-.32-.12-.65-.18-1-.18h-2v2.09c2.84.48%205%202.94%205%205.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sanitizer.svg?color=%231a73e8&size=48