Tone Analyzer Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Tone Analyzer 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/320866.svg" alt="Tone Analyzer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320866.svg" alt="Tone Analyzer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320866.svg" alt="Tone Analyzer icon" :width="24" :height="24" />
CSS background
.icon-tone-analyzer {
background-image: url('https://proicons.com/icon/320866.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="tone--analyzer_1_" d="M14.5,15.5c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5S13.724,15,14,15S14.5,15.224,14.5,15.5z M7,15c-0.276,0-0.5,0.224-0.5,0.5S6.724,16,7,16s0.5-0.224,0.5-0.5S7.276,15,7,15z M26,4.5c-0.276,0-0.5,0.224-0.5,0.5 s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S26.276,4.5,26,4.5z M20,4.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5 S20.276,4.5,20,4.5z M10.701,31.199L6.807,25.36H3c-1.301,0-2.36-1.059-2.36-2.36V13c0-1.301,1.059-2.36,2.36-2.36h11.64V3 c0-1.301,1.059-2.36,2.36-2.36h12c1.302,0,2.36,1.059,2.36,2.36v8c0,1.301-1.059,2.36-2.36,2.36h-2.777l-1.9,3.801l-0.645-0.322l2-4 C25.74,12.717,25.864,12.64,26,12.64h3c0.904,0,1.64-0.736,1.64-1.64V3c0-0.904-0.735-1.64-1.64-1.64H17 c-0.904,0-1.64,0.736-1.64,1.64v7.64H18c1.179,0,2.159,0.869,2.333,2H23v0.72h-2.64V23c0,1.302-1.059,2.36-2.36,2.36h-7v-0.72h7 c0.904,0,1.64-0.735,1.64-1.64V13c0-0.904-0.735-1.64-1.64-1.64H3c-0.904,0-1.64,0.736-1.64,1.64v10c0,0.904,0.736,1.64,1.64,1.64h4 c0.121,0,0.233,0.061,0.299,0.161l4,6L10.701,31.199z M10.5,21.36c-2.128,0-3.86-1.732-3.86-3.86h0.72c0,1.731,1.409,3.14,3.14,3.14 s3.14-1.408,3.14-3.14h0.72C14.36,19.628,12.628,21.36,10.5,21.36z M26.36,10h-0.72c0-1.456-1.184-2.64-2.64-2.64 S20.36,8.544,20.36,10h-0.72c0-1.853,1.508-3.36,3.36-3.36S26.36,8.147,26.36,10z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!