Whistle Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Whistle Alt icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306915.svg" alt="Whistle Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306915.svg" alt="Whistle Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306915.svg" alt="Whistle Alt icon" :width="24" :height="24" />
CSS background
.icon-whistle-alt {
background-image: url('https://proicons.com/icon/306915.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M392 433c-151 0-273 123-273 274s122 273 273 273 274-122 274-273c0-21-3-41-7-61h115c0-156 226-117 226-117v-96H392zm0 412c-76 0-138-62-138-138 0-77 62-138 138-138s138 61 138 138c0 76-61 138-138 138zm0-242c-57 0-103 46-103 104 0 57 46 103 103 103 58 0 104-46 104-103 0-58-46-104-104-104zM138 462H92c24-15 48-31 72-47 9-5 15-19 8-29-21-26-41-53-61-79l100-3c11 0 21-9 21-21V134c22 44 43 88 65 133 6 13 24 13 33 4l81-73v124c0 12 10 22 22 22l78-3c-16 9-33 19-49 28-24 14-2 51 21 37 42-24 83-47 124-71 18-10 11-41-11-40-47 2-95 4-142 5V151c0-20-23-28-36-15-32 28-64 57-96 85-31-63-62-127-93-191-9-19-40-9-40 11v221l-120 3c-14 0-29 18-18 32 24 31 48 63 71 95-37 24-74 49-112 73-17 12-11 40 11 40h117c28 0 28-43 0-43z"/></svg>
Copied!