showerhead icon
showerhead-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- showerhead-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="m15.483 2.422l-1.694 1.691a7 7 0 0 1 2.052 2.029l1.68-1.679a1.442 1.442 0 1 0-2.038-2.041m-10.63 9.432a.5.5 0 0 0-.707-.708l-2 2a.5.5 0 0 0 .708.708zm2 2a.5.5 0 0 0-.707-.708l-2 2a.5.5 0 0 0 .708.708zm2 1.292a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.708l2-2a.5.5 0 0 1 .708 0m4.858-.79a1.5 1.5 0 0 0-.182-.222l-7.66-7.66q-.105-.105-.224-.184A1.449 1.449 0 0 0 3.82 8.521l7.66 7.661a1.448 1.448 0 0 0 2.231-1.826m-7.136-8.59a2.5 2.5 0 0 0-.444-.352a6 6 0 0 1 8.456 8.455a2.5 2.5 0 0 0-.35-.442z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShowerhead20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m15.483 2.422l-1.694 1.691a7 7 0 0 1 2.052 2.029l1.68-1.679a1.442 1.442 0 1 0-2.038-2.041m-10.63 9.432a.5.5 0 0 0-.707-.708l-2 2a.5.5 0 0 0 .708.708zm2 2a.5.5 0 0 0-.707-.708l-2 2a.5.5 0 0 0 .708.708zm2 1.292a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.708l2-2a.5.5 0 0 1 .708 0m4.858-.79a1.5 1.5 0 0 0-.182-.222l-7.66-7.66q-.105-.105-.224-.184A1.449 1.449 0 0 0 3.82 8.521l7.66 7.661a1.448 1.448 0 0 0 2.231-1.826m-7.136-8.59a2.5 2.5 0 0 0-.444-.352a6 6 0 0 1 8.456 8.455a2.5 2.5 0 0 0-.35-.442z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m15.483 2.422l-1.694 1.691a7 7 0 0 1 2.052 2.029l1.68-1.679a1.442 1.442 0 1 0-2.038-2.041m-10.63 9.432a.5.5 0 0 0-.707-.708l-2 2a.5.5 0 0 0 .708.708zm2 2a.5.5 0 0 0-.707-.708l-2 2a.5.5 0 0 0 .708.708zm2 1.292a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.708l2-2a.5.5 0 0 1 .708 0m4.858-.79a1.5 1.5 0 0 0-.182-.222l-7.66-7.66q-.105-.105-.224-.184A1.449 1.449 0 0 0 3.82 8.521l7.66 7.661a1.448 1.448 0 0 0 2.231-1.826m-7.136-8.59a2.5 2.5 0 0 0-.444-.352a6 6 0 0 1 8.456 8.455a2.5 2.5 0 0 0-.35-.442z"/></svg> </template>
CSS
.icon-showerhead-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.483%202.422l-1.694%201.691a7%207%200%200%201%202.052%202.029l1.68-1.679a1.442%201.442%200%201%200-2.038-2.041m-10.63%209.432a.5.5%200%200%200-.707-.708l-2%202a.5.5%200%200%200%20.708.708zm2%202a.5.5%200%200%200-.707-.708l-2%202a.5.5%200%200%200%20.708.708zm2%201.292a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%200%201-.707-.708l2-2a.5.5%200%200%201%20.708%200m4.858-.79a1.5%201.5%200%200%200-.182-.222l-7.66-7.66q-.105-.105-.224-.184A1.449%201.449%200%200%200%203.82%208.521l7.66%207.661a1.448%201.448%200%200%200%202.231-1.826m-7.136-8.59a2.5%202.5%200%200%200-.444-.352a6%206%200%200%201%208.456%208.455a2.5%202.5%200%200%200-.35-.442z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.483%202.422l-1.694%201.691a7%207%200%200%201%202.052%202.029l1.68-1.679a1.442%201.442%200%201%200-2.038-2.041m-10.63%209.432a.5.5%200%200%200-.707-.708l-2%202a.5.5%200%200%200%20.708.708zm2%202a.5.5%200%200%200-.707-.708l-2%202a.5.5%200%200%200%20.708.708zm2%201.292a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%200%201-.707-.708l2-2a.5.5%200%200%201%20.708%200m4.858-.79a1.5%201.5%200%200%200-.182-.222l-7.66-7.66q-.105-.105-.224-.184A1.449%201.449%200%200%200%203.82%208.521l7.66%207.661a1.448%201.448%200%200%200%202.231-1.826m-7.136-8.59a2.5%202.5%200%200%200-.444-.352a6%206%200%200%201%208.456%208.455a2.5%202.5%200%200%200-.35-.442z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/showerhead-20-filled.svg?color=%231a73e8&size=48