hand sanitizer icon
hand-sanitizer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hand-sanitizer
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
hand-bag-01hand-bag-02hand-beaterhand-coinshand-fisthand-grabhand-griphand-hearthand-helpinghand-metalhand-platterhand-pointing-down-01hand-pointing-down-02hand-pointing-down-03hand-pointing-down-04hand-pointing-left-01hand-pointing-left-02hand-pointing-left-03hand-pointing-left-04hand-pointing-right-01hand-pointing-right-02hand-pointing-right-03hand-pointing-right-04hand-prayer
Use the hand sanitizer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m15.657 16.162l-.345-2.22c-.103-.662-.154-.993-.233-1.276a5.03 5.03 0 0 0-4.271-3.632C10.513 9 10.175 9 9.5 9c-.676 0-1.013 0-1.308.034a5.03 5.03 0 0 0-4.27 3.632c-.08.283-.131.614-.234 1.276l-.344 2.22c-.34 2.193-.511 3.29-.115 4.12c.232.486.592.903 1.043 1.204C5.039 22 6.159 22 8.397 22h2.206c2.239 0 3.358 0 4.125-.514a3 3 0 0 0 1.043-1.205c.396-.83.226-1.926-.115-4.12"/><path stroke-linecap="round" d="M9.5 13.5v4m2-2h-4"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 9.5V9c0-1.414 0-2.121-.44-2.56C11.622 6 10.915 6 9.5 6s-2.121 0-2.56.44C6.5 6.878 6.5 7.585 6.5 9v.5M11 6V3.5a1.5 1.5 0 0 0-3 0V6m3-1.781l2.717-.724c1.512-.402 2.268-.604 2.97-.435c.7.168 1.146.658 2.038 1.638L19 5"/><path stroke-linejoin="round" d="M21 10.5c0 1.105-.75 1.5-1.5 1.5s-1.5-.395-1.5-1.5S19.5 8 19.5 8S21 9.395 21 10.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandSanitizer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m15.657 16.162l-.345-2.22c-.103-.662-.154-.993-.233-1.276a5.03 5.03 0 0 0-4.271-3.632C10.513 9 10.175 9 9.5 9c-.676 0-1.013 0-1.308.034a5.03 5.03 0 0 0-4.27 3.632c-.08.283-.131.614-.234 1.276l-.344 2.22c-.34 2.193-.511 3.29-.115 4.12c.232.486.592.903 1.043 1.204C5.039 22 6.159 22 8.397 22h2.206c2.239 0 3.358 0 4.125-.514a3 3 0 0 0 1.043-1.205c.396-.83.226-1.926-.115-4.12"/><path strokeLinecap="round" d="M9.5 13.5v4m2-2h-4"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.5 9.5V9c0-1.414 0-2.121-.44-2.56C11.622 6 10.915 6 9.5 6s-2.121 0-2.56.44C6.5 6.878 6.5 7.585 6.5 9v.5M11 6V3.5a1.5 1.5 0 0 0-3 0V6m3-1.781l2.717-.724c1.512-.402 2.268-.604 2.97-.435c.7.168 1.146.658 2.038 1.638L19 5"/><path strokeLinejoin="round" d="M21 10.5c0 1.105-.75 1.5-1.5 1.5s-1.5-.395-1.5-1.5S19.5 8 19.5 8S21 9.395 21 10.5Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m15.657 16.162l-.345-2.22c-.103-.662-.154-.993-.233-1.276a5.03 5.03 0 0 0-4.271-3.632C10.513 9 10.175 9 9.5 9c-.676 0-1.013 0-1.308.034a5.03 5.03 0 0 0-4.27 3.632c-.08.283-.131.614-.234 1.276l-.344 2.22c-.34 2.193-.511 3.29-.115 4.12c.232.486.592.903 1.043 1.204C5.039 22 6.159 22 8.397 22h2.206c2.239 0 3.358 0 4.125-.514a3 3 0 0 0 1.043-1.205c.396-.83.226-1.926-.115-4.12"/><path stroke-linecap="round" d="M9.5 13.5v4m2-2h-4"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 9.5V9c0-1.414 0-2.121-.44-2.56C11.622 6 10.915 6 9.5 6s-2.121 0-2.56.44C6.5 6.878 6.5 7.585 6.5 9v.5M11 6V3.5a1.5 1.5 0 0 0-3 0V6m3-1.781l2.717-.724c1.512-.402 2.268-.604 2.97-.435c.7.168 1.146.658 2.038 1.638L19 5"/><path stroke-linejoin="round" d="M21 10.5c0 1.105-.75 1.5-1.5 1.5s-1.5-.395-1.5-1.5S19.5 8 19.5 8S21 9.395 21 10.5Z"/></g></svg> </template>
CSS
.icon-hand-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.657%2016.162l-.345-2.22c-.103-.662-.154-.993-.233-1.276a5.03%205.03%200%200%200-4.271-3.632C10.513%209%2010.175%209%209.5%209c-.676%200-1.013%200-1.308.034a5.03%205.03%200%200%200-4.27%203.632c-.08.283-.131.614-.234%201.276l-.344%202.22c-.34%202.193-.511%203.29-.115%204.12c.232.486.592.903%201.043%201.204C5.039%2022%206.159%2022%208.397%2022h2.206c2.239%200%203.358%200%204.125-.514a3%203%200%200%200%201.043-1.205c.396-.83.226-1.926-.115-4.12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.5%2013.5v4m2-2h-4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%209.5V9c0-1.414%200-2.121-.44-2.56C11.622%206%2010.915%206%209.5%206s-2.121%200-2.56.44C6.5%206.878%206.5%207.585%206.5%209v.5M11%206V3.5a1.5%201.5%200%200%200-3%200V6m3-1.781l2.717-.724c1.512-.402%202.268-.604%202.97-.435c.7.168%201.146.658%202.038%201.638L19%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2010.5c0%201.105-.75%201.5-1.5%201.5s-1.5-.395-1.5-1.5S19.5%208%2019.5%208S21%209.395%2021%2010.5Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.657%2016.162l-.345-2.22c-.103-.662-.154-.993-.233-1.276a5.03%205.03%200%200%200-4.271-3.632C10.513%209%2010.175%209%209.5%209c-.676%200-1.013%200-1.308.034a5.03%205.03%200%200%200-4.27%203.632c-.08.283-.131.614-.234%201.276l-.344%202.22c-.34%202.193-.511%203.29-.115%204.12c.232.486.592.903%201.043%201.204C5.039%2022%206.159%2022%208.397%2022h2.206c2.239%200%203.358%200%204.125-.514a3%203%200%200%200%201.043-1.205c.396-.83.226-1.926-.115-4.12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.5%2013.5v4m2-2h-4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%209.5V9c0-1.414%200-2.121-.44-2.56C11.622%206%2010.915%206%209.5%206s-2.121%200-2.56.44C6.5%206.878%206.5%207.585%206.5%209v.5M11%206V3.5a1.5%201.5%200%200%200-3%200V6m3-1.781l2.717-.724c1.512-.402%202.268-.604%202.97-.435c.7.168%201.146.658%202.038%201.638L19%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2010.5c0%201.105-.75%201.5-1.5%201.5s-1.5-.395-1.5-1.5S19.5%208%2019.5%208S21%209.395%2021%2010.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hand-sanitizer.svg?color=%231a73e8&size=48