showerhead icon
showerhead-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- showerhead-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Use the showerhead icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.49 4.982l-2.01 2.01a9 9 0 0 0-2.47-2.47l2.01-2.01a1.747 1.747 0 1 1 2.47 2.47M5.28 13.72a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m2.5 3.56a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 1 0 1.06 1.06zm2.5 2.5a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 1 0 1.06 1.06zM3.736 7.263a1.75 1.75 0 0 1 2.473 0l10.56 10.559a1.749 1.749 0 1 1-2.474 2.473L3.736 9.736a1.75 1.75 0 0 1 0-2.473m3.18-.707a3 3 0 0 0-.43-.352a8 8 0 0 1 11.316 11.304a3 3 0 0 0-.327-.393z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShowerhead24Filled(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="m21.49 4.982l-2.01 2.01a9 9 0 0 0-2.47-2.47l2.01-2.01a1.747 1.747 0 1 1 2.47 2.47M5.28 13.72a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m2.5 3.56a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 1 0 1.06 1.06zm2.5 2.5a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 1 0 1.06 1.06zM3.736 7.263a1.75 1.75 0 0 1 2.473 0l10.56 10.559a1.749 1.749 0 1 1-2.474 2.473L3.736 9.736a1.75 1.75 0 0 1 0-2.473m3.18-.707a3 3 0 0 0-.43-.352a8 8 0 0 1 11.316 11.304a3 3 0 0 0-.327-.393z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.49 4.982l-2.01 2.01a9 9 0 0 0-2.47-2.47l2.01-2.01a1.747 1.747 0 1 1 2.47 2.47M5.28 13.72a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m2.5 3.56a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 1 0 1.06 1.06zm2.5 2.5a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 1 0 1.06 1.06zM3.736 7.263a1.75 1.75 0 0 1 2.473 0l10.56 10.559a1.749 1.749 0 1 1-2.474 2.473L3.736 9.736a1.75 1.75 0 0 1 0-2.473m3.18-.707a3 3 0 0 0-.43-.352a8 8 0 0 1 11.316 11.304a3 3 0 0 0-.327-.393z"/></svg> </template>
CSS
.icon-showerhead-24-filled {
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%22m21.49%204.982l-2.01%202.01a9%209%200%200%200-2.47-2.47l2.01-2.01a1.747%201.747%200%201%201%202.47%202.47M5.28%2013.72a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%200%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m2.5%203.56a.75.75%200%201%200-1.06-1.06l-2%202a.75.75%200%201%200%201.06%201.06zm2.5%202.5a.75.75%200%201%200-1.06-1.06l-2%202a.75.75%200%201%200%201.06%201.06zM3.736%207.263a1.75%201.75%200%200%201%202.473%200l10.56%2010.559a1.749%201.749%200%201%201-2.474%202.473L3.736%209.736a1.75%201.75%200%200%201%200-2.473m3.18-.707a3%203%200%200%200-.43-.352a8%208%200%200%201%2011.316%2011.304a3%203%200%200%200-.327-.393z%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%22m21.49%204.982l-2.01%202.01a9%209%200%200%200-2.47-2.47l2.01-2.01a1.747%201.747%200%201%201%202.47%202.47M5.28%2013.72a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%200%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m2.5%203.56a.75.75%200%201%200-1.06-1.06l-2%202a.75.75%200%201%200%201.06%201.06zm2.5%202.5a.75.75%200%201%200-1.06-1.06l-2%202a.75.75%200%201%200%201.06%201.06zM3.736%207.263a1.75%201.75%200%200%201%202.473%200l10.56%2010.559a1.749%201.749%200%201%201-2.474%202.473L3.736%209.736a1.75%201.75%200%200%201%200-2.473m3.18-.707a3%203%200%200%200-.43-.352a8%208%200%200%201%2011.316%2011.304a3%203%200%200%200-.327-.393z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/showerhead-24-filled.svg?color=%231a73e8&size=48