cherries icon
cherries-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- cherries-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the cherries icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 74a68 68 0 0 0-8.83.57a89.8 89.8 0 0 0-21.8-25.69c-37.18-30-88.07-23.13-90.22-22.82A6 6 0 0 0 52.67 37c18.72 12.47 26.87 33.31 30.05 53.22A70 70 0 1 0 141.59 205A70 70 0 1 0 176 74m-38.1-15.73a77.6 77.6 0 0 1 16.86 19A70.3 70.3 0 0 0 122.35 99a69.5 69.5 0 0 0-27.42-8.69c-3.22-22.13-11.2-40.14-23.46-53.1c16.76.22 44.72 3.51 66.43 21.06m8.2 62.73a70.7 70.7 0 0 0-13.77-15.12a58.17 58.17 0 0 1 28.23-17.74a113.5 113.5 0 0 1 8.78 33.31c-8.61-1.5-12.92-5.51-13.1-5.68A6 6 0 0 0 146.1 121M88 218a58 58 0 0 1-3.92-115.85a177 177 0 0 1-1.15 35.52c-9.66-1.25-14.5-5.73-14.69-5.91a6 6 0 0 0-8.48 8.48c.4.4 10 9.76 28.24 9.76s27.84-9.36 28.24-9.76a6 6 0 1 0-8.43-8.53c-.22.2-4.41 4.08-12.72 5.64a186.4 186.4 0 0 0 1.11-34.76A58 58 0 0 1 88 218m88-16a57.75 57.75 0 0 1-27.47-6.91a69.73 69.73 0 0 0 0-70.12c2.65 2.26 11.88 9 27.44 9c18.28 0 27.84-9.36 28.24-9.76a6 6 0 0 0 0-8.51a6 6 0 0 0-8.46 0c-.23.22-5 4.59-14.36 5.91a129 129 0 0 0-8.66-35.52c1.06-.06 2.14-.1 3.21-.1a58 58 0 0 1 0 116Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCherriesLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 74a68 68 0 0 0-8.83.57a89.8 89.8 0 0 0-21.8-25.69c-37.18-30-88.07-23.13-90.22-22.82A6 6 0 0 0 52.67 37c18.72 12.47 26.87 33.31 30.05 53.22A70 70 0 1 0 141.59 205A70 70 0 1 0 176 74m-38.1-15.73a77.6 77.6 0 0 1 16.86 19A70.3 70.3 0 0 0 122.35 99a69.5 69.5 0 0 0-27.42-8.69c-3.22-22.13-11.2-40.14-23.46-53.1c16.76.22 44.72 3.51 66.43 21.06m8.2 62.73a70.7 70.7 0 0 0-13.77-15.12a58.17 58.17 0 0 1 28.23-17.74a113.5 113.5 0 0 1 8.78 33.31c-8.61-1.5-12.92-5.51-13.1-5.68A6 6 0 0 0 146.1 121M88 218a58 58 0 0 1-3.92-115.85a177 177 0 0 1-1.15 35.52c-9.66-1.25-14.5-5.73-14.69-5.91a6 6 0 0 0-8.48 8.48c.4.4 10 9.76 28.24 9.76s27.84-9.36 28.24-9.76a6 6 0 1 0-8.43-8.53c-.22.2-4.41 4.08-12.72 5.64a186.4 186.4 0 0 0 1.11-34.76A58 58 0 0 1 88 218m88-16a57.75 57.75 0 0 1-27.47-6.91a69.73 69.73 0 0 0 0-70.12c2.65 2.26 11.88 9 27.44 9c18.28 0 27.84-9.36 28.24-9.76a6 6 0 0 0 0-8.51a6 6 0 0 0-8.46 0c-.23.22-5 4.59-14.36 5.91a129 129 0 0 0-8.66-35.52c1.06-.06 2.14-.1 3.21-.1a58 58 0 0 1 0 116Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 74a68 68 0 0 0-8.83.57a89.8 89.8 0 0 0-21.8-25.69c-37.18-30-88.07-23.13-90.22-22.82A6 6 0 0 0 52.67 37c18.72 12.47 26.87 33.31 30.05 53.22A70 70 0 1 0 141.59 205A70 70 0 1 0 176 74m-38.1-15.73a77.6 77.6 0 0 1 16.86 19A70.3 70.3 0 0 0 122.35 99a69.5 69.5 0 0 0-27.42-8.69c-3.22-22.13-11.2-40.14-23.46-53.1c16.76.22 44.72 3.51 66.43 21.06m8.2 62.73a70.7 70.7 0 0 0-13.77-15.12a58.17 58.17 0 0 1 28.23-17.74a113.5 113.5 0 0 1 8.78 33.31c-8.61-1.5-12.92-5.51-13.1-5.68A6 6 0 0 0 146.1 121M88 218a58 58 0 0 1-3.92-115.85a177 177 0 0 1-1.15 35.52c-9.66-1.25-14.5-5.73-14.69-5.91a6 6 0 0 0-8.48 8.48c.4.4 10 9.76 28.24 9.76s27.84-9.36 28.24-9.76a6 6 0 1 0-8.43-8.53c-.22.2-4.41 4.08-12.72 5.64a186.4 186.4 0 0 0 1.11-34.76A58 58 0 0 1 88 218m88-16a57.75 57.75 0 0 1-27.47-6.91a69.73 69.73 0 0 0 0-70.12c2.65 2.26 11.88 9 27.44 9c18.28 0 27.84-9.36 28.24-9.76a6 6 0 0 0 0-8.51a6 6 0 0 0-8.46 0c-.23.22-5 4.59-14.36 5.91a129 129 0 0 0-8.66-35.52c1.06-.06 2.14-.1 3.21-.1a58 58 0 0 1 0 116Z"/></svg> </template>
CSS
.icon-cherries-light {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%2074a68%2068%200%200%200-8.83.57a89.8%2089.8%200%200%200-21.8-25.69c-37.18-30-88.07-23.13-90.22-22.82A6%206%200%200%200%2052.67%2037c18.72%2012.47%2026.87%2033.31%2030.05%2053.22A70%2070%200%201%200%20141.59%20205A70%2070%200%201%200%20176%2074m-38.1-15.73a77.6%2077.6%200%200%201%2016.86%2019A70.3%2070.3%200%200%200%20122.35%2099a69.5%2069.5%200%200%200-27.42-8.69c-3.22-22.13-11.2-40.14-23.46-53.1c16.76.22%2044.72%203.51%2066.43%2021.06m8.2%2062.73a70.7%2070.7%200%200%200-13.77-15.12a58.17%2058.17%200%200%201%2028.23-17.74a113.5%20113.5%200%200%201%208.78%2033.31c-8.61-1.5-12.92-5.51-13.1-5.68A6%206%200%200%200%20146.1%20121M88%20218a58%2058%200%200%201-3.92-115.85a177%20177%200%200%201-1.15%2035.52c-9.66-1.25-14.5-5.73-14.69-5.91a6%206%200%200%200-8.48%208.48c.4.4%2010%209.76%2028.24%209.76s27.84-9.36%2028.24-9.76a6%206%200%201%200-8.43-8.53c-.22.2-4.41%204.08-12.72%205.64a186.4%20186.4%200%200%200%201.11-34.76A58%2058%200%200%201%2088%20218m88-16a57.75%2057.75%200%200%201-27.47-6.91a69.73%2069.73%200%200%200%200-70.12c2.65%202.26%2011.88%209%2027.44%209c18.28%200%2027.84-9.36%2028.24-9.76a6%206%200%200%200%200-8.51a6%206%200%200%200-8.46%200c-.23.22-5%204.59-14.36%205.91a129%20129%200%200%200-8.66-35.52c1.06-.06%202.14-.1%203.21-.1a58%2058%200%200%201%200%20116Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%2074a68%2068%200%200%200-8.83.57a89.8%2089.8%200%200%200-21.8-25.69c-37.18-30-88.07-23.13-90.22-22.82A6%206%200%200%200%2052.67%2037c18.72%2012.47%2026.87%2033.31%2030.05%2053.22A70%2070%200%201%200%20141.59%20205A70%2070%200%201%200%20176%2074m-38.1-15.73a77.6%2077.6%200%200%201%2016.86%2019A70.3%2070.3%200%200%200%20122.35%2099a69.5%2069.5%200%200%200-27.42-8.69c-3.22-22.13-11.2-40.14-23.46-53.1c16.76.22%2044.72%203.51%2066.43%2021.06m8.2%2062.73a70.7%2070.7%200%200%200-13.77-15.12a58.17%2058.17%200%200%201%2028.23-17.74a113.5%20113.5%200%200%201%208.78%2033.31c-8.61-1.5-12.92-5.51-13.1-5.68A6%206%200%200%200%20146.1%20121M88%20218a58%2058%200%200%201-3.92-115.85a177%20177%200%200%201-1.15%2035.52c-9.66-1.25-14.5-5.73-14.69-5.91a6%206%200%200%200-8.48%208.48c.4.4%2010%209.76%2028.24%209.76s27.84-9.36%2028.24-9.76a6%206%200%201%200-8.43-8.53c-.22.2-4.41%204.08-12.72%205.64a186.4%20186.4%200%200%200%201.11-34.76A58%2058%200%200%201%2088%20218m88-16a57.75%2057.75%200%200%201-27.47-6.91a69.73%2069.73%200%200%200%200-70.12c2.65%202.26%2011.88%209%2027.44%209c18.28%200%2027.84-9.36%2028.24-9.76a6%206%200%200%200%200-8.51a6%206%200%200%200-8.46%200c-.23.22-5%204.59-14.36%205.91a129%20129%200%200%200-8.66-35.52c1.06-.06%202.14-.1%203.21-.1a58%2058%200%200%201%200%20116Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cherries-light.svg?color=%231a73e8&size=48