Audio Editor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audio Editor 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/336724.svg" alt="Audio Editor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336724.svg" alt="Audio Editor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336724.svg" alt="Audio Editor icon" :width="24" :height="24" />
CSS background
.icon-audio-editor {
background-image: url('https://proicons.com/icon/336724.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M26.8602,38.4881c-1.4504,1.4501-3.8016,1.4501-5.252,0-1.4501-1.4504-1.4501-3.8016,0-5.252,1.4504-1.4501,3.8016-1.4501,5.252,0,1.4501,1.4504,1.4501,3.8016,0,5.252ZM25.3722,16.7431c.319-2.275.674-4.558,1.07-6.852.545-3.144,2.228-4.706,5.338-4.341h0l-1.834,10.211-4.574.982ZM14.8362,26.4651c-1.4504,1.4501-3.8016,1.4501-5.252,0-1.4501-1.4504-1.4501-3.8016,0-5.252,1.4504-1.4501,3.8016-1.4501,5.252,0,1.4501,1.4504,1.4501,3.8016,0,5.252ZM42.4502,16.2201l-24.366,4.375c-.3037-.5514-.6834-1.0574-1.128-1.503-2.6215-2.6209-6.8713-2.6203-9.4922.0012-.0003.0003-.0005.0005-.0008.0008-2.6204,2.6211-2.6204,6.8699,0,9.491,2.6204,2.622,6.8702,2.6232,9.4922.0028l.0008-.0008c1.2096-1.2095,1.9117-2.8352,1.963-4.545,1.8732-.1725,3.7446-.3635,5.614-.573-.21,1.875-.403,3.746-.574,5.612-3.7053.1115-6.6186,3.2055-6.5071,6.9108.1115,3.7053,3.2055,6.6186,6.9108,6.5071,1.7091-.0514,3.3341-.7531,4.5433-1.9619,2.622-2.6204,2.6232-6.8702.0028-9.4922l-.0008-.0008c-.4456-.4446-.9516-.8243-1.503-1.128l1.245-6.938c3.1626-.4047,6.316-.8781,9.458-1.42,3.145-.545,4.706-2.228,4.342-5.338Z"/></svg>
Copied!