send-beaker-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
send-beaker-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M4.128 5.964c-.62-1.899 1.358-3.603 3.145-2.71L42.757 20.99A2.22 2.22 0 0 1 44 23.01a3 3 0 0 0-.25-.01h-2.565L6.69 5.757l5.217 15.996H28.75a1.25 1.25 0 0 1 0 2.5H11.907L6.69 40.248l23.312-11.652a3.24 3.24 0 0 0 2 .895v.9l-24.73 12.36c-1.786.894-3.764-.81-3.144-2.71l5.557-17.038zM31 26.25c0-.69.56-1.25 1.25-1.25h11.5a1.25 1.25 0 0 1 0 2.5H42v6.274a5 5 0 0 0 .772 2.669L43.754 38h-11.51l.984-1.56A5 5 0 0 0 34 33.772V27.5h-1.75c-.69 0-1.25-.56-1.25-1.25M30.982 40l-1.514 2.4c-1.26 1.997.175 4.6 2.537 4.6h11.988c2.363 0 3.798-2.603 2.538-4.6L45.016 40z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSendBeaker48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4.128 5.964c-.62-1.899 1.358-3.603 3.145-2.71L42.757 20.99A2.22 2.22 0 0 1 44 23.01a3 3 0 0 0-.25-.01h-2.565L6.69 5.757l5.217 15.996H28.75a1.25 1.25 0 0 1 0 2.5H11.907L6.69 40.248l23.312-11.652a3.24 3.24 0 0 0 2 .895v.9l-24.73 12.36c-1.786.894-3.764-.81-3.144-2.71l5.557-17.038zM31 26.25c0-.69.56-1.25 1.25-1.25h11.5a1.25 1.25 0 0 1 0 2.5H42v6.274a5 5 0 0 0 .772 2.669L43.754 38h-11.51l.984-1.56A5 5 0 0 0 34 33.772V27.5h-1.75c-.69 0-1.25-.56-1.25-1.25M30.982 40l-1.514 2.4c-1.26 1.997.175 4.6 2.537 4.6h11.988c2.363 0 3.798-2.603 2.538-4.6L45.016 40z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4.128 5.964c-.62-1.899 1.358-3.603 3.145-2.71L42.757 20.99A2.22 2.22 0 0 1 44 23.01a3 3 0 0 0-.25-.01h-2.565L6.69 5.757l5.217 15.996H28.75a1.25 1.25 0 0 1 0 2.5H11.907L6.69 40.248l23.312-11.652a3.24 3.24 0 0 0 2 .895v.9l-24.73 12.36c-1.786.894-3.764-.81-3.144-2.71l5.557-17.038zM31 26.25c0-.69.56-1.25 1.25-1.25h11.5a1.25 1.25 0 0 1 0 2.5H42v6.274a5 5 0 0 0 .772 2.669L43.754 38h-11.51l.984-1.56A5 5 0 0 0 34 33.772V27.5h-1.75c-.69 0-1.25-.56-1.25-1.25M30.982 40l-1.514 2.4c-1.26 1.997.175 4.6 2.537 4.6h11.988c2.363 0 3.798-2.603 2.538-4.6L45.016 40z"/></svg>
</template>

CSS

.icon-send-beaker-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.128%205.964c-.62-1.899%201.358-3.603%203.145-2.71L42.757%2020.99A2.22%202.22%200%200%201%2044%2023.01a3%203%200%200%200-.25-.01h-2.565L6.69%205.757l5.217%2015.996H28.75a1.25%201.25%200%200%201%200%202.5H11.907L6.69%2040.248l23.312-11.652a3.24%203.24%200%200%200%202%20.895v.9l-24.73%2012.36c-1.786.894-3.764-.81-3.144-2.71l5.557-17.038zM31%2026.25c0-.69.56-1.25%201.25-1.25h11.5a1.25%201.25%200%200%201%200%202.5H42v6.274a5%205%200%200%200%20.772%202.669L43.754%2038h-11.51l.984-1.56A5%205%200%200%200%2034%2033.772V27.5h-1.75c-.69%200-1.25-.56-1.25-1.25M30.982%2040l-1.514%202.4c-1.26%201.997.175%204.6%202.537%204.6h11.988c2.363%200%203.798-2.603%202.538-4.6L45.016%2040z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.128%205.964c-.62-1.899%201.358-3.603%203.145-2.71L42.757%2020.99A2.22%202.22%200%200%201%2044%2023.01a3%203%200%200%200-.25-.01h-2.565L6.69%205.757l5.217%2015.996H28.75a1.25%201.25%200%200%201%200%202.5H11.907L6.69%2040.248l23.312-11.652a3.24%203.24%200%200%200%202%20.895v.9l-24.73%2012.36c-1.786.894-3.764-.81-3.144-2.71l5.557-17.038zM31%2026.25c0-.69.56-1.25%201.25-1.25h11.5a1.25%201.25%200%200%201%200%202.5H42v6.274a5%205%200%200%200%20.772%202.669L43.754%2038h-11.51l.984-1.56A5%205%200%200%200%2034%2033.772V27.5h-1.75c-.69%200-1.25-.56-1.25-1.25M30.982%2040l-1.514%202.4c-1.26%201.997.175%204.6%202.537%204.6h11.988c2.363%200%203.798-2.603%202.538-4.6L45.016%2040z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/send-beaker-48-regular.svg?color=%231a73e8&size=48