Cherry Line Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cherry Line Icon 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/338183.svg" alt="Cherry Line Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338183.svg" alt="Cherry Line Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338183.svg" alt="Cherry Line Icon icon" :width="24" :height="24" />
CSS background
.icon-cherry-line-icon {
background-image: url('https://proicons.com/icon/338183.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="m14.2615,23.5168c4.843,0,8.7615,3.9185,8.7615,8.7615,0,4.8325-3.9185,8.7615-8.7615,8.7615-4.8325,0-8.7615-3.929-8.7615-8.7615,0-4.843,3.929-8.7615,8.7615-8.7615Z"/><path id="c" class="e" d="m33.7385,23.5168c4.8325,0,8.7615,3.9185,8.7615,8.7615,0,4.8325-3.929,8.7615-8.7615,8.7615-4.843,0-8.7615-3.929-8.7615-8.7615,0-4.843,3.9185-8.7615,8.7615-8.7615Z"/><path id="d" class="e" d="m33.7385,23.023c-.977-7.3012-6.818-13.1422-13.636-16.0627,2.4373,6.818,1.4602,12.659-2.9205,16.8822"/></svg>
Copied!