Dreamkit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dreamkit 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/324742.svg" alt="Dreamkit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324742.svg" alt="Dreamkit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324742.svg" alt="Dreamkit icon" :width="24" :height="24" />
CSS background
.icon-dreamkit {
background-image: url('https://proicons.com/icon/324742.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.0691,32.4284h.0136c2.6143,1.9744,5.855,3.1317,9.3816,3.1317,4.9699,0,9.4088-2.3148,12.2818-5.9231-2.2875,8.4829-9.6539,14.8825-18.6406,15.754h-.0136c-.6808.0681-1.3889.1089-2.0969.1089-11.8597,0-21.4864-9.6267-21.4864-21.5S12.1353,2.5,23.995,2.5c.7897,0,1.5795.0408,2.3556.1362-5.1469.9123-10.9747,6.5902-10.9747,15.5906,0,4.7657,4.3844,8.6191,9.8037,8.6191.6672,0,1.3344-.0545,1.9607-.177h.0136-.0136c-1.8518,1.4706-3.2815,3.4721-4.0576,5.7597"/><path class="c" d="M23.0827,32.4284c-1.5659,4.474-.9291,9.0058,3.0092,12.9626"/></svg>
Copied!