a from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
a
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M349.5 115.7C344.6 103.8 332.9 96 320 96s-24.6 7.8-29.5 19.7c-93.3 224-146.7 352-160 384c-6.8 16.3.9 35 17.2 41.8s35-.9 41.8-17.2l31.8-76.3h197.3l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8c-13.3-32-66.7-160-160-384zM392 384H248l72-172.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidA(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M349.5 115.7C344.6 103.8 332.9 96 320 96s-24.6 7.8-29.5 19.7c-93.3 224-146.7 352-160 384c-6.8 16.3.9 35 17.2 41.8s35-.9 41.8-17.2l31.8-76.3h197.3l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8c-13.3-32-66.7-160-160-384zM392 384H248l72-172.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M349.5 115.7C344.6 103.8 332.9 96 320 96s-24.6 7.8-29.5 19.7c-93.3 224-146.7 352-160 384c-6.8 16.3.9 35 17.2 41.8s35-.9 41.8-17.2l31.8-76.3h197.3l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8c-13.3-32-66.7-160-160-384zM392 384H248l72-172.8z"/></svg>
</template>

CSS

.icon-a {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M349.5%20115.7C344.6%20103.8%20332.9%2096%20320%2096s-24.6%207.8-29.5%2019.7c-93.3%20224-146.7%20352-160%20384c-6.8%2016.3.9%2035%2017.2%2041.8s35-.9%2041.8-17.2l31.8-76.3h197.3l31.8%2076.3c6.8%2016.3%2025.5%2024%2041.8%2017.2s24-25.5%2017.2-41.8c-13.3-32-66.7-160-160-384zM392%20384H248l72-172.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M349.5%20115.7C344.6%20103.8%20332.9%2096%20320%2096s-24.6%207.8-29.5%2019.7c-93.3%20224-146.7%20352-160%20384c-6.8%2016.3.9%2035%2017.2%2041.8s35-.9%2041.8-17.2l31.8-76.3h197.3l31.8%2076.3c6.8%2016.3%2025.5%2024%2041.8%2017.2s24-25.5%2017.2-41.8c-13.3-32-66.7-160-160-384zM392%20384H248l72-172.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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