Coolism Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coolism 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/324010.svg" alt="Coolism icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324010.svg" alt="Coolism icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324010.svg" alt="Coolism icon" :width="24" :height="24" />
CSS background
.icon-coolism {
background-image: url('https://proicons.com/icon/324010.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.5401,26.3476v-4.699l2.48,4.7039,2.48-4.6971v4.6971M29.6073,25.8374c.3036.3753.6847.515,1.2152.515h.7342c.6838,0,1.2376-.5247,1.2376-1.1735v-.0048c0-.6479-.5538-1.1735-1.2376-1.1735h-.8098c-.6838,0-1.2385-.5257-1.2385-1.1745h0c0-.6498.5557-1.1774,1.2414-1.1774h.7303c.5305,0,.9117.1397,1.2162.515M27.782,21.6485v4.7039M23.5563,21.6485v4.7039h2.48M20.1676,21.6485c.9097,0,1.643.6944,1.643,1.5576v1.5886c0,.8632-.7332,1.5576-1.643,1.5576s-1.643-.6944-1.643-1.5576v-1.5896c0-.8632.7323-1.5576,1.643-1.5576M15.1553,21.6476c.9097,0,1.643.6944,1.643,1.5576v1.5886c0,.8632-.7332,1.5576-1.643,1.5576s-1.643-.6944-1.643-1.5576v-1.5886c0-.8632.7323-1.5576,1.643-1.5576M11.7859,24.7744v.0194c0,.8603-.7352,1.5576-1.643,1.5576h0c-.9078,0-1.643-.6973-1.643-1.5576v-1.5886c0-.8603.7352-1.5576,1.643-1.5576h0c.9078,0,1.643.6973,1.643,1.5576v.0194"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!