whistle icon
whistle-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- whistle-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the whistle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.638 4.93a2.5 2.5 0 0 1 4.118.922a7 7 0 0 1 7.549 1.552l7.778 7.778a1 1 0 0 1 0 1.414l-2.121 2.123a1 1 0 0 1-1.276.114l-3.583-2.48q-.351.503-.798.95a7 7 0 0 1-11.05-8.386a2.5 2.5 0 0 1-.618-3.987m9.192 4.957a3.5 3.5 0 1 0-4.95 4.948a3.5 3.5 0 0 0 4.95-4.948M8.295 11.3a1.5 1.5 0 1 1 2.121 2.12a1.5 1.5 0 0 1-2.121-2.12M4.759 6.344a.5.5 0 1 0-.707.706a.5.5 0 0 0 .707-.706"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteWhistleFill(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="M2.638 4.93a2.5 2.5 0 0 1 4.118.922a7 7 0 0 1 7.549 1.552l7.778 7.778a1 1 0 0 1 0 1.414l-2.121 2.123a1 1 0 0 1-1.276.114l-3.583-2.48q-.351.503-.798.95a7 7 0 0 1-11.05-8.386a2.5 2.5 0 0 1-.618-3.987m9.192 4.957a3.5 3.5 0 1 0-4.95 4.948a3.5 3.5 0 0 0 4.95-4.948M8.295 11.3a1.5 1.5 0 1 1 2.121 2.12a1.5 1.5 0 0 1-2.121-2.12M4.759 6.344a.5.5 0 1 0-.707.706a.5.5 0 0 0 .707-.706"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.638 4.93a2.5 2.5 0 0 1 4.118.922a7 7 0 0 1 7.549 1.552l7.778 7.778a1 1 0 0 1 0 1.414l-2.121 2.123a1 1 0 0 1-1.276.114l-3.583-2.48q-.351.503-.798.95a7 7 0 0 1-11.05-8.386a2.5 2.5 0 0 1-.618-3.987m9.192 4.957a3.5 3.5 0 1 0-4.95 4.948a3.5 3.5 0 0 0 4.95-4.948M8.295 11.3a1.5 1.5 0 1 1 2.121 2.12a1.5 1.5 0 0 1-2.121-2.12M4.759 6.344a.5.5 0 1 0-.707.706a.5.5 0 0 0 .707-.706"/></svg> </template>
CSS
.icon-whistle-fill {
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%22M2.638%204.93a2.5%202.5%200%200%201%204.118.922a7%207%200%200%201%207.549%201.552l7.778%207.778a1%201%200%200%201%200%201.414l-2.121%202.123a1%201%200%200%201-1.276.114l-3.583-2.48q-.351.503-.798.95a7%207%200%200%201-11.05-8.386a2.5%202.5%200%200%201-.618-3.987m9.192%204.957a3.5%203.5%200%201%200-4.95%204.948a3.5%203.5%200%200%200%204.95-4.948M8.295%2011.3a1.5%201.5%200%201%201%202.121%202.12a1.5%201.5%200%200%201-2.121-2.12M4.759%206.344a.5.5%200%201%200-.707.706a.5.5%200%200%200%20.707-.706%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%22M2.638%204.93a2.5%202.5%200%200%201%204.118.922a7%207%200%200%201%207.549%201.552l7.778%207.778a1%201%200%200%201%200%201.414l-2.121%202.123a1%201%200%200%201-1.276.114l-3.583-2.48q-.351.503-.798.95a7%207%200%200%201-11.05-8.386a2.5%202.5%200%200%201-.618-3.987m9.192%204.957a3.5%203.5%200%201%200-4.95%204.948a3.5%203.5%200%200%200%204.95-4.948M8.295%2011.3a1.5%201.5%200%201%201%202.121%202.12a1.5%201.5%200%200%201-2.121-2.12M4.759%206.344a.5.5%200%201%200-.707.706a.5.5%200%200%200%20.707-.706%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/whistle-fill.svg?color=%231a73e8&size=48