Coolblue Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coolblue 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/324009.svg" alt="Coolblue icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324009.svg" alt="Coolblue icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324009.svg" alt="Coolblue icon" :width="24" :height="24" />
CSS background
.icon-coolblue {
background-image: url('https://proicons.com/icon/324009.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>.p{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="p" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path id="c" class="p" d="M28.2922,24.01c-.3445.6029-.9937,1.0093-1.7378,1.0093h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2v.65h-4"/><g id="d"><path id="e" class="p" d="M19.0544,19.7193v3.3c0,1.1046.8954,2,2,2h0c1.1046,0,2-.8954,2-2v-3.3"/><line id="f" class="p" x1="23.0544" y1="23.0193" x2="23.0544" y2="25.0193"/></g><g id="g"><path id="h" class="p" d="M11.2544,21.7193c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2"/><line id="i" class="p" x1="11.2544" y1="25.0193" x2="11.2544" y2="17.0193"/></g><path id="j" class="p" d="M16.7544,17.0193v7c0,.5523.4477,1,1,1h.3"/><path id="k" class="p" d="M27.5544,7.2915v7c0,.5523.4477,1,1,1h.3"/><path id="l" class="p" d="M24,9.9915h0c1.1046,0,2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2Z"/><path id="m" class="p" d="M18.4456,9.9915h0c1.1046,0,2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2Z"/><path id="n" class="p" d="M14.9911,14.2842c-.3448.6019-.9934,1.0073-1.7367,1.0073h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c.7419,0,1.3894.4039,1.7347,1.0039"/><path id="o" class="p" d="M33.8121,5.5288c3.8979,5.0459,4.6445,11.8488,1.9338,17.62s-8.423,9.5403-14.7953,9.7623-12.333-3.1404-15.4388-8.709"/></svg>
Copied!