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

Name
send-beaker-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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="M7.262 3.244c-1.787-.893-3.765.812-3.146 2.711L8.13 18.26a2 2 0 0 0 1.573 1.352l15.86 2.643c.835.14.835 1.34 0 1.48L9.704 26.378a2 2 0 0 0-1.573 1.352L4.116 40.042c-.62 1.9 1.359 3.605 3.146 2.712l24.74-12.366v-.897A3.25 3.25 0 0 1 32.25 23h11.5q.126 0 .249.01a2.23 2.23 0 0 0-1.244-2.024zM31 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 FluentSendBeaker48Filled(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="M7.262 3.244c-1.787-.893-3.765.812-3.146 2.711L8.13 18.26a2 2 0 0 0 1.573 1.352l15.86 2.643c.835.14.835 1.34 0 1.48L9.704 26.378a2 2 0 0 0-1.573 1.352L4.116 40.042c-.62 1.9 1.359 3.605 3.146 2.712l24.74-12.366v-.897A3.25 3.25 0 0 1 32.25 23h11.5q.126 0 .249.01a2.23 2.23 0 0 0-1.244-2.024zM31 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="M7.262 3.244c-1.787-.893-3.765.812-3.146 2.711L8.13 18.26a2 2 0 0 0 1.573 1.352l15.86 2.643c.835.14.835 1.34 0 1.48L9.704 26.378a2 2 0 0 0-1.573 1.352L4.116 40.042c-.62 1.9 1.359 3.605 3.146 2.712l24.74-12.366v-.897A3.25 3.25 0 0 1 32.25 23h11.5q.126 0 .249.01a2.23 2.23 0 0 0-1.244-2.024zM31 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-filled {
  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%22M7.262%203.244c-1.787-.893-3.765.812-3.146%202.711L8.13%2018.26a2%202%200%200%200%201.573%201.352l15.86%202.643c.835.14.835%201.34%200%201.48L9.704%2026.378a2%202%200%200%200-1.573%201.352L4.116%2040.042c-.62%201.9%201.359%203.605%203.146%202.712l24.74-12.366v-.897A3.25%203.25%200%200%201%2032.25%2023h11.5q.126%200%20.249.01a2.23%202.23%200%200%200-1.244-2.024zM31%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%22M7.262%203.244c-1.787-.893-3.765.812-3.146%202.711L8.13%2018.26a2%202%200%200%200%201.573%201.352l15.86%202.643c.835.14.835%201.34%200%201.48L9.704%2026.378a2%202%200%200%200-1.573%201.352L4.116%2040.042c-.62%201.9%201.359%203.605%203.146%202.712l24.74-12.366v-.897A3.25%203.25%200%200%201%2032.25%2023h11.5q.126%200%20.249.01a2.23%202.23%200%200%200-1.244-2.024zM31%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-filled.svg?color=%231a73e8&size=48