beaker icon
beaker from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- beaker
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the beaker 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="M4.5 15V7c0-1.886 0-2.828.59-3.414S6.63 3 8.53 3h8.453c.28 0 .42 0 .554.018c.346.046.674.181.953.392c.107.081.206.18.404.376c.281.279.422.419.494.557c.19.366.135.81-.139 1.118c-.103.118-.274.22-.615.423l-.263.156c-.275.164-.413.246-.514.358a1 1 0 0 0-.214.375c-.045.143-.045.302-.045.62V15c0 2.828 0 4.243-.885 5.121s-2.31.879-5.16.879h-1.008c-2.85 0-4.274 0-5.16-.879C4.5 19.243 4.5 17.828 4.5 15m0-1h13"/><path d="M5 10.5h2M5 7h2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBeaker(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="M4.5 15V7c0-1.886 0-2.828.59-3.414S6.63 3 8.53 3h8.453c.28 0 .42 0 .554.018c.346.046.674.181.953.392c.107.081.206.18.404.376c.281.279.422.419.494.557c.19.366.135.81-.139 1.118c-.103.118-.274.22-.615.423l-.263.156c-.275.164-.413.246-.514.358a1 1 0 0 0-.214.375c-.045.143-.045.302-.045.62V15c0 2.828 0 4.243-.885 5.121s-2.31.879-5.16.879h-1.008c-2.85 0-4.274 0-5.16-.879C4.5 19.243 4.5 17.828 4.5 15m0-1h13"/><path d="M5 10.5h2M5 7h2"/></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="M4.5 15V7c0-1.886 0-2.828.59-3.414S6.63 3 8.53 3h8.453c.28 0 .42 0 .554.018c.346.046.674.181.953.392c.107.081.206.18.404.376c.281.279.422.419.494.557c.19.366.135.81-.139 1.118c-.103.118-.274.22-.615.423l-.263.156c-.275.164-.413.246-.514.358a1 1 0 0 0-.214.375c-.045.143-.045.302-.045.62V15c0 2.828 0 4.243-.885 5.121s-2.31.879-5.16.879h-1.008c-2.85 0-4.274 0-5.16-.879C4.5 19.243 4.5 17.828 4.5 15m0-1h13"/><path d="M5 10.5h2M5 7h2"/></g></svg> </template>
CSS
.icon-beaker {
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%22M4.5%2015V7c0-1.886%200-2.828.59-3.414S6.63%203%208.53%203h8.453c.28%200%20.42%200%20.554.018c.346.046.674.181.953.392c.107.081.206.18.404.376c.281.279.422.419.494.557c.19.366.135.81-.139%201.118c-.103.118-.274.22-.615.423l-.263.156c-.275.164-.413.246-.514.358a1%201%200%200%200-.214.375c-.045.143-.045.302-.045.62V15c0%202.828%200%204.243-.885%205.121s-2.31.879-5.16.879h-1.008c-2.85%200-4.274%200-5.16-.879C4.5%2019.243%204.5%2017.828%204.5%2015m0-1h13%22%2F%3E%3Cpath%20d%3D%22M5%2010.5h2M5%207h2%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%22M4.5%2015V7c0-1.886%200-2.828.59-3.414S6.63%203%208.53%203h8.453c.28%200%20.42%200%20.554.018c.346.046.674.181.953.392c.107.081.206.18.404.376c.281.279.422.419.494.557c.19.366.135.81-.139%201.118c-.103.118-.274.22-.615.423l-.263.156c-.275.164-.413.246-.514.358a1%201%200%200%200-.214.375c-.045.143-.045.302-.045.62V15c0%202.828%200%204.243-.885%205.121s-2.31.879-5.16.879h-1.008c-2.85%200-4.274%200-5.16-.879C4.5%2019.243%204.5%2017.828%204.5%2015m0-1h13%22%2F%3E%3Cpath%20d%3D%22M5%2010.5h2M5%207h2%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/beaker.svg?color=%231a73e8&size=48