send beaker icon
send-beaker-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- send-beaker-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the send beaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.075 2.965l3.872 12.036l-3.872 12.036c-.406 1.265.91 2.395 2.1 1.801l16.323-8.161v-.227a2.5 2.5 0 0 1-1.655-1.181l-14.5 7.248l3.383-10.516h11.271a1 1 0 1 0 0-2H7.726L4.343 3.485l.147.073q.03.018.063.034l24 11.998a1 1 0 0 0 .894-1.788L25 11.578v-.003L4.174 1.164C2.986.57 1.67 1.7 2.075 2.965M21 17a1 1 0 1 0 0 2h1v4.661a3 3 0 0 1-.436 1.557L21.09 26h7.819l-.473-.78A3 3 0 0 1 28 23.665V19h1a1 1 0 1 0 0-2zm-1.706 11.959l.885-1.459h9.64l.886 1.459c.809 1.333-.15 3.038-1.71 3.038h-7.992c-1.56 0-2.519-1.705-1.71-3.038"/></svg>
React
import type { SVGProps } from "react";
export function FluentSendBeaker32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.075 2.965l3.872 12.036l-3.872 12.036c-.406 1.265.91 2.395 2.1 1.801l16.323-8.161v-.227a2.5 2.5 0 0 1-1.655-1.181l-14.5 7.248l3.383-10.516h11.271a1 1 0 1 0 0-2H7.726L4.343 3.485l.147.073q.03.018.063.034l24 11.998a1 1 0 0 0 .894-1.788L25 11.578v-.003L4.174 1.164C2.986.57 1.67 1.7 2.075 2.965M21 17a1 1 0 1 0 0 2h1v4.661a3 3 0 0 1-.436 1.557L21.09 26h7.819l-.473-.78A3 3 0 0 1 28 23.665V19h1a1 1 0 1 0 0-2zm-1.706 11.959l.885-1.459h9.64l.886 1.459c.809 1.333-.15 3.038-1.71 3.038h-7.992c-1.56 0-2.519-1.705-1.71-3.038"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.075 2.965l3.872 12.036l-3.872 12.036c-.406 1.265.91 2.395 2.1 1.801l16.323-8.161v-.227a2.5 2.5 0 0 1-1.655-1.181l-14.5 7.248l3.383-10.516h11.271a1 1 0 1 0 0-2H7.726L4.343 3.485l.147.073q.03.018.063.034l24 11.998a1 1 0 0 0 .894-1.788L25 11.578v-.003L4.174 1.164C2.986.57 1.67 1.7 2.075 2.965M21 17a1 1 0 1 0 0 2h1v4.661a3 3 0 0 1-.436 1.557L21.09 26h7.819l-.473-.78A3 3 0 0 1 28 23.665V19h1a1 1 0 1 0 0-2zm-1.706 11.959l.885-1.459h9.64l.886 1.459c.809 1.333-.15 3.038-1.71 3.038h-7.992c-1.56 0-2.519-1.705-1.71-3.038"/></svg> </template>
CSS
.icon-send-beaker-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.075%202.965l3.872%2012.036l-3.872%2012.036c-.406%201.265.91%202.395%202.1%201.801l16.323-8.161v-.227a2.5%202.5%200%200%201-1.655-1.181l-14.5%207.248l3.383-10.516h11.271a1%201%200%201%200%200-2H7.726L4.343%203.485l.147.073q.03.018.063.034l24%2011.998a1%201%200%200%200%20.894-1.788L25%2011.578v-.003L4.174%201.164C2.986.57%201.67%201.7%202.075%202.965M21%2017a1%201%200%201%200%200%202h1v4.661a3%203%200%200%201-.436%201.557L21.09%2026h7.819l-.473-.78A3%203%200%200%201%2028%2023.665V19h1a1%201%200%201%200%200-2zm-1.706%2011.959l.885-1.459h9.64l.886%201.459c.809%201.333-.15%203.038-1.71%203.038h-7.992c-1.56%200-2.519-1.705-1.71-3.038%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.075%202.965l3.872%2012.036l-3.872%2012.036c-.406%201.265.91%202.395%202.1%201.801l16.323-8.161v-.227a2.5%202.5%200%200%201-1.655-1.181l-14.5%207.248l3.383-10.516h11.271a1%201%200%201%200%200-2H7.726L4.343%203.485l.147.073q.03.018.063.034l24%2011.998a1%201%200%200%200%20.894-1.788L25%2011.578v-.003L4.174%201.164C2.986.57%201.67%201.7%202.075%202.965M21%2017a1%201%200%201%200%200%202h1v4.661a3%203%200%200%201-.436%201.557L21.09%2026h7.819l-.473-.78A3%203%200%200%201%2028%2023.665V19h1a1%201%200%201%200%200-2zm-1.706%2011.959l.885-1.459h9.64l.886%201.459c.809%201.333-.15%203.038-1.71%203.038h-7.992c-1.56%200-2.519-1.705-1.71-3.038%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/send-beaker-32-regular.svg?color=%231a73e8&size=48