beaker stop icon

beaker-stop from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
beaker-stop
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the beaker stop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M11.5 7a4.5 4.5 0 1 1 0 9.001A4.5 4.5 0 0 1 11.5 7m-2.096 7.303a3.5 3.5 0 0 0 4.9-4.898zM11.5 8a3.5 3.5 0 0 0-2.803 5.596l4.899-4.899A3.48 3.48 0 0 0 11.5 8" clip-rule="evenodd"/><path d="M12 .999a.5.5 0 0 1 0 1h-.996v4.026a5.5 5.5 0 0 0-1 .187V1.999h-4.01v4.688c0 .745-.185 1.478-.538 2.134L4.821 10h1.393a5.4 5.4 0 0 0-.188 1H4.282l-1.22 2.264a.5.5 0 0 0 .44.737h3.106q.273.537.653 1H3.5a1.5 1.5 0 0 1-1.32-2.211l2.394-4.444c.275-.51.42-1.082.42-1.66V1.999H4a.5.5 0 0 1 0-1z"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconBeakerStop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M11.5 7a4.5 4.5 0 1 1 0 9.001A4.5 4.5 0 0 1 11.5 7m-2.096 7.303a3.5 3.5 0 0 0 4.9-4.898zM11.5 8a3.5 3.5 0 0 0-2.803 5.596l4.899-4.899A3.48 3.48 0 0 0 11.5 8" clipRule="evenodd"/><path d="M12 .999a.5.5 0 0 1 0 1h-.996v4.026a5.5 5.5 0 0 0-1 .187V1.999h-4.01v4.688c0 .745-.185 1.478-.538 2.134L4.821 10h1.393a5.4 5.4 0 0 0-.188 1H4.282l-1.22 2.264a.5.5 0 0 0 .44.737h3.106q.273.537.653 1H3.5a1.5 1.5 0 0 1-1.32-2.211l2.394-4.444c.275-.51.42-1.082.42-1.66V1.999H4a.5.5 0 0 1 0-1z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M11.5 7a4.5 4.5 0 1 1 0 9.001A4.5 4.5 0 0 1 11.5 7m-2.096 7.303a3.5 3.5 0 0 0 4.9-4.898zM11.5 8a3.5 3.5 0 0 0-2.803 5.596l4.899-4.899A3.48 3.48 0 0 0 11.5 8" clip-rule="evenodd"/><path d="M12 .999a.5.5 0 0 1 0 1h-.996v4.026a5.5 5.5 0 0 0-1 .187V1.999h-4.01v4.688c0 .745-.185 1.478-.538 2.134L4.821 10h1.393a5.4 5.4 0 0 0-.188 1H4.282l-1.22 2.264a.5.5 0 0 0 .44.737h3.106q.273.537.653 1H3.5a1.5 1.5 0 0 1-1.32-2.211l2.394-4.444c.275-.51.42-1.082.42-1.66V1.999H4a.5.5 0 0 1 0-1z"/></g></svg>
</template>

CSS

.icon-beaker-stop {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209.001A4.5%204.5%200%200%201%2011.5%207m-2.096%207.303a3.5%203.5%200%200%200%204.9-4.898zM11.5%208a3.5%203.5%200%200%200-2.803%205.596l4.899-4.899A3.48%203.48%200%200%200%2011.5%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%20.999a.5.5%200%200%201%200%201h-.996v4.026a5.5%205.5%200%200%200-1%20.187V1.999h-4.01v4.688c0%20.745-.185%201.478-.538%202.134L4.821%2010h1.393a5.4%205.4%200%200%200-.188%201H4.282l-1.22%202.264a.5.5%200%200%200%20.44.737h3.106q.273.537.653%201H3.5a1.5%201.5%200%200%201-1.32-2.211l2.394-4.444c.275-.51.42-1.082.42-1.66V1.999H4a.5.5%200%200%201%200-1z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209.001A4.5%204.5%200%200%201%2011.5%207m-2.096%207.303a3.5%203.5%200%200%200%204.9-4.898zM11.5%208a3.5%203.5%200%200%200-2.803%205.596l4.899-4.899A3.48%203.48%200%200%200%2011.5%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%20.999a.5.5%200%200%201%200%201h-.996v4.026a5.5%205.5%200%200%200-1%20.187V1.999h-4.01v4.688c0%20.745-.185%201.478-.538%202.134L4.821%2010h1.393a5.4%205.4%200%200%200-.188%201H4.282l-1.22%202.264a.5.5%200%200%200%20.44.737h3.106q.273.537.653%201H3.5a1.5%201.5%200%200%201-1.32-2.211l2.394-4.444c.275-.51.42-1.082.42-1.66V1.999H4a.5.5%200%200%201%200-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Beaker Stop icon — Codicons · IconsDB