Yougov Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yougov 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/350046.svg" alt="Yougov icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350046.svg" alt="Yougov icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350046.svg" alt="Yougov icon" :width="24" :height="24" />
CSS background
.icon-yougov {
background-image: url('https://proicons.com/icon/350046.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="c" points="39.5 22.8027 37.658 27.684 35.816 22.8027"/><path class="c" d="M18.6952,22.8027v3.0393c0,1.0173.8247,1.842,1.842,1.842h0c1.0173,0,1.842-.8247,1.842-1.842v-3.0393"/><line class="c" x1="22.3792" y1="25.842" x2="22.3792" y2="27.684"/><polyline class="c" points="13.3813 20.316 10.9407 24 8.5 20.316"/><line class="c" x1="10.9407" y1="27.684" x2="10.9407" y2="24"/><path class="c" d="M29.0864,22.7567c0-1.3479-1.0927-2.4407-2.4407-2.4407h0c-1.3479,0-2.4407,1.0927-2.4407,2.4407v2.4867c0,1.3479,1.0927,2.4407,2.4407,2.4407h0c1.3479,0,2.4407-1.0927,2.4407-2.4407h-2.4407"/><path class="c" d="M13.1602,24.6447c0-1.0173.8247-1.842,1.842-1.842s1.842.8247,1.842,1.842v1.1973c0,1.0173-.8247,1.842-1.842,1.842s-1.842-.8247-1.842-1.842v-1.1973Z"/><path class="c" d="M30.7426,24.6447c0-1.0173.8247-1.842,1.842-1.842s1.842.8247,1.842,1.842v1.1973c0,1.0173-.8247,1.842-1.842,1.842s-1.842-.8247-1.842-1.842v-1.1973Z"/></svg>
Copied!