fruits icon
fruits from Health Icons by Resolve to Save Lives · Filled · Nutrition · MIT Free for personal and commercial use.
- Name
- fruits
- Set
- Health Icons
- Style
- Filled
- Category
- Nutrition
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More nutrition icons from Health Icons
Use the fruits icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9.614 16.63c1.556-1.608 3.112-2.144 5.186-1.072c1.868.965 2.895 1.061 3.838 1.071c.983-.01 2.052-.106 3.998-1.071c2.16-1.072 3.78-.536 5.401 1.072c1.91 1.896 2.5 3.87 2.701 5.361q.035.18.063.36a3.501 3.501 0 0 0-.912 6.306l-.079.203a3.5 3.5 0 1 0-3.52 6.02q-.142.176-.277.331c-.835.869-1.785 1.426-2.815 1.256c-3.24-.537-3.78-.537-4.32-.537h-.47c-.518 0-1.037 0-4.148.537c-2.49.428-4.49-3.753-5.482-5.896c-1.56-3.363-1.871-6.8-1.757-8.58c.193-1.492.76-3.465 2.593-5.36"/><path d="M37.845 18.09a4.5 4.5 0 0 1 2.716 5.755q-.049.133-.127.243a4.5 4.5 0 0 1 .88 5.801a4.5 4.5 0 0 1-1.055 1.166q.021.22.021.445a4.5 4.5 0 0 1-.54 2.14a4.5 4.5 0 1 1-5.108 7.341a4.5 4.5 0 0 1-7.093-4.988a4.5 4.5 0 0 1 0-8.987a4.5 4.5 0 0 1 4.501-5.999q.014-.101.05-.202a4.5 4.5 0 0 1 5.755-2.715m-1.983 21.307a2.5 2.5 0 1 0 2.578-4.153a1 1 0 0 1-.1-.042c-.665.46-1.46.746-2.318.792c.167.47.258.978.258 1.506c0 .678-.15 1.32-.418 1.897m.16-12.39a4.5 4.5 0 0 1 3.49 1.977a2.5 2.5 0 0 0 .457-1.091a2.5 2.5 0 0 0-3.692-2.573a4.5 4.5 0 0 1-.255 1.686m-.283-3.648a4.5 4.5 0 0 1 2.943-.2a2.5 2.5 0 0 0-4.71-1.678l-.029.072a4.5 4.5 0 0 1 1.796 1.806M31.78 23a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m-4 6a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m5.5 2.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m-1.5 3.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M7.565 8.001h1.133c2.84 0 5.514 1.277 7.466 2.972a12 12 0 0 1 1.716 1.832v-2.239a1 1 0 1 1 2 0v6.6a1 1 0 0 1-.38.785V18h-.068a.995.995 0 0 1-1.106-.002c-2.44-.044-4.892-.993-6.822-2.516c-1.976-1.56-3.476-3.78-3.798-6.358zm9.746 7.91c-.354-1.091-1.196-2.332-2.458-3.428c-1.36-1.18-3.08-2.079-4.884-2.376c.483 1.462 1.473 2.779 2.774 3.806c1.333 1.051 2.947 1.76 4.568 1.999"/><path d="m37.968 9.144l.182 1.118c.455 2.803-.377 5.648-1.738 7.846c-1.338 2.162-3.334 3.92-5.415 4.258l-.987.16l-.16-.986c-.4-2.465.142-5.11 1.364-7.31s3.175-4.036 5.667-4.767zm-1.694 2.71c-1.365.712-2.507 1.9-3.312 3.348c-.824 1.484-1.266 3.19-1.241 4.83c1.02-.525 2.11-1.555 2.99-2.977c.948-1.53 1.559-3.373 1.564-5.2"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFruits(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M9.614 16.63c1.556-1.608 3.112-2.144 5.186-1.072c1.868.965 2.895 1.061 3.838 1.071c.983-.01 2.052-.106 3.998-1.071c2.16-1.072 3.78-.536 5.401 1.072c1.91 1.896 2.5 3.87 2.701 5.361q.035.18.063.36a3.501 3.501 0 0 0-.912 6.306l-.079.203a3.5 3.5 0 1 0-3.52 6.02q-.142.176-.277.331c-.835.869-1.785 1.426-2.815 1.256c-3.24-.537-3.78-.537-4.32-.537h-.47c-.518 0-1.037 0-4.148.537c-2.49.428-4.49-3.753-5.482-5.896c-1.56-3.363-1.871-6.8-1.757-8.58c.193-1.492.76-3.465 2.593-5.36"/><path d="M37.845 18.09a4.5 4.5 0 0 1 2.716 5.755q-.049.133-.127.243a4.5 4.5 0 0 1 .88 5.801a4.5 4.5 0 0 1-1.055 1.166q.021.22.021.445a4.5 4.5 0 0 1-.54 2.14a4.5 4.5 0 1 1-5.108 7.341a4.5 4.5 0 0 1-7.093-4.988a4.5 4.5 0 0 1 0-8.987a4.5 4.5 0 0 1 4.501-5.999q.014-.101.05-.202a4.5 4.5 0 0 1 5.755-2.715m-1.983 21.307a2.5 2.5 0 1 0 2.578-4.153a1 1 0 0 1-.1-.042c-.665.46-1.46.746-2.318.792c.167.47.258.978.258 1.506c0 .678-.15 1.32-.418 1.897m.16-12.39a4.5 4.5 0 0 1 3.49 1.977a2.5 2.5 0 0 0 .457-1.091a2.5 2.5 0 0 0-3.692-2.573a4.5 4.5 0 0 1-.255 1.686m-.283-3.648a4.5 4.5 0 0 1 2.943-.2a2.5 2.5 0 0 0-4.71-1.678l-.029.072a4.5 4.5 0 0 1 1.796 1.806M31.78 23a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m-4 6a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m5.5 2.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m-1.5 3.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M7.565 8.001h1.133c2.84 0 5.514 1.277 7.466 2.972a12 12 0 0 1 1.716 1.832v-2.239a1 1 0 1 1 2 0v6.6a1 1 0 0 1-.38.785V18h-.068a.995.995 0 0 1-1.106-.002c-2.44-.044-4.892-.993-6.822-2.516c-1.976-1.56-3.476-3.78-3.798-6.358zm9.746 7.91c-.354-1.091-1.196-2.332-2.458-3.428c-1.36-1.18-3.08-2.079-4.884-2.376c.483 1.462 1.473 2.779 2.774 3.806c1.333 1.051 2.947 1.76 4.568 1.999"/><path d="m37.968 9.144l.182 1.118c.455 2.803-.377 5.648-1.738 7.846c-1.338 2.162-3.334 3.92-5.415 4.258l-.987.16l-.16-.986c-.4-2.465.142-5.11 1.364-7.31s3.175-4.036 5.667-4.767zm-1.694 2.71c-1.365.712-2.507 1.9-3.312 3.348c-.824 1.484-1.266 3.19-1.241 4.83c1.02-.525 2.11-1.555 2.99-2.977c.948-1.53 1.559-3.373 1.564-5.2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9.614 16.63c1.556-1.608 3.112-2.144 5.186-1.072c1.868.965 2.895 1.061 3.838 1.071c.983-.01 2.052-.106 3.998-1.071c2.16-1.072 3.78-.536 5.401 1.072c1.91 1.896 2.5 3.87 2.701 5.361q.035.18.063.36a3.501 3.501 0 0 0-.912 6.306l-.079.203a3.5 3.5 0 1 0-3.52 6.02q-.142.176-.277.331c-.835.869-1.785 1.426-2.815 1.256c-3.24-.537-3.78-.537-4.32-.537h-.47c-.518 0-1.037 0-4.148.537c-2.49.428-4.49-3.753-5.482-5.896c-1.56-3.363-1.871-6.8-1.757-8.58c.193-1.492.76-3.465 2.593-5.36"/><path d="M37.845 18.09a4.5 4.5 0 0 1 2.716 5.755q-.049.133-.127.243a4.5 4.5 0 0 1 .88 5.801a4.5 4.5 0 0 1-1.055 1.166q.021.22.021.445a4.5 4.5 0 0 1-.54 2.14a4.5 4.5 0 1 1-5.108 7.341a4.5 4.5 0 0 1-7.093-4.988a4.5 4.5 0 0 1 0-8.987a4.5 4.5 0 0 1 4.501-5.999q.014-.101.05-.202a4.5 4.5 0 0 1 5.755-2.715m-1.983 21.307a2.5 2.5 0 1 0 2.578-4.153a1 1 0 0 1-.1-.042c-.665.46-1.46.746-2.318.792c.167.47.258.978.258 1.506c0 .678-.15 1.32-.418 1.897m.16-12.39a4.5 4.5 0 0 1 3.49 1.977a2.5 2.5 0 0 0 .457-1.091a2.5 2.5 0 0 0-3.692-2.573a4.5 4.5 0 0 1-.255 1.686m-.283-3.648a4.5 4.5 0 0 1 2.943-.2a2.5 2.5 0 0 0-4.71-1.678l-.029.072a4.5 4.5 0 0 1 1.796 1.806M31.78 23a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m-4 6a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m5.5 2.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m-1.5 3.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M7.565 8.001h1.133c2.84 0 5.514 1.277 7.466 2.972a12 12 0 0 1 1.716 1.832v-2.239a1 1 0 1 1 2 0v6.6a1 1 0 0 1-.38.785V18h-.068a.995.995 0 0 1-1.106-.002c-2.44-.044-4.892-.993-6.822-2.516c-1.976-1.56-3.476-3.78-3.798-6.358zm9.746 7.91c-.354-1.091-1.196-2.332-2.458-3.428c-1.36-1.18-3.08-2.079-4.884-2.376c.483 1.462 1.473 2.779 2.774 3.806c1.333 1.051 2.947 1.76 4.568 1.999"/><path d="m37.968 9.144l.182 1.118c.455 2.803-.377 5.648-1.738 7.846c-1.338 2.162-3.334 3.92-5.415 4.258l-.987.16l-.16-.986c-.4-2.465.142-5.11 1.364-7.31s3.175-4.036 5.667-4.767zm-1.694 2.71c-1.365.712-2.507 1.9-3.312 3.348c-.824 1.484-1.266 3.19-1.241 4.83c1.02-.525 2.11-1.555 2.99-2.977c.948-1.53 1.559-3.373 1.564-5.2"/></g></svg> </template>
CSS
.icon-fruits {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9.614%2016.63c1.556-1.608%203.112-2.144%205.186-1.072c1.868.965%202.895%201.061%203.838%201.071c.983-.01%202.052-.106%203.998-1.071c2.16-1.072%203.78-.536%205.401%201.072c1.91%201.896%202.5%203.87%202.701%205.361q.035.18.063.36a3.501%203.501%200%200%200-.912%206.306l-.079.203a3.5%203.5%200%201%200-3.52%206.02q-.142.176-.277.331c-.835.869-1.785%201.426-2.815%201.256c-3.24-.537-3.78-.537-4.32-.537h-.47c-.518%200-1.037%200-4.148.537c-2.49.428-4.49-3.753-5.482-5.896c-1.56-3.363-1.871-6.8-1.757-8.58c.193-1.492.76-3.465%202.593-5.36%22%2F%3E%3Cpath%20d%3D%22M37.845%2018.09a4.5%204.5%200%200%201%202.716%205.755q-.049.133-.127.243a4.5%204.5%200%200%201%20.88%205.801a4.5%204.5%200%200%201-1.055%201.166q.021.22.021.445a4.5%204.5%200%200%201-.54%202.14a4.5%204.5%200%201%201-5.108%207.341a4.5%204.5%200%200%201-7.093-4.988a4.5%204.5%200%200%201%200-8.987a4.5%204.5%200%200%201%204.501-5.999q.014-.101.05-.202a4.5%204.5%200%200%201%205.755-2.715m-1.983%2021.307a2.5%202.5%200%201%200%202.578-4.153a1%201%200%200%201-.1-.042c-.665.46-1.46.746-2.318.792c.167.47.258.978.258%201.506c0%20.678-.15%201.32-.418%201.897m.16-12.39a4.5%204.5%200%200%201%203.49%201.977a2.5%202.5%200%200%200%20.457-1.091a2.5%202.5%200%200%200-3.692-2.573a4.5%204.5%200%200%201-.255%201.686m-.283-3.648a4.5%204.5%200%200%201%202.943-.2a2.5%202.5%200%200%200-4.71-1.678l-.029.072a4.5%204.5%200%200%201%201.796%201.806M31.78%2023a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m-4%206a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m5.5%202.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m-1.5%203.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M7.565%208.001h1.133c2.84%200%205.514%201.277%207.466%202.972a12%2012%200%200%201%201.716%201.832v-2.239a1%201%200%201%201%202%200v6.6a1%201%200%200%201-.38.785V18h-.068a.995.995%200%200%201-1.106-.002c-2.44-.044-4.892-.993-6.822-2.516c-1.976-1.56-3.476-3.78-3.798-6.358zm9.746%207.91c-.354-1.091-1.196-2.332-2.458-3.428c-1.36-1.18-3.08-2.079-4.884-2.376c.483%201.462%201.473%202.779%202.774%203.806c1.333%201.051%202.947%201.76%204.568%201.999%22%2F%3E%3Cpath%20d%3D%22m37.968%209.144l.182%201.118c.455%202.803-.377%205.648-1.738%207.846c-1.338%202.162-3.334%203.92-5.415%204.258l-.987.16l-.16-.986c-.4-2.465.142-5.11%201.364-7.31s3.175-4.036%205.667-4.767zm-1.694%202.71c-1.365.712-2.507%201.9-3.312%203.348c-.824%201.484-1.266%203.19-1.241%204.83c1.02-.525%202.11-1.555%202.99-2.977c.948-1.53%201.559-3.373%201.564-5.2%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9.614%2016.63c1.556-1.608%203.112-2.144%205.186-1.072c1.868.965%202.895%201.061%203.838%201.071c.983-.01%202.052-.106%203.998-1.071c2.16-1.072%203.78-.536%205.401%201.072c1.91%201.896%202.5%203.87%202.701%205.361q.035.18.063.36a3.501%203.501%200%200%200-.912%206.306l-.079.203a3.5%203.5%200%201%200-3.52%206.02q-.142.176-.277.331c-.835.869-1.785%201.426-2.815%201.256c-3.24-.537-3.78-.537-4.32-.537h-.47c-.518%200-1.037%200-4.148.537c-2.49.428-4.49-3.753-5.482-5.896c-1.56-3.363-1.871-6.8-1.757-8.58c.193-1.492.76-3.465%202.593-5.36%22%2F%3E%3Cpath%20d%3D%22M37.845%2018.09a4.5%204.5%200%200%201%202.716%205.755q-.049.133-.127.243a4.5%204.5%200%200%201%20.88%205.801a4.5%204.5%200%200%201-1.055%201.166q.021.22.021.445a4.5%204.5%200%200%201-.54%202.14a4.5%204.5%200%201%201-5.108%207.341a4.5%204.5%200%200%201-7.093-4.988a4.5%204.5%200%200%201%200-8.987a4.5%204.5%200%200%201%204.501-5.999q.014-.101.05-.202a4.5%204.5%200%200%201%205.755-2.715m-1.983%2021.307a2.5%202.5%200%201%200%202.578-4.153a1%201%200%200%201-.1-.042c-.665.46-1.46.746-2.318.792c.167.47.258.978.258%201.506c0%20.678-.15%201.32-.418%201.897m.16-12.39a4.5%204.5%200%200%201%203.49%201.977a2.5%202.5%200%200%200%20.457-1.091a2.5%202.5%200%200%200-3.692-2.573a4.5%204.5%200%200%201-.255%201.686m-.283-3.648a4.5%204.5%200%200%201%202.943-.2a2.5%202.5%200%200%200-4.71-1.678l-.029.072a4.5%204.5%200%200%201%201.796%201.806M31.78%2023a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m-4%206a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m5.5%202.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m-1.5%203.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M7.565%208.001h1.133c2.84%200%205.514%201.277%207.466%202.972a12%2012%200%200%201%201.716%201.832v-2.239a1%201%200%201%201%202%200v6.6a1%201%200%200%201-.38.785V18h-.068a.995.995%200%200%201-1.106-.002c-2.44-.044-4.892-.993-6.822-2.516c-1.976-1.56-3.476-3.78-3.798-6.358zm9.746%207.91c-.354-1.091-1.196-2.332-2.458-3.428c-1.36-1.18-3.08-2.079-4.884-2.376c.483%201.462%201.473%202.779%202.774%203.806c1.333%201.051%202.947%201.76%204.568%201.999%22%2F%3E%3Cpath%20d%3D%22m37.968%209.144l.182%201.118c.455%202.803-.377%205.648-1.738%207.846c-1.338%202.162-3.334%203.92-5.415%204.258l-.987.16l-.16-.986c-.4-2.465.142-5.11%201.364-7.31s3.175-4.036%205.667-4.767zm-1.694%202.71c-1.365.712-2.507%201.9-3.312%203.348c-.824%201.484-1.266%203.19-1.241%204.83c1.02-.525%202.11-1.555%202.99-2.977c.948-1.53%201.559-3.373%201.564-5.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/fruits.svg?color=%231a73e8&size=48