medicine syrup icon

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

Name
medicine-syrup
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the medicine syrup 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-width="1.5"><path stroke-linejoin="round" d="M9.5 15.75C9.5 17.407 10.75 18 12 18s2.5-.593 2.5-2.25S12 12 12 12s-2.5 2.093-2.5 3.75Z"/><path d="M9.068 2h5.864c.92 0 1.382 0 1.668.293c.533.546.533 2.868 0 3.414C16.313 6 15.853 6 14.932 6H9.068c-.92 0-1.381 0-1.668-.293c-.533-.546-.533-2.868 0-3.414C7.686 2 8.147 2 9.068 2ZM8 6a7 7 0 0 1 .306.656a3 3 0 0 1-.23 2.542a7 7 0 0 1-.418.59l-.403.539c-.45.6-.675.9-.838 1.229a4 4 0 0 0-.35 1.05C6 12.965 6 13.34 6 14.092V16c0 2.828 0 4.243.879 5.121C7.757 22 9.172 22 12 22s4.243 0 5.121-.879C18 20.243 18 18.828 18 16v-1.908c0-.75 0-1.126-.067-1.487a4 4 0 0 0-.35-1.05c-.163-.328-.388-.628-.838-1.228l-.403-.538a7 7 0 0 1-.419-.59a3 3 0 0 1-.23-2.543c.06-.161.142-.326.307-.656"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMedicineSyrup(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M9.5 15.75C9.5 17.407 10.75 18 12 18s2.5-.593 2.5-2.25S12 12 12 12s-2.5 2.093-2.5 3.75Z"/><path d="M9.068 2h5.864c.92 0 1.382 0 1.668.293c.533.546.533 2.868 0 3.414C16.313 6 15.853 6 14.932 6H9.068c-.92 0-1.381 0-1.668-.293c-.533-.546-.533-2.868 0-3.414C7.686 2 8.147 2 9.068 2ZM8 6a7 7 0 0 1 .306.656a3 3 0 0 1-.23 2.542a7 7 0 0 1-.418.59l-.403.539c-.45.6-.675.9-.838 1.229a4 4 0 0 0-.35 1.05C6 12.965 6 13.34 6 14.092V16c0 2.828 0 4.243.879 5.121C7.757 22 9.172 22 12 22s4.243 0 5.121-.879C18 20.243 18 18.828 18 16v-1.908c0-.75 0-1.126-.067-1.487a4 4 0 0 0-.35-1.05c-.163-.328-.388-.628-.838-1.228l-.403-.538a7 7 0 0 1-.419-.59a3 3 0 0 1-.23-2.543c.06-.161.142-.326.307-.656"/></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-width="1.5"><path stroke-linejoin="round" d="M9.5 15.75C9.5 17.407 10.75 18 12 18s2.5-.593 2.5-2.25S12 12 12 12s-2.5 2.093-2.5 3.75Z"/><path d="M9.068 2h5.864c.92 0 1.382 0 1.668.293c.533.546.533 2.868 0 3.414C16.313 6 15.853 6 14.932 6H9.068c-.92 0-1.381 0-1.668-.293c-.533-.546-.533-2.868 0-3.414C7.686 2 8.147 2 9.068 2ZM8 6a7 7 0 0 1 .306.656a3 3 0 0 1-.23 2.542a7 7 0 0 1-.418.59l-.403.539c-.45.6-.675.9-.838 1.229a4 4 0 0 0-.35 1.05C6 12.965 6 13.34 6 14.092V16c0 2.828 0 4.243.879 5.121C7.757 22 9.172 22 12 22s4.243 0 5.121-.879C18 20.243 18 18.828 18 16v-1.908c0-.75 0-1.126-.067-1.487a4 4 0 0 0-.35-1.05c-.163-.328-.388-.628-.838-1.228l-.403-.538a7 7 0 0 1-.419-.59a3 3 0 0 1-.23-2.543c.06-.161.142-.326.307-.656"/></g></svg>
</template>

CSS

.icon-medicine-syrup {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2015.75C9.5%2017.407%2010.75%2018%2012%2018s2.5-.593%202.5-2.25S12%2012%2012%2012s-2.5%202.093-2.5%203.75Z%22%2F%3E%3Cpath%20d%3D%22M9.068%202h5.864c.92%200%201.382%200%201.668.293c.533.546.533%202.868%200%203.414C16.313%206%2015.853%206%2014.932%206H9.068c-.92%200-1.381%200-1.668-.293c-.533-.546-.533-2.868%200-3.414C7.686%202%208.147%202%209.068%202ZM8%206a7%207%200%200%201%20.306.656a3%203%200%200%201-.23%202.542a7%207%200%200%201-.418.59l-.403.539c-.45.6-.675.9-.838%201.229a4%204%200%200%200-.35%201.05C6%2012.965%206%2013.34%206%2014.092V16c0%202.828%200%204.243.879%205.121C7.757%2022%209.172%2022%2012%2022s4.243%200%205.121-.879C18%2020.243%2018%2018.828%2018%2016v-1.908c0-.75%200-1.126-.067-1.487a4%204%200%200%200-.35-1.05c-.163-.328-.388-.628-.838-1.228l-.403-.538a7%207%200%200%201-.419-.59a3%203%200%200%201-.23-2.543c.06-.161.142-.326.307-.656%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2015.75C9.5%2017.407%2010.75%2018%2012%2018s2.5-.593%202.5-2.25S12%2012%2012%2012s-2.5%202.093-2.5%203.75Z%22%2F%3E%3Cpath%20d%3D%22M9.068%202h5.864c.92%200%201.382%200%201.668.293c.533.546.533%202.868%200%203.414C16.313%206%2015.853%206%2014.932%206H9.068c-.92%200-1.381%200-1.668-.293c-.533-.546-.533-2.868%200-3.414C7.686%202%208.147%202%209.068%202ZM8%206a7%207%200%200%201%20.306.656a3%203%200%200%201-.23%202.542a7%207%200%200%201-.418.59l-.403.539c-.45.6-.675.9-.838%201.229a4%204%200%200%200-.35%201.05C6%2012.965%206%2013.34%206%2014.092V16c0%202.828%200%204.243.879%205.121C7.757%2022%209.172%2022%2012%2022s4.243%200%205.121-.879C18%2020.243%2018%2018.828%2018%2016v-1.908c0-.75%200-1.126-.067-1.487a4%204%200%200%200-.35-1.05c-.163-.328-.388-.628-.838-1.228l-.403-.538a7%207%200%200%201-.419-.59a3%203%200%200%201-.23-2.543c.06-.161.142-.326.307-.656%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/medicine-syrup.svg?color=%231a73e8&size=48