Cherrygram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cherrygram 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/323625.svg" alt="Cherrygram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323625.svg" alt="Cherrygram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323625.svg" alt="Cherrygram icon" :width="24" :height="24" />
CSS background
.icon-cherrygram {
background-image: url('https://proicons.com/icon/323625.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.0849,37.8398c-.6574,1.205-1.5298,2.1925-2.6675,2.9862-3.2589,2.0908-6.5723,2.2172-9.9175.4119-7.0488-3.7932-5.1572-13.6994,2.1206-15.9395.292-.0863.4746-.2754.5476-.5675,1.9912-7.8254,7.0787-16.2581,14.7846-19.1155,1.0056-.3783,2.1804.1991,2.1804,1.354.0066.4115-.1394.7567-.4381,1.0354l-.6671.6272c-.3451.3252-.2821.5111.1892.5575,5.2833.531,8.7944,3.3153,10.5334,8.3531.1327.3783,0,.5841-.3982.6173-6.0731.5177-10.3443-1.3407-12.8133-5.5753-.0941-.1696-.3077-.2264-.477-.1268-.1145.0674-.1839.193-.1801.3259.0597,1.5332.5675,2.937,1.5233,4.2114,1.8253,2.4293,3.5576,4.978,5.197,7.6462.1607.2641.4106.4648.7069.5675,4.6262,1.6195,6.8232,4.6694,6.5909,9.1495-.463,8.8911-12.7086,10.9224-16.815,3.4815-.2205-.3996-.4176-.8266-.5881-1.2812-1.812-4.8486,1.354-9.946,6.103-11.2801.4912-.1327.5841-.4016.2788-.8064-2.4193-3.2158-5.4658-6.6904-6.0731-10.7923-.0199-.1582-.1644-.2703-.3226-.2504-.0723.0091-.1384.0452-.1852.101-2.635,3.1063-4.5797,6.7302-5.8342,10.8719-.1195.3916.0232.6339.4281.7268,1.2146.2655,2.3002.7401,3.3489,1.4237,1.2037.7852,2.1732,1.8017,2.8583,3.0286"/></svg>
Copied!