holly berry icon

holly-berry from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
holly-berry
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
holly-berry-solid

The same icon in other sets

More objects icons from Line Awesome

Use the holly berry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-2.206 0-4 1.794-4 4c0 .75.22 1.443.58 2.043C10.574 9.256 9 10.938 9 13c0 1.185.527 2.24 1.348 2.973c-.127.007-.253.025-.38.029q-.483.015-.935 0l-.955-.033l-.074.953a5.6 5.6 0 0 1-.848 2.54a5.6 5.6 0 0 1-1.693 1.694l-.736.471l.365.793a9.8 9.8 0 0 1 .91 3.629a9 9 0 0 1 0 .902l-.074 1.516l1.422-.53A14.8 14.8 0 0 1 12.035 27q.482-.016.934 0l.955.031l.074-.95c.05-.633.239-1.587.848-2.544a5.6 5.6 0 0 1 1.693-1.693l.8-.51l-.468-.826a7.1 7.1 0 0 1-.879-2.631a7 7 0 0 1-.027-1.309c.06.05.147.118.265.182c.04.02.07.04.11.06c.16.07.23.1.27.11l.04.02c1.74.64 3.53 1 5.32 1.06h.16c.01.01.01.02.01.03c.19.89.54 1.75 1.02 2.51c.43.68.98 1.29 1.61 1.8a12 12 0 0 0-.75 3.29a16 16 0 0 0-3.99-.63h-.16c-.19-.9-.54-1.77-1.03-2.54c-.046-.071-.11-.135-.158-.206l-1.338.853a4 4 0 0 0-.326.235c.046.066.097.13.14.197c.61.95.79 1.91.84 2.54l.08.95l.951-.029c.3-.01.622-.01.942 0c1.57.05 3.15.37 4.68.94l1.42.53L26 26.95q-.03-.435 0-.9c.06-1.23.36-2.45.91-3.63l.36-.79l-.73-.47a5.6 5.6 0 0 1-1.7-1.7a5.5 5.5 0 0 1-.84-2.54l-.08-.95l-.95.03c-.2.01-.41.01-.62.01c-.11-.01-.21-.01-.32-.01c-.126-.004-.252-.02-.378-.027A3.98 3.98 0 0 0 23 13c0-2.062-1.574-3.744-3.58-3.957c.36-.6.58-1.293.58-2.043c0-2.206-1.794-4-4-4m0 2c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m-3 6c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m6 0c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m-5.057 6.395a9.1 9.1 0 0 0 .781 3.297a7.6 7.6 0 0 0-1.57 1.77a7.6 7.6 0 0 0-1.021 2.534l-.166.006a16.5 16.5 0 0 0-3.988.627a11.7 11.7 0 0 0-.749-3.285a7.6 7.6 0 0 0 1.612-1.807a7.6 7.6 0 0 0 1.021-2.533l.168-.006a16.6 16.6 0 0 0 3.912-.603"/></svg>

React

import type { SVGProps } from "react";

export function LaHollyBerry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-2.206 0-4 1.794-4 4c0 .75.22 1.443.58 2.043C10.574 9.256 9 10.938 9 13c0 1.185.527 2.24 1.348 2.973c-.127.007-.253.025-.38.029q-.483.015-.935 0l-.955-.033l-.074.953a5.6 5.6 0 0 1-.848 2.54a5.6 5.6 0 0 1-1.693 1.694l-.736.471l.365.793a9.8 9.8 0 0 1 .91 3.629a9 9 0 0 1 0 .902l-.074 1.516l1.422-.53A14.8 14.8 0 0 1 12.035 27q.482-.016.934 0l.955.031l.074-.95c.05-.633.239-1.587.848-2.544a5.6 5.6 0 0 1 1.693-1.693l.8-.51l-.468-.826a7.1 7.1 0 0 1-.879-2.631a7 7 0 0 1-.027-1.309c.06.05.147.118.265.182c.04.02.07.04.11.06c.16.07.23.1.27.11l.04.02c1.74.64 3.53 1 5.32 1.06h.16c.01.01.01.02.01.03c.19.89.54 1.75 1.02 2.51c.43.68.98 1.29 1.61 1.8a12 12 0 0 0-.75 3.29a16 16 0 0 0-3.99-.63h-.16c-.19-.9-.54-1.77-1.03-2.54c-.046-.071-.11-.135-.158-.206l-1.338.853a4 4 0 0 0-.326.235c.046.066.097.13.14.197c.61.95.79 1.91.84 2.54l.08.95l.951-.029c.3-.01.622-.01.942 0c1.57.05 3.15.37 4.68.94l1.42.53L26 26.95q-.03-.435 0-.9c.06-1.23.36-2.45.91-3.63l.36-.79l-.73-.47a5.6 5.6 0 0 1-1.7-1.7a5.5 5.5 0 0 1-.84-2.54l-.08-.95l-.95.03c-.2.01-.41.01-.62.01c-.11-.01-.21-.01-.32-.01c-.126-.004-.252-.02-.378-.027A3.98 3.98 0 0 0 23 13c0-2.062-1.574-3.744-3.58-3.957c.36-.6.58-1.293.58-2.043c0-2.206-1.794-4-4-4m0 2c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m-3 6c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m6 0c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m-5.057 6.395a9.1 9.1 0 0 0 .781 3.297a7.6 7.6 0 0 0-1.57 1.77a7.6 7.6 0 0 0-1.021 2.534l-.166.006a16.5 16.5 0 0 0-3.988.627a11.7 11.7 0 0 0-.749-3.285a7.6 7.6 0 0 0 1.612-1.807a7.6 7.6 0 0 0 1.021-2.533l.168-.006a16.6 16.6 0 0 0 3.912-.603"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-2.206 0-4 1.794-4 4c0 .75.22 1.443.58 2.043C10.574 9.256 9 10.938 9 13c0 1.185.527 2.24 1.348 2.973c-.127.007-.253.025-.38.029q-.483.015-.935 0l-.955-.033l-.074.953a5.6 5.6 0 0 1-.848 2.54a5.6 5.6 0 0 1-1.693 1.694l-.736.471l.365.793a9.8 9.8 0 0 1 .91 3.629a9 9 0 0 1 0 .902l-.074 1.516l1.422-.53A14.8 14.8 0 0 1 12.035 27q.482-.016.934 0l.955.031l.074-.95c.05-.633.239-1.587.848-2.544a5.6 5.6 0 0 1 1.693-1.693l.8-.51l-.468-.826a7.1 7.1 0 0 1-.879-2.631a7 7 0 0 1-.027-1.309c.06.05.147.118.265.182c.04.02.07.04.11.06c.16.07.23.1.27.11l.04.02c1.74.64 3.53 1 5.32 1.06h.16c.01.01.01.02.01.03c.19.89.54 1.75 1.02 2.51c.43.68.98 1.29 1.61 1.8a12 12 0 0 0-.75 3.29a16 16 0 0 0-3.99-.63h-.16c-.19-.9-.54-1.77-1.03-2.54c-.046-.071-.11-.135-.158-.206l-1.338.853a4 4 0 0 0-.326.235c.046.066.097.13.14.197c.61.95.79 1.91.84 2.54l.08.95l.951-.029c.3-.01.622-.01.942 0c1.57.05 3.15.37 4.68.94l1.42.53L26 26.95q-.03-.435 0-.9c.06-1.23.36-2.45.91-3.63l.36-.79l-.73-.47a5.6 5.6 0 0 1-1.7-1.7a5.5 5.5 0 0 1-.84-2.54l-.08-.95l-.95.03c-.2.01-.41.01-.62.01c-.11-.01-.21-.01-.32-.01c-.126-.004-.252-.02-.378-.027A3.98 3.98 0 0 0 23 13c0-2.062-1.574-3.744-3.58-3.957c.36-.6.58-1.293.58-2.043c0-2.206-1.794-4-4-4m0 2c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m-3 6c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m6 0c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m-5.057 6.395a9.1 9.1 0 0 0 .781 3.297a7.6 7.6 0 0 0-1.57 1.77a7.6 7.6 0 0 0-1.021 2.534l-.166.006a16.5 16.5 0 0 0-3.988.627a11.7 11.7 0 0 0-.749-3.285a7.6 7.6 0 0 0 1.612-1.807a7.6 7.6 0 0 0 1.021-2.533l.168-.006a16.6 16.6 0 0 0 3.912-.603"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-2.206%200-4%201.794-4%204c0%20.75.22%201.443.58%202.043C10.574%209.256%209%2010.938%209%2013c0%201.185.527%202.24%201.348%202.973c-.127.007-.253.025-.38.029q-.483.015-.935%200l-.955-.033l-.074.953a5.6%205.6%200%200%201-.848%202.54a5.6%205.6%200%200%201-1.693%201.694l-.736.471l.365.793a9.8%209.8%200%200%201%20.91%203.629a9%209%200%200%201%200%20.902l-.074%201.516l1.422-.53A14.8%2014.8%200%200%201%2012.035%2027q.482-.016.934%200l.955.031l.074-.95c.05-.633.239-1.587.848-2.544a5.6%205.6%200%200%201%201.693-1.693l.8-.51l-.468-.826a7.1%207.1%200%200%201-.879-2.631a7%207%200%200%201-.027-1.309c.06.05.147.118.265.182c.04.02.07.04.11.06c.16.07.23.1.27.11l.04.02c1.74.64%203.53%201%205.32%201.06h.16c.01.01.01.02.01.03c.19.89.54%201.75%201.02%202.51c.43.68.98%201.29%201.61%201.8a12%2012%200%200%200-.75%203.29a16%2016%200%200%200-3.99-.63h-.16c-.19-.9-.54-1.77-1.03-2.54c-.046-.071-.11-.135-.158-.206l-1.338.853a4%204%200%200%200-.326.235c.046.066.097.13.14.197c.61.95.79%201.91.84%202.54l.08.95l.951-.029c.3-.01.622-.01.942%200c1.57.05%203.15.37%204.68.94l1.42.53L26%2026.95q-.03-.435%200-.9c.06-1.23.36-2.45.91-3.63l.36-.79l-.73-.47a5.6%205.6%200%200%201-1.7-1.7a5.5%205.5%200%200%201-.84-2.54l-.08-.95l-.95.03c-.2.01-.41.01-.62.01c-.11-.01-.21-.01-.32-.01c-.126-.004-.252-.02-.378-.027A3.98%203.98%200%200%200%2023%2013c0-2.062-1.574-3.744-3.58-3.957c.36-.6.58-1.293.58-2.043c0-2.206-1.794-4-4-4m0%202c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2m-3%206c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2m6%200c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2m-5.057%206.395a9.1%209.1%200%200%200%20.781%203.297a7.6%207.6%200%200%200-1.57%201.77a7.6%207.6%200%200%200-1.021%202.534l-.166.006a16.5%2016.5%200%200%200-3.988.627a11.7%2011.7%200%200%200-.749-3.285a7.6%207.6%200%200%200%201.612-1.807a7.6%207.6%200%200%200%201.021-2.533l.168-.006a16.6%2016.6%200%200%200%203.912-.603%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-2.206%200-4%201.794-4%204c0%20.75.22%201.443.58%202.043C10.574%209.256%209%2010.938%209%2013c0%201.185.527%202.24%201.348%202.973c-.127.007-.253.025-.38.029q-.483.015-.935%200l-.955-.033l-.074.953a5.6%205.6%200%200%201-.848%202.54a5.6%205.6%200%200%201-1.693%201.694l-.736.471l.365.793a9.8%209.8%200%200%201%20.91%203.629a9%209%200%200%201%200%20.902l-.074%201.516l1.422-.53A14.8%2014.8%200%200%201%2012.035%2027q.482-.016.934%200l.955.031l.074-.95c.05-.633.239-1.587.848-2.544a5.6%205.6%200%200%201%201.693-1.693l.8-.51l-.468-.826a7.1%207.1%200%200%201-.879-2.631a7%207%200%200%201-.027-1.309c.06.05.147.118.265.182c.04.02.07.04.11.06c.16.07.23.1.27.11l.04.02c1.74.64%203.53%201%205.32%201.06h.16c.01.01.01.02.01.03c.19.89.54%201.75%201.02%202.51c.43.68.98%201.29%201.61%201.8a12%2012%200%200%200-.75%203.29a16%2016%200%200%200-3.99-.63h-.16c-.19-.9-.54-1.77-1.03-2.54c-.046-.071-.11-.135-.158-.206l-1.338.853a4%204%200%200%200-.326.235c.046.066.097.13.14.197c.61.95.79%201.91.84%202.54l.08.95l.951-.029c.3-.01.622-.01.942%200c1.57.05%203.15.37%204.68.94l1.42.53L26%2026.95q-.03-.435%200-.9c.06-1.23.36-2.45.91-3.63l.36-.79l-.73-.47a5.6%205.6%200%200%201-1.7-1.7a5.5%205.5%200%200%201-.84-2.54l-.08-.95l-.95.03c-.2.01-.41.01-.62.01c-.11-.01-.21-.01-.32-.01c-.126-.004-.252-.02-.378-.027A3.98%203.98%200%200%200%2023%2013c0-2.062-1.574-3.744-3.58-3.957c.36-.6.58-1.293.58-2.043c0-2.206-1.794-4-4-4m0%202c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2m-3%206c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2m6%200c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2m-5.057%206.395a9.1%209.1%200%200%200%20.781%203.297a7.6%207.6%200%200%200-1.57%201.77a7.6%207.6%200%200%200-1.021%202.534l-.166.006a16.5%2016.5%200%200%200-3.988.627a11.7%2011.7%200%200%200-.749-3.285a7.6%207.6%200%200%200%201.612-1.807a7.6%207.6%200%200%200%201.021-2.533l.168-.006a16.6%2016.6%200%200%200%203.912-.603%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/holly-berry.svg?color=%231a73e8&size=48