Cost Total Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cost Total 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/317452.svg" alt="Cost Total icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317452.svg" alt="Cost Total icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317452.svg" alt="Cost Total icon" :width="24" :height="24" />
CSS background
.icon-cost-total {
background-image: url('https://proicons.com/icon/317452.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<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>
<rect x="10" y="13" width="12" height="2"/>
<rect x="10" y="18" width="12" height="2"/>
<path d="M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!