ios beaker icon
ios-beaker from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-beaker
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios beaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M445.2 48H128.5C74.1 48 64 75.9 64 88.2c30.3 4.2 32 4.2 32 36.2v275.5c0 35.3 28.9 64 64.2 64H368c35.4 0 63-29.2 63-64.5V89.2c2-17.5 12.5-31.6 13.6-33.3 1.2-1.9 3.4-4.4 3.4-5.5 0-1.2-.3-2.4-2.8-2.4zm-333 29.3c0-.1 0-.1 0 0 6-1 12-1.3 16.3-1.3H405c-.9 3.7-1.5 7.1-1.8 10-.1 1.1-.2 2.1-.2 3.2v70.9-.1H124v-35.5c0-17.6 0-34.2-11.8-47.2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosBeaker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M445.2 48H128.5C74.1 48 64 75.9 64 88.2c30.3 4.2 32 4.2 32 36.2v275.5c0 35.3 28.9 64 64.2 64H368c35.4 0 63-29.2 63-64.5V89.2c2-17.5 12.5-31.6 13.6-33.3 1.2-1.9 3.4-4.4 3.4-5.5 0-1.2-.3-2.4-2.8-2.4zm-333 29.3c0-.1 0-.1 0 0 6-1 12-1.3 16.3-1.3H405c-.9 3.7-1.5 7.1-1.8 10-.1 1.1-.2 2.1-.2 3.2v70.9-.1H124v-35.5c0-17.6 0-34.2-11.8-47.2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M445.2 48H128.5C74.1 48 64 75.9 64 88.2c30.3 4.2 32 4.2 32 36.2v275.5c0 35.3 28.9 64 64.2 64H368c35.4 0 63-29.2 63-64.5V89.2c2-17.5 12.5-31.6 13.6-33.3 1.2-1.9 3.4-4.4 3.4-5.5 0-1.2-.3-2.4-2.8-2.4zm-333 29.3c0-.1 0-.1 0 0 6-1 12-1.3 16.3-1.3H405c-.9 3.7-1.5 7.1-1.8 10-.1 1.1-.2 2.1-.2 3.2v70.9-.1H124v-35.5c0-17.6 0-34.2-11.8-47.2z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M445.2%2048H128.5C74.1%2048%2064%2075.9%2064%2088.2c30.3%204.2%2032%204.2%2032%2036.2v275.5c0%2035.3%2028.9%2064%2064.2%2064H368c35.4%200%2063-29.2%2063-64.5V89.2c2-17.5%2012.5-31.6%2013.6-33.3%201.2-1.9%203.4-4.4%203.4-5.5%200-1.2-.3-2.4-2.8-2.4zm-333%2029.3c0-.1%200-.1%200%200%206-1%2012-1.3%2016.3-1.3H405c-.9%203.7-1.5%207.1-1.8%2010-.1%201.1-.2%202.1-.2%203.2v70.9-.1H124v-35.5c0-17.6%200-34.2-11.8-47.2z%22%20fill%3D%22currentColor%22%2F%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%20512%20512%22%3E%3Cpath%20d%3D%22M445.2%2048H128.5C74.1%2048%2064%2075.9%2064%2088.2c30.3%204.2%2032%204.2%2032%2036.2v275.5c0%2035.3%2028.9%2064%2064.2%2064H368c35.4%200%2063-29.2%2063-64.5V89.2c2-17.5%2012.5-31.6%2013.6-33.3%201.2-1.9%203.4-4.4%203.4-5.5%200-1.2-.3-2.4-2.8-2.4zm-333%2029.3c0-.1%200-.1%200%200%206-1%2012-1.3%2016.3-1.3H405c-.9%203.7-1.5%207.1-1.8%2010-.1%201.1-.2%202.1-.2%203.2v70.9-.1H124v-35.5c0-17.6%200-34.2-11.8-47.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-beaker.svg?color=%231a73e8&size=48