beta from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
beta
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the beta icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.883 10.2c2.252 0 4.078-1.612 4.078-3.6S15.135 3 12.883 3S8.805 4.612 8.805 6.6v12.6c0 .994-.913 1.8-2.039 1.8c-.755 0-1.413-.362-1.766-.9m3.805-5.4c0 2.485 2.282 4.5 5.098 4.5S19 17.185 19 14.7s-2.282-4.613-5.097-4.613"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBeta(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12.883 10.2c2.252 0 4.078-1.612 4.078-3.6S15.135 3 12.883 3S8.805 4.612 8.805 6.6v12.6c0 .994-.913 1.8-2.039 1.8c-.755 0-1.413-.362-1.766-.9m3.805-5.4c0 2.485 2.282 4.5 5.098 4.5S19 17.185 19 14.7s-2.282-4.613-5.097-4.613"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.883 10.2c2.252 0 4.078-1.612 4.078-3.6S15.135 3 12.883 3S8.805 4.612 8.805 6.6v12.6c0 .994-.913 1.8-2.039 1.8c-.755 0-1.413-.362-1.766-.9m3.805-5.4c0 2.485 2.282 4.5 5.098 4.5S19 17.185 19 14.7s-2.282-4.613-5.097-4.613"/></svg>
</template>

CSS

.icon-beta {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.883%2010.2c2.252%200%204.078-1.612%204.078-3.6S15.135%203%2012.883%203S8.805%204.612%208.805%206.6v12.6c0%20.994-.913%201.8-2.039%201.8c-.755%200-1.413-.362-1.766-.9m3.805-5.4c0%202.485%202.282%204.5%205.098%204.5S19%2017.185%2019%2014.7s-2.282-4.613-5.097-4.613%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.883%2010.2c2.252%200%204.078-1.612%204.078-3.6S15.135%203%2012.883%203S8.805%204.612%208.805%206.6v12.6c0%20.994-.913%201.8-2.039%201.8c-.755%200-1.413-.362-1.766-.9m3.805-5.4c0%202.485%202.282%204.5%205.098%204.5S19%2017.185%2019%2014.7s-2.282-4.613-5.097-4.613%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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