Cooper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cooper 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/324015.svg" alt="Cooper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324015.svg" alt="Cooper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324015.svg" alt="Cooper icon" :width="24" :height="24" />
CSS background
.icon-cooper {
background-image: url('https://proicons.com/icon/324015.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M11.39,19.077c-2.4919-.0028-4.5142,2.0151-4.517,4.507,0,.0053,0,.0107,0,.016v.285c-.0066,2.4919,2.0081,4.5174,4.5,4.524.0063,0,.0127,0,.019,0h4.07l-9.962,11.731h12.1l6.4-7.526,6.4,7.526h12.1l-9.96-11.73h4.085c2.4919.0044,4.5156-2.0121,4.52-4.504,0-.0067,0-.0133,0-.02v-.285c.0066-2.4919-2.0081-4.5174-4.5-4.524-.0067,0-.0133,0-.02,0H11.39ZM29.597,13.456c0,3.0906-2.5027,5.596-5.59,5.596h0c-3.0869-.0006-5.589-2.5058-5.589-5.596s2.5027-5.596,5.59-5.596,5.59,2.5054,5.59,5.596h-.001Z"/></svg>
Copied!