milk coconut icon

milk-coconut from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
milk-coconut
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the milk coconut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M10.971 21.999H8.01m10.015-11.917V8.038L15.74 5.215a1 1 0 0 1-.223-.65l.02-1.033a1.5 1.5 0 0 0-1.499-1.53H6.487a1.5 1.5 0 0 0-1.5 1.5v1.444L2.563 7.457a2 2 0 0 0-.56 1.39v11.152a2 2 0 0 0 2 2H8.01m10.015-13.96H7.84M5.026 4.946l2.423 2.511a2 2 0 0 1 .39.582m.171 13.96V8.846a2 2 0 0 0-.17-.807"/><path d="M13.248 18.575c-.654-.654.009-2.377 1.48-3.848s3.195-2.134 3.849-1.48m-5.33 5.328c0 .592.356 1.539.89 2.072a4.606 4.606 0 0 0 6.512 0a4.603 4.603 0 0 0 0-6.512c-.533-.533-1.48-.888-2.072-.888m-5.33 5.328c.565.563 1.922.15 3.228-.918m2.102-4.41c.654.654-.009 2.377-1.48 3.848a8 8 0 0 1-.622.563m0 0c.109.7.326 1.509 1.51 2.1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMilkCoconut(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M10.971 21.999H8.01m10.015-11.917V8.038L15.74 5.215a1 1 0 0 1-.223-.65l.02-1.033a1.5 1.5 0 0 0-1.499-1.53H6.487a1.5 1.5 0 0 0-1.5 1.5v1.444L2.563 7.457a2 2 0 0 0-.56 1.39v11.152a2 2 0 0 0 2 2H8.01m10.015-13.96H7.84M5.026 4.946l2.423 2.511a2 2 0 0 1 .39.582m.171 13.96V8.846a2 2 0 0 0-.17-.807"/><path d="M13.248 18.575c-.654-.654.009-2.377 1.48-3.848s3.195-2.134 3.849-1.48m-5.33 5.328c0 .592.356 1.539.89 2.072a4.606 4.606 0 0 0 6.512 0a4.603 4.603 0 0 0 0-6.512c-.533-.533-1.48-.888-2.072-.888m-5.33 5.328c.565.563 1.922.15 3.228-.918m2.102-4.41c.654.654-.009 2.377-1.48 3.848a8 8 0 0 1-.622.563m0 0c.109.7.326 1.509 1.51 2.1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M10.971 21.999H8.01m10.015-11.917V8.038L15.74 5.215a1 1 0 0 1-.223-.65l.02-1.033a1.5 1.5 0 0 0-1.499-1.53H6.487a1.5 1.5 0 0 0-1.5 1.5v1.444L2.563 7.457a2 2 0 0 0-.56 1.39v11.152a2 2 0 0 0 2 2H8.01m10.015-13.96H7.84M5.026 4.946l2.423 2.511a2 2 0 0 1 .39.582m.171 13.96V8.846a2 2 0 0 0-.17-.807"/><path d="M13.248 18.575c-.654-.654.009-2.377 1.48-3.848s3.195-2.134 3.849-1.48m-5.33 5.328c0 .592.356 1.539.89 2.072a4.606 4.606 0 0 0 6.512 0a4.603 4.603 0 0 0 0-6.512c-.533-.533-1.48-.888-2.072-.888m-5.33 5.328c.565.563 1.922.15 3.228-.918m2.102-4.41c.654.654-.009 2.377-1.48 3.848a8 8 0 0 1-.622.563m0 0c.109.7.326 1.509 1.51 2.1"/></g></svg>
</template>

CSS

.icon-milk-coconut {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.971%2021.999H8.01m10.015-11.917V8.038L15.74%205.215a1%201%200%200%201-.223-.65l.02-1.033a1.5%201.5%200%200%200-1.499-1.53H6.487a1.5%201.5%200%200%200-1.5%201.5v1.444L2.563%207.457a2%202%200%200%200-.56%201.39v11.152a2%202%200%200%200%202%202H8.01m10.015-13.96H7.84M5.026%204.946l2.423%202.511a2%202%200%200%201%20.39.582m.171%2013.96V8.846a2%202%200%200%200-.17-.807%22%2F%3E%3Cpath%20d%3D%22M13.248%2018.575c-.654-.654.009-2.377%201.48-3.848s3.195-2.134%203.849-1.48m-5.33%205.328c0%20.592.356%201.539.89%202.072a4.606%204.606%200%200%200%206.512%200a4.603%204.603%200%200%200%200-6.512c-.533-.533-1.48-.888-2.072-.888m-5.33%205.328c.565.563%201.922.15%203.228-.918m2.102-4.41c.654.654-.009%202.377-1.48%203.848a8%208%200%200%201-.622.563m0%200c.109.7.326%201.509%201.51%202.1%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.971%2021.999H8.01m10.015-11.917V8.038L15.74%205.215a1%201%200%200%201-.223-.65l.02-1.033a1.5%201.5%200%200%200-1.499-1.53H6.487a1.5%201.5%200%200%200-1.5%201.5v1.444L2.563%207.457a2%202%200%200%200-.56%201.39v11.152a2%202%200%200%200%202%202H8.01m10.015-13.96H7.84M5.026%204.946l2.423%202.511a2%202%200%200%201%20.39.582m.171%2013.96V8.846a2%202%200%200%200-.17-.807%22%2F%3E%3Cpath%20d%3D%22M13.248%2018.575c-.654-.654.009-2.377%201.48-3.848s3.195-2.134%203.849-1.48m-5.33%205.328c0%20.592.356%201.539.89%202.072a4.606%204.606%200%200%200%206.512%200a4.603%204.603%200%200%200%200-6.512c-.533-.533-1.48-.888-2.072-.888m-5.33%205.328c.565.563%201.922.15%203.228-.918m2.102-4.41c.654.654-.009%202.377-1.48%203.848a8%208%200%200%201-.622.563m0%200c.109.7.326%201.509%201.51%202.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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