Couple Widget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Couple Widget 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/338603.svg" alt="Couple Widget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338603.svg" alt="Couple Widget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338603.svg" alt="Couple Widget icon" :width="24" :height="24" />
CSS background
.icon-couple-widget {
background-image: url('https://proicons.com/icon/338603.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M18.74519979,20.76512818c-.47524604-.78792752-1.33680195-1.31659013-2.32406731-1.31659013-1.49955745,0-2.71519835,1.2156409-2.71519835,2.71519861,0,.34280788.0661918.66943592.18209552.97143933.8978112,2.58243314,4.85717015,5.41628622,4.85717015,5.41628622,0,0,3.95933193-2.83385309,4.85716963-5.41628674.11590345-.30197639.18206824-.62863144.18206824-.97143933,0-1.49955745-1.2156687-2.71519835-2.71522511-2.71519835-.98723835,0-1.84882127.52863533-2.32406731,1.31659013l.00005455.00000026Z"/><polyline class="e" points="10 19.44853779 10 28.55146221 14.55146221 28.55146221"/><polyline class="e" points="31.2270414 19.44853779 28.21170193 28.55146221 25.19635397 19.44853779"/><line class="e" x1="33.44853779" y1="24" x2="36.41604466" y2="24"/><polyline class="e" points="38 28.55146221 33.44853779 28.55146221 33.44853779 19.44853779 38 19.44853779"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!