Icc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Icc 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/341828.svg" alt="Icc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341828.svg" alt="Icc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341828.svg" alt="Icc icon" :width="24" :height="24" />
CSS background
.icon-icc {
background-image: url('https://proicons.com/icon/341828.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="b" 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 class="c" d="m14.2848,38.5057h-1.1695s-.1799.8996.09,1.9791c.3598,1.0795-.7197.1799-.7197.1799-1.1695-1.9791-1.6193-3.2385-1.9791-5.3976-1.6193-9.8056,4.9478-20.2409,4.5879-21.5003s-1.1695-.9896-1.1695-.9896c-4.408,1.0795-6.2972,13.224-6.747,16.9124,0,.2699-.4498.3598-.5398.09-.8996-1.9791-1.1695-4.1381-1.3494-6.2072C4.2994,13.8568,11.4961,5.2207,21.8414,3.6914c2.3389-.3598,3.5984-.1799,5.2176.2699.4498.09.5398.6297.2699.8996-11.6947,11.6947-12.3244,29.1468-12.3244,32.9251,0,.4498-.3598.7197-.7197.7197Z"/><path class="c" d="m36.4148,5.0408c.3598-.1799.2699-.8096-.09-.8096-7.8265-1.2594-22.6698,22.5798-16.2826,39.9419.3598.4498.8996.4498.7197-.09-.5398-2.249.5398-2.7887,1.6193-2.8787.6297-.09,1.1695-.7197,1.0795-1.3494-.8996-19.3413,9.2658-28.5171,12.3244-30.8561.4498-.3598.4498-.9896,0-1.2594l-.8996-.7197c-.8096-.6297.6297-1.4393,1.5293-1.9791Z"/><path class="c" d="m40.463,11.158c-.4498.5398-.4498,1.2594-.09,1.8891,1.5293,2.6988,2.4289,5.8474,2.4289,9.1759,0,8.3662-5.4875,15.473-13.1341,17.9019-.3598.09-.5398.3598-.7197.6297-.3598.8096-.1799,1.6193.2699,2.7887-7.1068-6.747,2.6988-33.6448,12.9541-33.6448-.6297.09-1.3494.8096-1.7092,1.2594Z"/></svg>
Copied!