avocado one icon
avocado-one from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- avocado-one
- Set
- IconPark Outline
- Style
- Outline
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More foods icons from IconPark Outline
Use the avocado one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M7 32c3 5 8 8 13 9s10.808.144 15-3c6-4.5 8-12 8-17s-2-10.5-3-12s-3-2-3-2"/><path d="M21 13c-4.355 1.604-9 0-13 3c-4.696 3.523-6 9-3 14c2.352 3.92 6 6 12 6s9.764-1.765 14-6c6-6 8-15.5 8-19s-2.5-5.5-6-5s-6.427 4.947-12 7"/><path d="M21.945 20.117c-1.223.48-2.527 0-3.65.898c-1.32 1.054-1.686 2.693-.843 4.19c.66 1.172 1.685 1.795 3.37 1.795s2.742-.528 3.931-1.796C26.438 23.41 27 20.566 27 19.52s-.702-1.646-1.685-1.496s-1.805 1.48-3.37 2.094"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineAvocadoOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M7 32c3 5 8 8 13 9s10.808.144 15-3c6-4.5 8-12 8-17s-2-10.5-3-12s-3-2-3-2"/><path d="M21 13c-4.355 1.604-9 0-13 3c-4.696 3.523-6 9-3 14c2.352 3.92 6 6 12 6s9.764-1.765 14-6c6-6 8-15.5 8-19s-2.5-5.5-6-5s-6.427 4.947-12 7"/><path d="M21.945 20.117c-1.223.48-2.527 0-3.65.898c-1.32 1.054-1.686 2.693-.843 4.19c.66 1.172 1.685 1.795 3.37 1.795s2.742-.528 3.931-1.796C26.438 23.41 27 20.566 27 19.52s-.702-1.646-1.685-1.496s-1.805 1.48-3.37 2.094"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M7 32c3 5 8 8 13 9s10.808.144 15-3c6-4.5 8-12 8-17s-2-10.5-3-12s-3-2-3-2"/><path d="M21 13c-4.355 1.604-9 0-13 3c-4.696 3.523-6 9-3 14c2.352 3.92 6 6 12 6s9.764-1.765 14-6c6-6 8-15.5 8-19s-2.5-5.5-6-5s-6.427 4.947-12 7"/><path d="M21.945 20.117c-1.223.48-2.527 0-3.65.898c-1.32 1.054-1.686 2.693-.843 4.19c.66 1.172 1.685 1.795 3.37 1.795s2.742-.528 3.931-1.796C26.438 23.41 27 20.566 27 19.52s-.702-1.646-1.685-1.496s-1.805 1.48-3.37 2.094"/></g></svg> </template>
CSS
.icon-avocado-one {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M7%2032c3%205%208%208%2013%209s10.808.144%2015-3c6-4.5%208-12%208-17s-2-10.5-3-12s-3-2-3-2%22%2F%3E%3Cpath%20d%3D%22M21%2013c-4.355%201.604-9%200-13%203c-4.696%203.523-6%209-3%2014c2.352%203.92%206%206%2012%206s9.764-1.765%2014-6c6-6%208-15.5%208-19s-2.5-5.5-6-5s-6.427%204.947-12%207%22%2F%3E%3Cpath%20d%3D%22M21.945%2020.117c-1.223.48-2.527%200-3.65.898c-1.32%201.054-1.686%202.693-.843%204.19c.66%201.172%201.685%201.795%203.37%201.795s2.742-.528%203.931-1.796C26.438%2023.41%2027%2020.566%2027%2019.52s-.702-1.646-1.685-1.496s-1.805%201.48-3.37%202.094%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M7%2032c3%205%208%208%2013%209s10.808.144%2015-3c6-4.5%208-12%208-17s-2-10.5-3-12s-3-2-3-2%22%2F%3E%3Cpath%20d%3D%22M21%2013c-4.355%201.604-9%200-13%203c-4.696%203.523-6%209-3%2014c2.352%203.92%206%206%2012%206s9.764-1.765%2014-6c6-6%208-15.5%208-19s-2.5-5.5-6-5s-6.427%204.947-12%207%22%2F%3E%3Cpath%20d%3D%22M21.945%2020.117c-1.223.48-2.527%200-3.65.898c-1.32%201.054-1.686%202.693-.843%204.19c.66%201.172%201.685%201.795%203.37%201.795s2.742-.528%203.931-1.796C26.438%2023.41%2027%2020.566%2027%2019.52s-.702-1.646-1.685-1.496s-1.805%201.48-3.37%202.094%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/avocado-one.svg?color=%231a73e8&size=48