sanitizer alt icon

sanitizer-alt from Unicons Solid by Iconscout · Solid · Medical · Apache-2.0 Free for personal and commercial use.

Name
sanitizer-alt
Set
Unicons Solid
Style
Solid
Category
Medical
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More medical icons from Unicons Solid

Use the sanitizer alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 8V5c0-.6-.4-1-1-1h-1V3h1c.6 0 1-.4 1-1s-.4-1-1-1h-4.8C8.5 1 6.9 2 6.1 3.6c-.2.4 0 1 .5 1.3c.5.2 1.1 0 1.3-.4c.4-.9 1.3-1.5 2.3-1.5H12v1h-1c-.6 0-1 .4-1 1v3c-1.7 0-3 1.3-3 3v9c0 1.7 1.3 3 3 3h6c1.7 0 3-1.3 3-3v-9c0-1.7-1.3-3-3-3m-4-2h2v2h-2zm2 11h-2c-.6 0-1-.4-1-1s.4-1 1-1h2c.6 0 1 .4 1 1s-.4 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function UisSanitizerAlt(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 8V5c0-.6-.4-1-1-1h-1V3h1c.6 0 1-.4 1-1s-.4-1-1-1h-4.8C8.5 1 6.9 2 6.1 3.6c-.2.4 0 1 .5 1.3c.5.2 1.1 0 1.3-.4c.4-.9 1.3-1.5 2.3-1.5H12v1h-1c-.6 0-1 .4-1 1v3c-1.7 0-3 1.3-3 3v9c0 1.7 1.3 3 3 3h6c1.7 0 3-1.3 3-3v-9c0-1.7-1.3-3-3-3m-4-2h2v2h-2zm2 11h-2c-.6 0-1-.4-1-1s.4-1 1-1h2c.6 0 1 .4 1 1s-.4 1-1 1"/></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 8V5c0-.6-.4-1-1-1h-1V3h1c.6 0 1-.4 1-1s-.4-1-1-1h-4.8C8.5 1 6.9 2 6.1 3.6c-.2.4 0 1 .5 1.3c.5.2 1.1 0 1.3-.4c.4-.9 1.3-1.5 2.3-1.5H12v1h-1c-.6 0-1 .4-1 1v3c-1.7 0-3 1.3-3 3v9c0 1.7 1.3 3 3 3h6c1.7 0 3-1.3 3-3v-9c0-1.7-1.3-3-3-3m-4-2h2v2h-2zm2 11h-2c-.6 0-1-.4-1-1s.4-1 1-1h2c.6 0 1 .4 1 1s-.4 1-1 1"/></svg>
</template>

CSS

.icon-sanitizer-alt {
  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%208V5c0-.6-.4-1-1-1h-1V3h1c.6%200%201-.4%201-1s-.4-1-1-1h-4.8C8.5%201%206.9%202%206.1%203.6c-.2.4%200%201%20.5%201.3c.5.2%201.1%200%201.3-.4c.4-.9%201.3-1.5%202.3-1.5H12v1h-1c-.6%200-1%20.4-1%201v3c-1.7%200-3%201.3-3%203v9c0%201.7%201.3%203%203%203h6c1.7%200%203-1.3%203-3v-9c0-1.7-1.3-3-3-3m-4-2h2v2h-2zm2%2011h-2c-.6%200-1-.4-1-1s.4-1%201-1h2c.6%200%201%20.4%201%201s-.4%201-1%201%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%208V5c0-.6-.4-1-1-1h-1V3h1c.6%200%201-.4%201-1s-.4-1-1-1h-4.8C8.5%201%206.9%202%206.1%203.6c-.2.4%200%201%20.5%201.3c.5.2%201.1%200%201.3-.4c.4-.9%201.3-1.5%202.3-1.5H12v1h-1c-.6%200-1%20.4-1%201v3c-1.7%200-3%201.3-3%203v9c0%201.7%201.3%203%203%203h6c1.7%200%203-1.3%203-3v-9c0-1.7-1.3-3-3-3m-4-2h2v2h-2zm2%2011h-2c-.6%200-1-.4-1-1s.4-1%201-1h2c.6%200%201%20.4%201%201s-.4%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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