font awesome icon

font-awesome from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
font-awesome
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the font awesome icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm5.5 2a1.5 1.5 0 0 0-1.498 1.5H11V22a1 1 0 0 0 2 0v-4.256c.782-.288 1.645-.51 2.479-.51c1.579 0 2.19.817 3.505.817c.94 0 1.814-.318 2.631-.67c.205-.088.381-.176.381-.381h.006v-5.62c0-.204-.206-.38-.441-.38c-.294 0-1.521.787-2.631.787c-.23 0-.436-.03-.64-.117c-.994-.377-1.87-.67-2.98-.67c-.49 0-.99.077-1.482.195A1.5 1.5 0 0 0 12.5 9"/></svg>

React

import type { SVGProps } from "react";

export function LaFontAwesome(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm5.5 2a1.5 1.5 0 0 0-1.498 1.5H11V22a1 1 0 0 0 2 0v-4.256c.782-.288 1.645-.51 2.479-.51c1.579 0 2.19.817 3.505.817c.94 0 1.814-.318 2.631-.67c.205-.088.381-.176.381-.381h.006v-5.62c0-.204-.206-.38-.441-.38c-.294 0-1.521.787-2.631.787c-.23 0-.436-.03-.64-.117c-.994-.377-1.87-.67-2.98-.67c-.49 0-.99.077-1.482.195A1.5 1.5 0 0 0 12.5 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm5.5 2a1.5 1.5 0 0 0-1.498 1.5H11V22a1 1 0 0 0 2 0v-4.256c.782-.288 1.645-.51 2.479-.51c1.579 0 2.19.817 3.505.817c.94 0 1.814-.318 2.631-.67c.205-.088.381-.176.381-.381h.006v-5.62c0-.204-.206-.38-.441-.38c-.294 0-1.521.787-2.631.787c-.23 0-.436-.03-.64-.117c-.994-.377-1.87-.67-2.98-.67c-.49 0-.99.077-1.482.195A1.5 1.5 0 0 0 12.5 9"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm5.5%202a1.5%201.5%200%200%200-1.498%201.5H11V22a1%201%200%200%200%202%200v-4.256c.782-.288%201.645-.51%202.479-.51c1.579%200%202.19.817%203.505.817c.94%200%201.814-.318%202.631-.67c.205-.088.381-.176.381-.381h.006v-5.62c0-.204-.206-.38-.441-.38c-.294%200-1.521.787-2.631.787c-.23%200-.436-.03-.64-.117c-.994-.377-1.87-.67-2.98-.67c-.49%200-.99.077-1.482.195A1.5%201.5%200%200%200%2012.5%209%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm5.5%202a1.5%201.5%200%200%200-1.498%201.5H11V22a1%201%200%200%200%202%200v-4.256c.782-.288%201.645-.51%202.479-.51c1.579%200%202.19.817%203.505.817c.94%200%201.814-.318%202.631-.67c.205-.088.381-.176.381-.381h.006v-5.62c0-.204-.206-.38-.441-.38c-.294%200-1.521.787-2.631.787c-.23%200-.436-.03-.64-.117c-.994-.377-1.87-.67-2.98-.67c-.49%200-.99.077-1.482.195A1.5%201.5%200%200%200%2012.5%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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