Cove Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cove 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/338606.svg" alt="Cove icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338606.svg" alt="Cove icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338606.svg" alt="Cove icon" :width="24" :height="24" />
CSS background
.icon-cove {
background-image: url('https://proicons.com/icon/338606.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="cls-1" points="28.8531 21.3182 26.829 26.6818 24.805 21.3182"/><path class="cls-1" d="M17.2815,25.6624c-.3489.6091-1.0053,1.0194-1.7575,1.0194h0c-1.1178,0-2.024-.9062-2.024-2.024v-1.3156c0-1.1178.9062-2.024,2.024-2.024h0c.7508,0,1.4061.4088,1.7555,1.0159"/><path class="cls-1" d="M34.2346,25.6604c-.3486.6102-1.0056,1.0214-1.7586,1.0214h0c-1.1178,0-2.024-.9062-2.024-2.024v-1.3156c0-1.1178.9062-2.024,2.024-2.024h0c1.1178,0,2.024.9062,2.024,2.024v.6578s-4.048,0-4.048,0"/><path class="cls-1" d="M19.2429,23.3422c0-1.1178.9062-2.024,2.024-2.024s2.024.9062,2.024,2.024v1.3156c0,1.1178-.9062,2.024-2.024,2.024s-2.024-.9062-2.024-2.024v-1.3156Z"/><rect id="rect1" class="cls-1" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!