Cyan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cyan 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/338770.svg" alt="Cyan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338770.svg" alt="Cyan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338770.svg" alt="Cyan icon" :width="24" :height="24" />
CSS background
.icon-cyan {
background-image: url('https://proicons.com/icon/338770.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M30.225,27.797v10.759M10.829,43.5l11.693-14.49,11.693,14.49M33.435,11.752c0,1.7242-1.4031,3.122-3.134,3.122h0c-1.7309,0-3.134-1.3978-3.134-3.122h0c0-1.7242,1.4031-3.122,3.134-3.122h0c1.7309,0,3.134,1.3978,3.134,3.122h0ZM37.171,11.313c-.088,1.6-.27,3.155-1.545,4.835l-5.326,7.005-5.324-7.005c-1.275-1.68-1.457-3.235-1.546-4.835,0-3.763,3.074-6.813,6.87-6.813s6.87,3.05,6.87,6.813h.001Z"/></svg>
Copied!