Ui Mute Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Mute 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/306780.svg" alt="Ui Mute icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306780.svg" alt="Ui Mute icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306780.svg" alt="Ui Mute icon" :width="24" :height="24" />
CSS background
.icon-ui-mute {
background-image: url('https://proicons.com/icon/306780.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="M531 460l2 2c-1 0-2 0-2-2zm-85 43c0 94 1 188-1 281 0 13-5 32-15 38-8 5-28 0-38-8-74-54-149-108-220-166-13-11-18-40-18-61 0-69 2-138 5-208 1-11 10-25 19-33 69-54 139-107 211-159 11-8 31-14 41-9s17 26 17 40c1 95-1 190-1 285 0 0-2-2 0 0zm-356-2c0 35-1 70 0 105 1 17-4 24-22 26-63 7-67 4-68-59 0-57 1-114 0-170 0-25 8-35 34-35 56 0 56-1 56 53v80zm764 19l126-127c24-24 27-61 5-82-21-21-58-19-82 5L777 443 650 316c-24-24-61-26-83-5-21 21-19 58 5 82l127 127-126 126c-25 25-27 62-6 83 22 21 59 19 83-5l127-127 126 127c24 24 61 26 82 5 22-21 19-59-5-83L854 520z"/></svg>
Copied!