fruiter from IconPark Outline by ByteDance · Outline · Energy · Apache-2.0 Free for personal and commercial use.

Name
fruiter
Set
IconPark Outline
Style
Outline
Category
Energy
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More energy icons from IconPark Outline

Use the fruiter 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="M19 32c-4 0-13 .13-13-9.059c0-1.749.594-5.244 3.865-7.328a2.73 2.73 0 0 0 1.235-1.897C11.6 10.226 14.11 4 22 4c2.293 0 5.988.3 8.384 3.93c.416.631 1.096 1.059 1.838 1.204C35.79 9.83 42.058 13.276 42 20c.06 2.17-.443 5.346-4.506 7.37c-.846.421-1.379 1.313-1.546 2.243C35.497 32.117 33.277 35.375 27 36"/><path d="M16 44c7.093-12.93 2.956-18.653 0-20l14-2c-6.72 9.339-3.422 18.558-.933 22z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineFruiter(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="M19 32c-4 0-13 .13-13-9.059c0-1.749.594-5.244 3.865-7.328a2.73 2.73 0 0 0 1.235-1.897C11.6 10.226 14.11 4 22 4c2.293 0 5.988.3 8.384 3.93c.416.631 1.096 1.059 1.838 1.204C35.79 9.83 42.058 13.276 42 20c.06 2.17-.443 5.346-4.506 7.37c-.846.421-1.379 1.313-1.546 2.243C35.497 32.117 33.277 35.375 27 36"/><path d="M16 44c7.093-12.93 2.956-18.653 0-20l14-2c-6.72 9.339-3.422 18.558-.933 22z"/></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="M19 32c-4 0-13 .13-13-9.059c0-1.749.594-5.244 3.865-7.328a2.73 2.73 0 0 0 1.235-1.897C11.6 10.226 14.11 4 22 4c2.293 0 5.988.3 8.384 3.93c.416.631 1.096 1.059 1.838 1.204C35.79 9.83 42.058 13.276 42 20c.06 2.17-.443 5.346-4.506 7.37c-.846.421-1.379 1.313-1.546 2.243C35.497 32.117 33.277 35.375 27 36"/><path d="M16 44c7.093-12.93 2.956-18.653 0-20l14-2c-6.72 9.339-3.422 18.558-.933 22z"/></g></svg>
</template>

CSS

.icon-fruiter {
  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%22M19%2032c-4%200-13%20.13-13-9.059c0-1.749.594-5.244%203.865-7.328a2.73%202.73%200%200%200%201.235-1.897C11.6%2010.226%2014.11%204%2022%204c2.293%200%205.988.3%208.384%203.93c.416.631%201.096%201.059%201.838%201.204C35.79%209.83%2042.058%2013.276%2042%2020c.06%202.17-.443%205.346-4.506%207.37c-.846.421-1.379%201.313-1.546%202.243C35.497%2032.117%2033.277%2035.375%2027%2036%22%2F%3E%3Cpath%20d%3D%22M16%2044c7.093-12.93%202.956-18.653%200-20l14-2c-6.72%209.339-3.422%2018.558-.933%2022z%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%22M19%2032c-4%200-13%20.13-13-9.059c0-1.749.594-5.244%203.865-7.328a2.73%202.73%200%200%200%201.235-1.897C11.6%2010.226%2014.11%204%2022%204c2.293%200%205.988.3%208.384%203.93c.416.631%201.096%201.059%201.838%201.204C35.79%209.83%2042.058%2013.276%2042%2020c.06%202.17-.443%205.346-4.506%207.37c-.846.421-1.379%201.313-1.546%202.243C35.497%2032.117%2033.277%2035.375%2027%2036%22%2F%3E%3Cpath%20d%3D%22M16%2044c7.093-12.93%202.956-18.653%200-20l14-2c-6.72%209.339-3.422%2018.558-.933%2022z%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/fruiter.svg?color=%231a73e8&size=48