potion icon
potion from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- potion
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the potion icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-width="1.5" d="M19 15a7 7 0 1 1-14 0a7 7 0 0 1 14 0Z"/><path stroke-width="1.5" d="M13 15a2.5 2.5 0 0 1-5 0"/><path stroke-linecap="round" stroke-width="1.5" d="M12.46 4.984q.025-.237.01-.476l-.122-1.978c-.022-.34.309-.601.65-.513l4.613 1.194a.495.495 0 0 1 .298.759l-1.13 1.653q-.136.2-.238.417m-4.08-1.056a3 3 0 0 1-.09.48L11.517 8m.943-3.016L11 4.606m1.46.378l4.08 1.056m0 0q-.104.223-.17.46L15.66 9m.882-2.96L18 6.418M5 15h14"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.008 12h-.009"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPotion(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"><path strokeWidth="1.5" d="M19 15a7 7 0 1 1-14 0a7 7 0 0 1 14 0Z"/><path strokeWidth="1.5" d="M13 15a2.5 2.5 0 0 1-5 0"/><path strokeLinecap="round" strokeWidth="1.5" d="M12.46 4.984q.025-.237.01-.476l-.122-1.978c-.022-.34.309-.601.65-.513l4.613 1.194a.495.495 0 0 1 .298.759l-1.13 1.653q-.136.2-.238.417m-4.08-1.056a3 3 0 0 1-.09.48L11.517 8m.943-3.016L11 4.606m1.46.378l4.08 1.056m0 0q-.104.223-.17.46L15.66 9m.882-2.96L18 6.418M5 15h14"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14.008 12h-.009"/></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"><path stroke-width="1.5" d="M19 15a7 7 0 1 1-14 0a7 7 0 0 1 14 0Z"/><path stroke-width="1.5" d="M13 15a2.5 2.5 0 0 1-5 0"/><path stroke-linecap="round" stroke-width="1.5" d="M12.46 4.984q.025-.237.01-.476l-.122-1.978c-.022-.34.309-.601.65-.513l4.613 1.194a.495.495 0 0 1 .298.759l-1.13 1.653q-.136.2-.238.417m-4.08-1.056a3 3 0 0 1-.09.48L11.517 8m.943-3.016L11 4.606m1.46.378l4.08 1.056m0 0q-.104.223-.17.46L15.66 9m.882-2.96L18 6.418M5 15h14"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.008 12h-.009"/></g></svg> </template>
CSS
.icon-potion {
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%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M19%2015a7%207%200%201%201-14%200a7%207%200%200%201%2014%200Z%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M13%2015a2.5%202.5%200%200%201-5%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.46%204.984q.025-.237.01-.476l-.122-1.978c-.022-.34.309-.601.65-.513l4.613%201.194a.495.495%200%200%201%20.298.759l-1.13%201.653q-.136.2-.238.417m-4.08-1.056a3%203%200%200%201-.09.48L11.517%208m.943-3.016L11%204.606m1.46.378l4.08%201.056m0%200q-.104.223-.17.46L15.66%209m.882-2.96L18%206.418M5%2015h14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.008%2012h-.009%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%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M19%2015a7%207%200%201%201-14%200a7%207%200%200%201%2014%200Z%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M13%2015a2.5%202.5%200%200%201-5%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.46%204.984q.025-.237.01-.476l-.122-1.978c-.022-.34.309-.601.65-.513l4.613%201.194a.495.495%200%200%201%20.298.759l-1.13%201.653q-.136.2-.238.417m-4.08-1.056a3%203%200%200%201-.09.48L11.517%208m.943-3.016L11%204.606m1.46.378l4.08%201.056m0%200q-.104.223-.17.46L15.66%209m.882-2.96L18%206.418M5%2015h14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.008%2012h-.009%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/potion.svg?color=%231a73e8&size=48