beaker icon
beaker-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- beaker-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
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="currentColor"><path d="M7 4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2v5.62l4.788 5.387c1.72 1.935.347 4.993-2.242 4.993H5.454c-2.589 0-3.962-3.058-2.243-4.993L8 10.62V5a1 1 0 0 1-1-1zm3 1v6a1 1 0 0 1-.253.664l-5.04 5.672C4.132 17.98 4.59 19 5.453 19h13.092c.863 0 1.321-1.02.748-1.664l-5.041-5.672A1 1 0 0 1 14 11V5h-4z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsBeakerLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7 4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2v5.62l4.788 5.387c1.72 1.935.347 4.993-2.242 4.993H5.454c-2.589 0-3.962-3.058-2.243-4.993L8 10.62V5a1 1 0 0 1-1-1zm3 1v6a1 1 0 0 1-.253.664l-5.04 5.672C4.132 17.98 4.59 19 5.453 19h13.092c.863 0 1.321-1.02.748-1.664l-5.041-5.672A1 1 0 0 1 14 11V5h-4z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7 4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2v5.62l4.788 5.387c1.72 1.935.347 4.993-2.242 4.993H5.454c-2.589 0-3.962-3.058-2.243-4.993L8 10.62V5a1 1 0 0 1-1-1zm3 1v6a1 1 0 0 1-.253.664l-5.04 5.672C4.132 17.98 4.59 19 5.453 19h13.092c.863 0 1.321-1.02.748-1.664l-5.041-5.672A1 1 0 0 1 14 11V5h-4z"/></g></svg> </template>
CSS
.icon-beaker-line {
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%22currentColor%22%3E%3Cpath%20d%3D%22M7%204a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202v5.62l4.788%205.387c1.72%201.935.347%204.993-2.242%204.993H5.454c-2.589%200-3.962-3.058-2.243-4.993L8%2010.62V5a1%201%200%200%201-1-1zm3%201v6a1%201%200%200%201-.253.664l-5.04%205.672C4.132%2017.98%204.59%2019%205.453%2019h13.092c.863%200%201.321-1.02.748-1.664l-5.041-5.672A1%201%200%200%201%2014%2011V5h-4z%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%22currentColor%22%3E%3Cpath%20d%3D%22M7%204a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202v5.62l4.788%205.387c1.72%201.935.347%204.993-2.242%204.993H5.454c-2.589%200-3.962-3.058-2.243-4.993L8%2010.62V5a1%201%200%200%201-1-1zm3%201v6a1%201%200%200%201-.253.664l-5.04%205.672C4.132%2017.98%204.59%2019%205.453%2019h13.092c.863%200%201.321-1.02.748-1.664l-5.041-5.672A1%201%200%200%201%2014%2011V5h-4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/beaker-line.svg?color=%231a73e8&size=48