holly berry icon
holly-berry from Font Awesome Solid by Dave Gandy · Solid · Holiday · CC-BY-4.0 Attribution required.
- Name
- holly-berry
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Holiday
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More holiday icons from Font Awesome Solid
Use the holly berry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320.2 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m-80 96c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48M341 447.8c1 .1 2.1.2 3.2.2c39.8 0 72 32.2 72 72v22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5l-5.2-19.5c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3l-6.3 34.8c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM191.8 298.5c-15.5-5.2-31.6 6.4-31.6 22.8v32c0 34.6-28.1 62.7-62.7 62.7c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4c-4.8 18 11.6 34.4 29.5 29.6l19.4-5.3c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8v-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5l-19.4 5.3c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM448.2 208c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHollyBerry(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320.2 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m-80 96c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48M341 447.8c1 .1 2.1.2 3.2.2c39.8 0 72 32.2 72 72v22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5l-5.2-19.5c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3l-6.3 34.8c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM191.8 298.5c-15.5-5.2-31.6 6.4-31.6 22.8v32c0 34.6-28.1 62.7-62.7 62.7c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4c-4.8 18 11.6 34.4 29.5 29.6l19.4-5.3c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8v-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5l-19.4 5.3c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM448.2 208c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320.2 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m-80 96c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48M341 447.8c1 .1 2.1.2 3.2.2c39.8 0 72 32.2 72 72v22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5l-5.2-19.5c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3l-6.3 34.8c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM191.8 298.5c-15.5-5.2-31.6 6.4-31.6 22.8v32c0 34.6-28.1 62.7-62.7 62.7c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4c-4.8 18 11.6 34.4 29.5 29.6l19.4-5.3c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8v-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5l-19.4 5.3c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM448.2 208c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48"/></svg> </template>
CSS
.icon-holly-berry {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320.2%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m-80%2096c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048M341%20447.8c1%20.1%202.1.2%203.2.2c39.8%200%2072%2032.2%2072%2072v22.7c0%2016.4%2016%2027.9%2031.6%2022.8l12.8-4.3c18-6%2037.3-6.5%2055.6-1.5l19.4%205.3c17.9%204.9%2034.4-11.6%2029.5-29.5l-5.2-19.5c-5-18.3-4.4-37.6%201.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6%200-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8%204.3c-18%206-37.3%206.5-55.6%201.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2%209.7%205.8%2020.8%203.7%2032.3l-6.3%2034.8c-1.5%208.4-1.4%2017%20.5%2025.3l5.3%2023.9c2.8%2012.7%201.1%2025.2-4%2035.9zM191.8%20298.5c-15.5-5.2-31.6%206.4-31.6%2022.8v32c0%2034.6-28.1%2062.7-62.7%2062.7c-16.4%200-27.9%2016-22.8%2031.6l4.3%2012.8c6%2018%206.5%2037.3%201.5%2055.6l-5.3%2019.4c-4.8%2018%2011.6%2034.4%2029.5%2029.6l19.4-5.3c18.3-5%2037.6-4.5%2055.6%201.5l12.8%204.3c15.5%205.2%2031.6-6.4%2031.6-22.8v-32c0-34.6%2028.1-62.7%2062.7-62.7c16.4%200%2027.9-16%2022.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5l-19.4%205.3c-18.3%205-37.6%204.4-55.6-1.5l-12.8-4.3zM448.2%20208c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320.2%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m-80%2096c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048M341%20447.8c1%20.1%202.1.2%203.2.2c39.8%200%2072%2032.2%2072%2072v22.7c0%2016.4%2016%2027.9%2031.6%2022.8l12.8-4.3c18-6%2037.3-6.5%2055.6-1.5l19.4%205.3c17.9%204.9%2034.4-11.6%2029.5-29.5l-5.2-19.5c-5-18.3-4.4-37.6%201.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6%200-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8%204.3c-18%206-37.3%206.5-55.6%201.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2%209.7%205.8%2020.8%203.7%2032.3l-6.3%2034.8c-1.5%208.4-1.4%2017%20.5%2025.3l5.3%2023.9c2.8%2012.7%201.1%2025.2-4%2035.9zM191.8%20298.5c-15.5-5.2-31.6%206.4-31.6%2022.8v32c0%2034.6-28.1%2062.7-62.7%2062.7c-16.4%200-27.9%2016-22.8%2031.6l4.3%2012.8c6%2018%206.5%2037.3%201.5%2055.6l-5.3%2019.4c-4.8%2018%2011.6%2034.4%2029.5%2029.6l19.4-5.3c18.3-5%2037.6-4.5%2055.6%201.5l12.8%204.3c15.5%205.2%2031.6-6.4%2031.6-22.8v-32c0-34.6%2028.1-62.7%2062.7-62.7c16.4%200%2027.9-16%2022.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5l-19.4%205.3c-18.3%205-37.6%204.4-55.6-1.5l-12.8-4.3zM448.2%20208c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/holly-berry.svg?color=%231a73e8&size=48