whistle-outline from Material Design Icons by Pictogrammers · Outline · Sport · Apache-2.0 Free for personal and commercial use.

Name
whistle-outline
Set
Material Design Icons
Style
Outline
Category
Sport
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More sport icons from Material Design Icons

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="M3.76 3.7L2.14 4.88L4.43 8a8.2 8.2 0 0 1 1.92-.72M11 9v2h7v.29l-5 1.42v2.79A4.5 4.5 0 1 1 8.5 11H9V9h-.5a6.5 6.5 0 1 0 6.5 6.5v-1.59L22 12V9m-5.76-5.3L13.85 7h2.47l1.54-2.12M9 2v5h2V2Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWhistleOutline(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="M3.76 3.7L2.14 4.88L4.43 8a8.2 8.2 0 0 1 1.92-.72M11 9v2h7v.29l-5 1.42v2.79A4.5 4.5 0 1 1 8.5 11H9V9h-.5a6.5 6.5 0 1 0 6.5 6.5v-1.59L22 12V9m-5.76-5.3L13.85 7h2.47l1.54-2.12M9 2v5h2V2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.76 3.7L2.14 4.88L4.43 8a8.2 8.2 0 0 1 1.92-.72M11 9v2h7v.29l-5 1.42v2.79A4.5 4.5 0 1 1 8.5 11H9V9h-.5a6.5 6.5 0 1 0 6.5 6.5v-1.59L22 12V9m-5.76-5.3L13.85 7h2.47l1.54-2.12M9 2v5h2V2Z"/></svg>
</template>

CSS

.icon-whistle-outline {
  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%22M3.76%203.7L2.14%204.88L4.43%208a8.2%208.2%200%200%201%201.92-.72M11%209v2h7v.29l-5%201.42v2.79A4.5%204.5%200%201%201%208.5%2011H9V9h-.5a6.5%206.5%200%201%200%206.5%206.5v-1.59L22%2012V9m-5.76-5.3L13.85%207h2.47l1.54-2.12M9%202v5h2V2Z%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%22M3.76%203.7L2.14%204.88L4.43%208a8.2%208.2%200%200%201%201.92-.72M11%209v2h7v.29l-5%201.42v2.79A4.5%204.5%200%201%201%208.5%2011H9V9h-.5a6.5%206.5%200%201%200%206.5%206.5v-1.59L22%2012V9m-5.76-5.3L13.85%207h2.47l1.54-2.12M9%202v5h2V2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/whistle-outline.svg?color=%231a73e8&size=48