font-awesome from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
font-awesome
Set
Font Awesome 6 Regular
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Use the font awesome icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M91.7 96c14.6-9.2 24.3-25.5 24.3-44c0-28.7-23.3-52-52-52S12 23.3 12 52c0 16.7 7.8 31.5 20 41v419h48v-64h389.6c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM80 400V144h356.4l-48.3 108.5c-5.5 12.4-5.5 26.6 0 39L436.4 400z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularFontAwesome(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M91.7 96c14.6-9.2 24.3-25.5 24.3-44c0-28.7-23.3-52-52-52S12 23.3 12 52c0 16.7 7.8 31.5 20 41v419h48v-64h389.6c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM80 400V144h356.4l-48.3 108.5c-5.5 12.4-5.5 26.6 0 39L436.4 400z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M91.7 96c14.6-9.2 24.3-25.5 24.3-44c0-28.7-23.3-52-52-52S12 23.3 12 52c0 16.7 7.8 31.5 20 41v419h48v-64h389.6c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM80 400V144h356.4l-48.3 108.5c-5.5 12.4-5.5 26.6 0 39L436.4 400z"/></svg>
</template>

CSS

.icon-font-awesome {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M91.7%2096c14.6-9.2%2024.3-25.5%2024.3-44c0-28.7-23.3-52-52-52S12%2023.3%2012%2052c0%2016.7%207.8%2031.5%2020%2041v419h48v-64h389.6c14.6%200%2026.4-11.8%2026.4-26.4c0-3.7-.8-7.3-2.3-10.7L432%20272l61.7-138.9c1.5-3.4%202.3-7%202.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM80%20400V144h356.4l-48.3%20108.5c-5.5%2012.4-5.5%2026.6%200%2039L436.4%20400z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M91.7%2096c14.6-9.2%2024.3-25.5%2024.3-44c0-28.7-23.3-52-52-52S12%2023.3%2012%2052c0%2016.7%207.8%2031.5%2020%2041v419h48v-64h389.6c14.6%200%2026.4-11.8%2026.4-26.4c0-3.7-.8-7.3-2.3-10.7L432%20272l61.7-138.9c1.5-3.4%202.3-7%202.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM80%20400V144h356.4l-48.3%20108.5c-5.5%2012.4-5.5%2026.6%200%2039L436.4%20400z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/font-awesome.svg?color=%231a73e8&size=48