Business Metrics Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Business Metrics 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/317168.svg" alt="Business Metrics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317168.svg" alt="Business Metrics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317168.svg" alt="Business Metrics icon" :width="24" :height="24" />
CSS background
.icon-business-metrics {
background-image: url('https://proicons.com/icon/317168.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M22,30c-.3789,0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789,0,.7252.2141.8946.5529l1.1054,2.211,3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237,3.4475h3.3818v2h-4.0002c-.3787,0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055,6.2112c-.1694.3386-.5156.5527-.8945.5527Z"/>
<path d="M23.4141,10l-1.4141-1.4141-4.7147,4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147ZM16,17c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1Z"/>
<path d="M26,16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961,1.4961c.4087.9595.6353,2.0146.6353,3.1221h2Z"/>
<path d="M16,8c1.1072,0,2.1624.2266,3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142,0-10,4.4863-10,10h2c0-4.4111,3.5889-8,8-8Z"/>
<path d="M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!