Univ Coop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Univ Coop 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/349084.svg" alt="Univ Coop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349084.svg" alt="Univ Coop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349084.svg" alt="Univ Coop icon" :width="24" :height="24" />
CSS background
.icon-univ-coop {
background-image: url('https://proicons.com/icon/349084.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="18.1752" cy="25.6" r="5.5417"/><circle class="b" cx="25.8529" cy="35.2718" r="5.844"/><circle class="b" cx="29.5226" cy="23.1636" r="5.844"/><path class="b" d="M28.2067,12.6817c-.3556,3.5317-3.1825,6.3238-6.7533,6.6703-3.5709.3466-6.8925-1.849-7.9351-5.2451-1.0425-3.3961.4839-7.0479,3.6465-8.7241,3.1627-1.6762,7.0819-.9105,9.3628,1.8293"/><path class="b" d="M20.009,35.4743v8.0257"/></svg>
Copied!