sanitize-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
sanitize-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Use the sanitize icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.94 4.182L4.681 7.439a1.5 1.5 0 0 0 0 2.121l3.924 3.924a3.5 3.5 0 0 0-.577 1.544L3.62 10.621a3 3 0 0 1 0-4.243l3.26-3.257a3 3 0 0 1 4.242 0l3.446 3.445q-.113.087-.214.185l-.103-.001c-.497 0-.934.117-1.305.316l-2.884-2.884a1.5 1.5 0 0 0-2.122 0m6.825 3.64a1.8 1.8 0 0 0-.515-.072c-1.096 0-1.746.9-1.746 1.75v3.672A3 3 0 0 0 11.496 13C10.099 13 9 14.031 9 15.5c0 .242.117.469.313.61l1.718 1.229l.954.832a11.3 11.3 0 0 1 1.71 1.87l.6.824A2.75 2.75 0 0 0 16.52 22h1.638c.931 0 1.824-.474 2.305-1.312c.302-.526.676-1.217.977-1.902c.286-.65.56-1.413.56-2.037v-6C22 9.896 21.342 9 20.25 9q-.164 0-.317.027c-.192-.682-.792-1.276-1.683-1.276q-.274 0-.514.072A1.7 1.7 0 0 0 16.25 7a1.7 1.7 0 0 0-1.485.822m1.666.748a.27.27 0 0 1 .069.178v4.501a.75.75 0 0 0 1.5 0v-3.8a.22.22 0 0 1 .058-.123a.25.25 0 0 1 .192-.075c.095 0 .147.033.18.07c.043.046.07.114.07.18v4.25a.75.75 0 0 0 1.5 0v-3c0-.066.026-.133.07-.18c.034-.038.086-.07.18-.07s.146.032.18.07c.044.047.07.114.07.18v6c0 .28-.149.785-.433 1.433c-.27.615-.615 1.254-.905 1.758a1.14 1.14 0 0 1-1.004.559H16.52c-.4 0-.776-.192-1.011-.516l-.598-.824a12.8 12.8 0 0 0-1.939-2.12l-.982-.856l-.056-.044l-1.383-.99c.124-.409.476-.65.946-.65c.637 0 1.09.4 1.242.534l.03.027a.75.75 0 0 0 1.236-.572V9.5c0-.067.027-.135.07-.18c.032-.037.082-.07.176-.07c.095 0 .147.034.18.07c.043.046.07.114.07.18v3.75a.75.75 0 0 0 1.5 0V8.749a.27.27 0 0 1 .07-.178c.034-.038.086-.07.18-.07s.146.032.18.07M4.25 14a.75.75 0 0 1 .75.75v.747h.746a.75.75 0 0 1 0 1.5H5v.756a.75.75 0 0 1-1.5 0v-.756h-.75a.75.75 0 0 1 0-1.5h.751v-.748a.75.75 0 0 1 .75-.75m4 3.5a.75.75 0 0 1 .75.75v.747h.746a.75.75 0 0 1 0 1.5H9v.756a.75.75 0 0 1-1.5 0v-.756h-.75a.75.75 0 0 1 0-1.5h.751v-.747a.75.75 0 0 1 .75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentSanitize24Regular(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="M7.94 4.182L4.681 7.439a1.5 1.5 0 0 0 0 2.121l3.924 3.924a3.5 3.5 0 0 0-.577 1.544L3.62 10.621a3 3 0 0 1 0-4.243l3.26-3.257a3 3 0 0 1 4.242 0l3.446 3.445q-.113.087-.214.185l-.103-.001c-.497 0-.934.117-1.305.316l-2.884-2.884a1.5 1.5 0 0 0-2.122 0m6.825 3.64a1.8 1.8 0 0 0-.515-.072c-1.096 0-1.746.9-1.746 1.75v3.672A3 3 0 0 0 11.496 13C10.099 13 9 14.031 9 15.5c0 .242.117.469.313.61l1.718 1.229l.954.832a11.3 11.3 0 0 1 1.71 1.87l.6.824A2.75 2.75 0 0 0 16.52 22h1.638c.931 0 1.824-.474 2.305-1.312c.302-.526.676-1.217.977-1.902c.286-.65.56-1.413.56-2.037v-6C22 9.896 21.342 9 20.25 9q-.164 0-.317.027c-.192-.682-.792-1.276-1.683-1.276q-.274 0-.514.072A1.7 1.7 0 0 0 16.25 7a1.7 1.7 0 0 0-1.485.822m1.666.748a.27.27 0 0 1 .069.178v4.501a.75.75 0 0 0 1.5 0v-3.8a.22.22 0 0 1 .058-.123a.25.25 0 0 1 .192-.075c.095 0 .147.033.18.07c.043.046.07.114.07.18v4.25a.75.75 0 0 0 1.5 0v-3c0-.066.026-.133.07-.18c.034-.038.086-.07.18-.07s.146.032.18.07c.044.047.07.114.07.18v6c0 .28-.149.785-.433 1.433c-.27.615-.615 1.254-.905 1.758a1.14 1.14 0 0 1-1.004.559H16.52c-.4 0-.776-.192-1.011-.516l-.598-.824a12.8 12.8 0 0 0-1.939-2.12l-.982-.856l-.056-.044l-1.383-.99c.124-.409.476-.65.946-.65c.637 0 1.09.4 1.242.534l.03.027a.75.75 0 0 0 1.236-.572V9.5c0-.067.027-.135.07-.18c.032-.037.082-.07.176-.07c.095 0 .147.034.18.07c.043.046.07.114.07.18v3.75a.75.75 0 0 0 1.5 0V8.749a.27.27 0 0 1 .07-.178c.034-.038.086-.07.18-.07s.146.032.18.07M4.25 14a.75.75 0 0 1 .75.75v.747h.746a.75.75 0 0 1 0 1.5H5v.756a.75.75 0 0 1-1.5 0v-.756h-.75a.75.75 0 0 1 0-1.5h.751v-.748a.75.75 0 0 1 .75-.75m4 3.5a.75.75 0 0 1 .75.75v.747h.746a.75.75 0 0 1 0 1.5H9v.756a.75.75 0 0 1-1.5 0v-.756h-.75a.75.75 0 0 1 0-1.5h.751v-.747a.75.75 0 0 1 .75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.94 4.182L4.681 7.439a1.5 1.5 0 0 0 0 2.121l3.924 3.924a3.5 3.5 0 0 0-.577 1.544L3.62 10.621a3 3 0 0 1 0-4.243l3.26-3.257a3 3 0 0 1 4.242 0l3.446 3.445q-.113.087-.214.185l-.103-.001c-.497 0-.934.117-1.305.316l-2.884-2.884a1.5 1.5 0 0 0-2.122 0m6.825 3.64a1.8 1.8 0 0 0-.515-.072c-1.096 0-1.746.9-1.746 1.75v3.672A3 3 0 0 0 11.496 13C10.099 13 9 14.031 9 15.5c0 .242.117.469.313.61l1.718 1.229l.954.832a11.3 11.3 0 0 1 1.71 1.87l.6.824A2.75 2.75 0 0 0 16.52 22h1.638c.931 0 1.824-.474 2.305-1.312c.302-.526.676-1.217.977-1.902c.286-.65.56-1.413.56-2.037v-6C22 9.896 21.342 9 20.25 9q-.164 0-.317.027c-.192-.682-.792-1.276-1.683-1.276q-.274 0-.514.072A1.7 1.7 0 0 0 16.25 7a1.7 1.7 0 0 0-1.485.822m1.666.748a.27.27 0 0 1 .069.178v4.501a.75.75 0 0 0 1.5 0v-3.8a.22.22 0 0 1 .058-.123a.25.25 0 0 1 .192-.075c.095 0 .147.033.18.07c.043.046.07.114.07.18v4.25a.75.75 0 0 0 1.5 0v-3c0-.066.026-.133.07-.18c.034-.038.086-.07.18-.07s.146.032.18.07c.044.047.07.114.07.18v6c0 .28-.149.785-.433 1.433c-.27.615-.615 1.254-.905 1.758a1.14 1.14 0 0 1-1.004.559H16.52c-.4 0-.776-.192-1.011-.516l-.598-.824a12.8 12.8 0 0 0-1.939-2.12l-.982-.856l-.056-.044l-1.383-.99c.124-.409.476-.65.946-.65c.637 0 1.09.4 1.242.534l.03.027a.75.75 0 0 0 1.236-.572V9.5c0-.067.027-.135.07-.18c.032-.037.082-.07.176-.07c.095 0 .147.034.18.07c.043.046.07.114.07.18v3.75a.75.75 0 0 0 1.5 0V8.749a.27.27 0 0 1 .07-.178c.034-.038.086-.07.18-.07s.146.032.18.07M4.25 14a.75.75 0 0 1 .75.75v.747h.746a.75.75 0 0 1 0 1.5H5v.756a.75.75 0 0 1-1.5 0v-.756h-.75a.75.75 0 0 1 0-1.5h.751v-.748a.75.75 0 0 1 .75-.75m4 3.5a.75.75 0 0 1 .75.75v.747h.746a.75.75 0 0 1 0 1.5H9v.756a.75.75 0 0 1-1.5 0v-.756h-.75a.75.75 0 0 1 0-1.5h.751v-.747a.75.75 0 0 1 .75-.75"/></svg>
</template>

CSS

.icon-sanitize-24-regular {
  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%22M7.94%204.182L4.681%207.439a1.5%201.5%200%200%200%200%202.121l3.924%203.924a3.5%203.5%200%200%200-.577%201.544L3.62%2010.621a3%203%200%200%201%200-4.243l3.26-3.257a3%203%200%200%201%204.242%200l3.446%203.445q-.113.087-.214.185l-.103-.001c-.497%200-.934.117-1.305.316l-2.884-2.884a1.5%201.5%200%200%200-2.122%200m6.825%203.64a1.8%201.8%200%200%200-.515-.072c-1.096%200-1.746.9-1.746%201.75v3.672A3%203%200%200%200%2011.496%2013C10.099%2013%209%2014.031%209%2015.5c0%20.242.117.469.313.61l1.718%201.229l.954.832a11.3%2011.3%200%200%201%201.71%201.87l.6.824A2.75%202.75%200%200%200%2016.52%2022h1.638c.931%200%201.824-.474%202.305-1.312c.302-.526.676-1.217.977-1.902c.286-.65.56-1.413.56-2.037v-6C22%209.896%2021.342%209%2020.25%209q-.164%200-.317.027c-.192-.682-.792-1.276-1.683-1.276q-.274%200-.514.072A1.7%201.7%200%200%200%2016.25%207a1.7%201.7%200%200%200-1.485.822m1.666.748a.27.27%200%200%201%20.069.178v4.501a.75.75%200%200%200%201.5%200v-3.8a.22.22%200%200%201%20.058-.123a.25.25%200%200%201%20.192-.075c.095%200%20.147.033.18.07c.043.046.07.114.07.18v4.25a.75.75%200%200%200%201.5%200v-3c0-.066.026-.133.07-.18c.034-.038.086-.07.18-.07s.146.032.18.07c.044.047.07.114.07.18v6c0%20.28-.149.785-.433%201.433c-.27.615-.615%201.254-.905%201.758a1.14%201.14%200%200%201-1.004.559H16.52c-.4%200-.776-.192-1.011-.516l-.598-.824a12.8%2012.8%200%200%200-1.939-2.12l-.982-.856l-.056-.044l-1.383-.99c.124-.409.476-.65.946-.65c.637%200%201.09.4%201.242.534l.03.027a.75.75%200%200%200%201.236-.572V9.5c0-.067.027-.135.07-.18c.032-.037.082-.07.176-.07c.095%200%20.147.034.18.07c.043.046.07.114.07.18v3.75a.75.75%200%200%200%201.5%200V8.749a.27.27%200%200%201%20.07-.178c.034-.038.086-.07.18-.07s.146.032.18.07M4.25%2014a.75.75%200%200%201%20.75.75v.747h.746a.75.75%200%200%201%200%201.5H5v.756a.75.75%200%200%201-1.5%200v-.756h-.75a.75.75%200%200%201%200-1.5h.751v-.748a.75.75%200%200%201%20.75-.75m4%203.5a.75.75%200%200%201%20.75.75v.747h.746a.75.75%200%200%201%200%201.5H9v.756a.75.75%200%200%201-1.5%200v-.756h-.75a.75.75%200%200%201%200-1.5h.751v-.747a.75.75%200%200%201%20.75-.75%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%22M7.94%204.182L4.681%207.439a1.5%201.5%200%200%200%200%202.121l3.924%203.924a3.5%203.5%200%200%200-.577%201.544L3.62%2010.621a3%203%200%200%201%200-4.243l3.26-3.257a3%203%200%200%201%204.242%200l3.446%203.445q-.113.087-.214.185l-.103-.001c-.497%200-.934.117-1.305.316l-2.884-2.884a1.5%201.5%200%200%200-2.122%200m6.825%203.64a1.8%201.8%200%200%200-.515-.072c-1.096%200-1.746.9-1.746%201.75v3.672A3%203%200%200%200%2011.496%2013C10.099%2013%209%2014.031%209%2015.5c0%20.242.117.469.313.61l1.718%201.229l.954.832a11.3%2011.3%200%200%201%201.71%201.87l.6.824A2.75%202.75%200%200%200%2016.52%2022h1.638c.931%200%201.824-.474%202.305-1.312c.302-.526.676-1.217.977-1.902c.286-.65.56-1.413.56-2.037v-6C22%209.896%2021.342%209%2020.25%209q-.164%200-.317.027c-.192-.682-.792-1.276-1.683-1.276q-.274%200-.514.072A1.7%201.7%200%200%200%2016.25%207a1.7%201.7%200%200%200-1.485.822m1.666.748a.27.27%200%200%201%20.069.178v4.501a.75.75%200%200%200%201.5%200v-3.8a.22.22%200%200%201%20.058-.123a.25.25%200%200%201%20.192-.075c.095%200%20.147.033.18.07c.043.046.07.114.07.18v4.25a.75.75%200%200%200%201.5%200v-3c0-.066.026-.133.07-.18c.034-.038.086-.07.18-.07s.146.032.18.07c.044.047.07.114.07.18v6c0%20.28-.149.785-.433%201.433c-.27.615-.615%201.254-.905%201.758a1.14%201.14%200%200%201-1.004.559H16.52c-.4%200-.776-.192-1.011-.516l-.598-.824a12.8%2012.8%200%200%200-1.939-2.12l-.982-.856l-.056-.044l-1.383-.99c.124-.409.476-.65.946-.65c.637%200%201.09.4%201.242.534l.03.027a.75.75%200%200%200%201.236-.572V9.5c0-.067.027-.135.07-.18c.032-.037.082-.07.176-.07c.095%200%20.147.034.18.07c.043.046.07.114.07.18v3.75a.75.75%200%200%200%201.5%200V8.749a.27.27%200%200%201%20.07-.178c.034-.038.086-.07.18-.07s.146.032.18.07M4.25%2014a.75.75%200%200%201%20.75.75v.747h.746a.75.75%200%200%201%200%201.5H5v.756a.75.75%200%200%201-1.5%200v-.756h-.75a.75.75%200%200%201%200-1.5h.751v-.748a.75.75%200%200%201%20.75-.75m4%203.5a.75.75%200%200%201%20.75.75v.747h.746a.75.75%200%200%201%200%201.5H9v.756a.75.75%200%200%201-1.5%200v-.756h-.75a.75.75%200%200%201%200-1.5h.751v-.747a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sanitize-24-regular.svg?color=%231a73e8&size=48