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

Name
web-awesome
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the web awesome icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M372.2 116c0 20.9-12.4 39-30.2 47.2L448 256l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 506.3c-10.3 23-33.2 37.7-58.4 37.7H217.4c-25.2 0-48-14.8-58.4-37.7L46.4 256C20.6 255.1 0 234 0 208c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 256l106.1-92.9c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidWebAwesome(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="M372.2 116c0 20.9-12.4 39-30.2 47.2L448 256l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 506.3c-10.3 23-33.2 37.7-58.4 37.7H217.4c-25.2 0-48-14.8-58.4-37.7L46.4 256C20.6 255.1 0 234 0 208c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 256l106.1-92.9c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M372.2 116c0 20.9-12.4 39-30.2 47.2L448 256l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 506.3c-10.3 23-33.2 37.7-58.4 37.7H217.4c-25.2 0-48-14.8-58.4-37.7L46.4 256C20.6 255.1 0 234 0 208c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 256l106.1-92.9c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z"/></svg>
</template>

CSS

.icon-web-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M372.2%20116c0%2020.9-12.4%2039-30.2%2047.2L448%20256l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048c0%2026-20.6%2047.1-46.4%2048L481%20506.3c-10.3%2023-33.2%2037.7-58.4%2037.7H217.4c-25.2%200-48-14.8-58.4-37.7L46.4%20256C20.6%20255.1%200%20234%200%20208c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048c0%2010.1-3.1%2019.4-8.4%2027.1L192%20256l106.1-92.9c-17.7-8.3-30-26.3-30-47.1c0-28.7%2023.3-52%2052-52s52%2023.3%2052%2052z%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%22M372.2%20116c0%2020.9-12.4%2039-30.2%2047.2L448%20256l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048c0%2026-20.6%2047.1-46.4%2048L481%20506.3c-10.3%2023-33.2%2037.7-58.4%2037.7H217.4c-25.2%200-48-14.8-58.4-37.7L46.4%20256C20.6%20255.1%200%20234%200%20208c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048c0%2010.1-3.1%2019.4-8.4%2027.1L192%20256l106.1-92.9c-17.7-8.3-30-26.3-30-47.1c0-28.7%2023.3-52%2052-52s52%2023.3%2052%2052z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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