Cozy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cozy 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/338622.svg" alt="Cozy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338622.svg" alt="Cozy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338622.svg" alt="Cozy icon" :width="24" :height="24" />
CSS background
.icon-cozy {
background-image: url('https://proicons.com/icon/338622.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M33.83349545,18.13647669c-2.45138579-11.5298204-17.03504898-11.42594775-19.73572794-.11321998-9.92845646,2.03935917-11.15336304,13.89138904-4.21725988,18.73608061,1.71332568,1.19671439,3.8057121,1.72675191,5.89559493,1.72675191h17.11301547c.92103868,0,1.84793103-.08310743,2.7306522-.34600588,9.69686147-2.88798986,9.15912333-18.23575189-1.71045007-20.01295597l-.07582472.00934931Z"/><path class="f" d="M19.17011106,27.80179008c2.28519034,2.49293366,7.34262719,2.52783074,9.63820499.06605947"/><path class="f" d="M19.60299609,26.96561813c-.24202214.62427206-.5983044,1.20491797-1.26724076,1.6723439"/><path class="f" d="M28.32826687,26.96561813c.24202214.62427206.5983044,1.20491797,1.26724076,1.6723439"/></svg>
Copied!