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

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

The same icon in other sets

Related icons in Huge Icons

Use the alpha 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-width="1.5" d="M17.394 4c.2 1.85-.05 6-1.223 9.275C14.772 17.5 12.674 19.35 11 19.8c-3.246.873-5.969-1.35-7.117-3.825c-1.474-3.175-1.074-6.85.974-9.5s5.918-3.8 8.79-.225c1.1 1.675 1.574 3.475 1.798 4.925c.45 1.6.675 5.6 1.848 7.55c.924 1.45 2.348 1.375 2.872 1.15c.35-.175.834-.555.834-1.655"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAlpha(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" strokeWidth="1.5" d="M17.394 4c.2 1.85-.05 6-1.223 9.275C14.772 17.5 12.674 19.35 11 19.8c-3.246.873-5.969-1.35-7.117-3.825c-1.474-3.175-1.074-6.85.974-9.5s5.918-3.8 8.79-.225c1.1 1.675 1.574 3.475 1.798 4.925c.45 1.6.675 5.6 1.848 7.55c.924 1.45 2.348 1.375 2.872 1.15c.35-.175.834-.555.834-1.655"/></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-width="1.5" d="M17.394 4c.2 1.85-.05 6-1.223 9.275C14.772 17.5 12.674 19.35 11 19.8c-3.246.873-5.969-1.35-7.117-3.825c-1.474-3.175-1.074-6.85.974-9.5s5.918-3.8 8.79-.225c1.1 1.675 1.574 3.475 1.798 4.925c.45 1.6.675 5.6 1.848 7.55c.924 1.45 2.348 1.375 2.872 1.15c.35-.175.834-.555.834-1.655"/></svg>
</template>

CSS

.icon-alpha {
  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-width%3D%221.5%22%20d%3D%22M17.394%204c.2%201.85-.05%206-1.223%209.275C14.772%2017.5%2012.674%2019.35%2011%2019.8c-3.246.873-5.969-1.35-7.117-3.825c-1.474-3.175-1.074-6.85.974-9.5s5.918-3.8%208.79-.225c1.1%201.675%201.574%203.475%201.798%204.925c.45%201.6.675%205.6%201.848%207.55c.924%201.45%202.348%201.375%202.872%201.15c.35-.175.834-.555.834-1.655%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-width%3D%221.5%22%20d%3D%22M17.394%204c.2%201.85-.05%206-1.223%209.275C14.772%2017.5%2012.674%2019.35%2011%2019.8c-3.246.873-5.969-1.35-7.117-3.825c-1.474-3.175-1.074-6.85.974-9.5s5.918-3.8%208.79-.225c1.1%201.675%201.574%203.475%201.798%204.925c.45%201.6.675%205.6%201.848%207.55c.924%201.45%202.348%201.375%202.872%201.15c.35-.175.834-.555.834-1.655%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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