cherries icon
cherries-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cherries-thin
- Set
- Phosphor
- Style
- Thin
- 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 76a67 67 0 0 0-9.94.74a88.1 88.1 0 0 0-21.95-26.3C107.61 21 57.55 27.74 55.43 28a4 4 0 0 0-1.65 7.29C73.74 48.64 82 71.09 85 92.08a68 68 0 1 0 56.12 110.29A68 68 0 1 0 176 76M66.62 35.27c16-.4 48 1.66 72.47 21.39a79.9 79.9 0 0 1 18.75 21.82a68.3 68.3 0 0 0-35 23.14a67.44 67.44 0 0 0-29.66-9.4c-3.3-24.44-12.35-43.85-26.56-56.95M88 220a60 60 0 0 1-2.09-119.95a177.8 177.8 0 0 1-1.28 39.8c-11.7-.93-17.56-6.44-17.8-6.68a4 4 0 0 0-5.66 5.66c.38.37 9.37 9.17 26.83 9.17s26.45-8.8 26.83-9.17a4 4 0 0 0-5.64-5.68c-.25.25-5.65 5.35-16.43 6.58A183.7 183.7 0 0 0 94 100.3A60 60 0 0 1 88 220m88-16a59.75 59.75 0 0 1-30.24-8.17a67.86 67.86 0 0 0-16.31-89.68a60.25 60.25 0 0 1 32.22-20.4c5.17 11 8.49 23.68 9.93 38c-11-1.16-16.53-6.36-16.77-6.59a4 4 0 0 0-5.66 5.66c.38.37 9.37 9.17 26.83 9.17s26.45-8.8 26.83-9.17a4 4 0 0 0-5.64-5.68c-.26.25-6 5.68-17.55 6.68q-2.1-22.14-9.81-39.49A60 60 0 1 1 176 204"/></svg>
React
import type { SVGProps } from "react";
export function PhCherriesThin(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 76a67 67 0 0 0-9.94.74a88.1 88.1 0 0 0-21.95-26.3C107.61 21 57.55 27.74 55.43 28a4 4 0 0 0-1.65 7.29C73.74 48.64 82 71.09 85 92.08a68 68 0 1 0 56.12 110.29A68 68 0 1 0 176 76M66.62 35.27c16-.4 48 1.66 72.47 21.39a79.9 79.9 0 0 1 18.75 21.82a68.3 68.3 0 0 0-35 23.14a67.44 67.44 0 0 0-29.66-9.4c-3.3-24.44-12.35-43.85-26.56-56.95M88 220a60 60 0 0 1-2.09-119.95a177.8 177.8 0 0 1-1.28 39.8c-11.7-.93-17.56-6.44-17.8-6.68a4 4 0 0 0-5.66 5.66c.38.37 9.37 9.17 26.83 9.17s26.45-8.8 26.83-9.17a4 4 0 0 0-5.64-5.68c-.25.25-5.65 5.35-16.43 6.58A183.7 183.7 0 0 0 94 100.3A60 60 0 0 1 88 220m88-16a59.75 59.75 0 0 1-30.24-8.17a67.86 67.86 0 0 0-16.31-89.68a60.25 60.25 0 0 1 32.22-20.4c5.17 11 8.49 23.68 9.93 38c-11-1.16-16.53-6.36-16.77-6.59a4 4 0 0 0-5.66 5.66c.38.37 9.37 9.17 26.83 9.17s26.45-8.8 26.83-9.17a4 4 0 0 0-5.64-5.68c-.26.25-6 5.68-17.55 6.68q-2.1-22.14-9.81-39.49A60 60 0 1 1 176 204"/></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 76a67 67 0 0 0-9.94.74a88.1 88.1 0 0 0-21.95-26.3C107.61 21 57.55 27.74 55.43 28a4 4 0 0 0-1.65 7.29C73.74 48.64 82 71.09 85 92.08a68 68 0 1 0 56.12 110.29A68 68 0 1 0 176 76M66.62 35.27c16-.4 48 1.66 72.47 21.39a79.9 79.9 0 0 1 18.75 21.82a68.3 68.3 0 0 0-35 23.14a67.44 67.44 0 0 0-29.66-9.4c-3.3-24.44-12.35-43.85-26.56-56.95M88 220a60 60 0 0 1-2.09-119.95a177.8 177.8 0 0 1-1.28 39.8c-11.7-.93-17.56-6.44-17.8-6.68a4 4 0 0 0-5.66 5.66c.38.37 9.37 9.17 26.83 9.17s26.45-8.8 26.83-9.17a4 4 0 0 0-5.64-5.68c-.25.25-5.65 5.35-16.43 6.58A183.7 183.7 0 0 0 94 100.3A60 60 0 0 1 88 220m88-16a59.75 59.75 0 0 1-30.24-8.17a67.86 67.86 0 0 0-16.31-89.68a60.25 60.25 0 0 1 32.22-20.4c5.17 11 8.49 23.68 9.93 38c-11-1.16-16.53-6.36-16.77-6.59a4 4 0 0 0-5.66 5.66c.38.37 9.37 9.17 26.83 9.17s26.45-8.8 26.83-9.17a4 4 0 0 0-5.64-5.68c-.26.25-6 5.68-17.55 6.68q-2.1-22.14-9.81-39.49A60 60 0 1 1 176 204"/></svg> </template>
CSS
.icon-cherries-thin {
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%2076a67%2067%200%200%200-9.94.74a88.1%2088.1%200%200%200-21.95-26.3C107.61%2021%2057.55%2027.74%2055.43%2028a4%204%200%200%200-1.65%207.29C73.74%2048.64%2082%2071.09%2085%2092.08a68%2068%200%201%200%2056.12%20110.29A68%2068%200%201%200%20176%2076M66.62%2035.27c16-.4%2048%201.66%2072.47%2021.39a79.9%2079.9%200%200%201%2018.75%2021.82a68.3%2068.3%200%200%200-35%2023.14a67.44%2067.44%200%200%200-29.66-9.4c-3.3-24.44-12.35-43.85-26.56-56.95M88%20220a60%2060%200%200%201-2.09-119.95a177.8%20177.8%200%200%201-1.28%2039.8c-11.7-.93-17.56-6.44-17.8-6.68a4%204%200%200%200-5.66%205.66c.38.37%209.37%209.17%2026.83%209.17s26.45-8.8%2026.83-9.17a4%204%200%200%200-5.64-5.68c-.25.25-5.65%205.35-16.43%206.58A183.7%20183.7%200%200%200%2094%20100.3A60%2060%200%200%201%2088%20220m88-16a59.75%2059.75%200%200%201-30.24-8.17a67.86%2067.86%200%200%200-16.31-89.68a60.25%2060.25%200%200%201%2032.22-20.4c5.17%2011%208.49%2023.68%209.93%2038c-11-1.16-16.53-6.36-16.77-6.59a4%204%200%200%200-5.66%205.66c.38.37%209.37%209.17%2026.83%209.17s26.45-8.8%2026.83-9.17a4%204%200%200%200-5.64-5.68c-.26.25-6%205.68-17.55%206.68q-2.1-22.14-9.81-39.49A60%2060%200%201%201%20176%20204%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%2076a67%2067%200%200%200-9.94.74a88.1%2088.1%200%200%200-21.95-26.3C107.61%2021%2057.55%2027.74%2055.43%2028a4%204%200%200%200-1.65%207.29C73.74%2048.64%2082%2071.09%2085%2092.08a68%2068%200%201%200%2056.12%20110.29A68%2068%200%201%200%20176%2076M66.62%2035.27c16-.4%2048%201.66%2072.47%2021.39a79.9%2079.9%200%200%201%2018.75%2021.82a68.3%2068.3%200%200%200-35%2023.14a67.44%2067.44%200%200%200-29.66-9.4c-3.3-24.44-12.35-43.85-26.56-56.95M88%20220a60%2060%200%200%201-2.09-119.95a177.8%20177.8%200%200%201-1.28%2039.8c-11.7-.93-17.56-6.44-17.8-6.68a4%204%200%200%200-5.66%205.66c.38.37%209.37%209.17%2026.83%209.17s26.45-8.8%2026.83-9.17a4%204%200%200%200-5.64-5.68c-.25.25-5.65%205.35-16.43%206.58A183.7%20183.7%200%200%200%2094%20100.3A60%2060%200%200%201%2088%20220m88-16a59.75%2059.75%200%200%201-30.24-8.17a67.86%2067.86%200%200%200-16.31-89.68a60.25%2060.25%200%200%201%2032.22-20.4c5.17%2011%208.49%2023.68%209.93%2038c-11-1.16-16.53-6.36-16.77-6.59a4%204%200%200%200-5.66%205.66c.38.37%209.37%209.17%2026.83%209.17s26.45-8.8%2026.83-9.17a4%204%200%200%200-5.64-5.68c-.26.25-6%205.68-17.55%206.68q-2.1-22.14-9.81-39.49A60%2060%200%201%201%20176%20204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cherries-thin.svg?color=%231a73e8&size=48