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

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

The same icon in other sets

Use the react icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 8c5.523 0 10 1.79 10 4s-4.477 4-10 4s-10-1.79-10-4s4.477-4 10-4Z"/><path d="M15.56 9.975c2.836 4.842 3.543 9.674 1.577 10.792s-5.859-1.9-8.696-6.742S4.897 4.35 6.863 3.233s5.859 1.9 8.696 6.742Z"/><path d="M15.56 14.025c-2.838 4.842-6.731 7.86-8.697 6.742s-1.26-5.95 1.578-10.792s6.73-7.86 8.696-6.742s1.26 5.95-1.578 10.792Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.25 12H12m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsReact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M12 8c5.523 0 10 1.79 10 4s-4.477 4-10 4s-10-1.79-10-4s4.477-4 10-4Z"/><path d="M15.56 9.975c2.836 4.842 3.543 9.674 1.577 10.792s-5.859-1.9-8.696-6.742S4.897 4.35 6.863 3.233s5.859 1.9 8.696 6.742Z"/><path d="M15.56 14.025c-2.838 4.842-6.731 7.86-8.697 6.742s-1.26-5.95 1.578-10.792s6.73-7.86 8.696-6.742s1.26 5.95-1.578 10.792Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.25 12H12m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 8c5.523 0 10 1.79 10 4s-4.477 4-10 4s-10-1.79-10-4s4.477-4 10-4Z"/><path d="M15.56 9.975c2.836 4.842 3.543 9.674 1.577 10.792s-5.859-1.9-8.696-6.742S4.897 4.35 6.863 3.233s5.859 1.9 8.696 6.742Z"/><path d="M15.56 14.025c-2.838 4.842-6.731 7.86-8.697 6.742s-1.26-5.95 1.578-10.792s6.73-7.86 8.696-6.742s1.26 5.95-1.578 10.792Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.25 12H12m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>
</template>

CSS

.icon-react {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%208c5.523%200%2010%201.79%2010%204s-4.477%204-10%204s-10-1.79-10-4s4.477-4%2010-4Z%22%2F%3E%3Cpath%20d%3D%22M15.56%209.975c2.836%204.842%203.543%209.674%201.577%2010.792s-5.859-1.9-8.696-6.742S4.897%204.35%206.863%203.233s5.859%201.9%208.696%206.742Z%22%2F%3E%3Cpath%20d%3D%22M15.56%2014.025c-2.838%204.842-6.731%207.86-8.697%206.742s-1.26-5.95%201.578-10.792s6.73-7.86%208.696-6.742s1.26%205.95-1.578%2010.792Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.25%2012H12m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%208c5.523%200%2010%201.79%2010%204s-4.477%204-10%204s-10-1.79-10-4s4.477-4%2010-4Z%22%2F%3E%3Cpath%20d%3D%22M15.56%209.975c2.836%204.842%203.543%209.674%201.577%2010.792s-5.859-1.9-8.696-6.742S4.897%204.35%206.863%203.233s5.859%201.9%208.696%206.742Z%22%2F%3E%3Cpath%20d%3D%22M15.56%2014.025c-2.838%204.842-6.731%207.86-8.697%206.742s-1.26-5.95%201.578-10.792s6.73-7.86%208.696-6.742s1.26%205.95-1.578%2010.792Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.25%2012H12m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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