Clementineremote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clementineremote 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/338352.svg" alt="Clementineremote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338352.svg" alt="Clementineremote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338352.svg" alt="Clementineremote icon" :width="24" :height="24" />
CSS background
.icon-clementineremote {
background-image: url('https://proicons.com/icon/338352.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m43.4874,32.9116c-.11,2.9584-3.813,5.5211-6.344,6.8422h0c-1.7956.8215-4.2842,1.4014-7.2855,1.5729-9.0687.6258-19.3622-2.7963-22.8539-12.1739h0c-1.3251-3.0327-1.9949-5.8356-2.2911-8.2551h0c-.3627-2.8666-.2433-5.3041.2164-7.1275h0c.5043-3.038,3.2487-6.2721,5.9002-7.0125"/><path id="d" class="e" d="m43.4874,32.9116c-.5162,4.8347-13.3322,6.0578-19.2041,4.3104-10.0751-1.6465-15.3551-10.8587-16.4346-19.8299h0c-.942-12.4207,4.8322-14.5712,11.3868-4.082h0c1.5973,2.0694,4.284,6.4316,5.9272,7.7729,4.449,2.8521,18.8311,6.4024,18.3242,11.8293l.0005-.0007Z"/></svg>
Copied!