Cozydrive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cozydrive 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/338625.svg" alt="Cozydrive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338625.svg" alt="Cozydrive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338625.svg" alt="Cozydrive icon" :width="24" :height="24" />
CSS background
.icon-cozydrive {
background-image: url('https://proicons.com/icon/338625.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.cls-2{fill:#fff;}</style></defs><path class="cls-1" d="M37.25,34.43h-8.8a3.71,3.71,0,1,1,0-7.42h0a3.35,3.35,0,0,1,.71.07v-.32a3.71,3.71,0,0,1,7.42,0v.32a4.17,4.17,0,0,1,.71-.07,3.71,3.71,0,1,1,0,7.42Z"/><path class="cls-2" d="M34.63,29.9a5.39,5.39,0,0,1-1.78.33,4.87,4.87,0,0,1-1.77-.33.44.44,0,0,0-.59.23.43.43,0,0,0,.22.58h0a5.76,5.76,0,0,0,2.13.41A5.83,5.83,0,0,0,35,30.72a.45.45,0,0,0,.17-.61.44.44,0,0,0-.53-.21Z"/><path class="cls-1" d="M41.68,13H24.77c-2-.1-5.93-4.23-8.19-4.23H6.68A2.18,2.18,0,0,0,4.5,11h0v7.29h39V14.87A1.83,1.83,0,0,0,41.68,13Z"/><path class="cls-1" d="M43.5,18.28H4.5V37A2.18,2.18,0,0,0,6.67,39.2H41.32A2.18,2.18,0,0,0,43.5,37h0Z"/></svg>
Copied!