Cozy Couples Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cozy Couples 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/324064.svg" alt="Cozy Couples icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324064.svg" alt="Cozy Couples icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324064.svg" alt="Cozy Couples icon" :width="24" :height="24" />
CSS background
.icon-cozy-couples {
background-image: url('https://proicons.com/icon/324064.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M38.5357,24v13.2143c0,1.3214-1.3214,2.6429-2.6429,2.6429H12.1071c-1.3214,0-2.6429-1.3214-2.6429-2.6429v-13.2143"/><path id="c" class="f" d="M24,31.9286c-1.3214-2.6429-5.2857-3.9643-5.2857-6.7959,0-2.4541,3.9643-3.7755,5.2857-1.1327,1.3214-2.6429,5.2857-1.2302,5.2857,1.3214s-3.9643,3.9643-5.2857,6.6071Z"/><path id="d" class="f" d="M5.5,24l18.5-15.8571,18.5,15.8571"/><path id="e" class="f" d="M9.4643,20.4745v-11.0102h5.2857v6.6071"/></svg>
Copied!