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

Name
edge
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the edge logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M120.1 37.44C161.1 12.23 207.7-.775 255 .002C423 .002 512 123.8 512 219.5c-.1 32.7-13 63.9-35.9 87.2c-22.9 23.2-54 36.5-86.7 37c-75.2 0-91.5-23.1-91.5-32c0-3.8 1.2-6.2 4.8-9.4l1-1.2l.4-1.6c10.5-11.5 15.9-26.2 15.9-41.6c0-78.7-82.2-142.7-184-142.7c-37.54-.3-74.54 8.9-107.52 26.9c27-57.52 82.72-97.6 91.32-103.82c.8-.55.3-.84.3-.84m15.6 318.06c-1.4 30 4.6 60 16.4 87.2c13.6 26.4 32.7 51 56.5 69.3c-59.5-11.5-111.49-43.9-149.4-89.3C21.12 376.3 0 318.4 0 257.9c0-51.2 62.4-94.4 136-94.4c36.6-.6 72.4 10.9 101.8 32.7l-3.6 1.2c-51.5 17.6-98.5 90.7-98.5 158.1M469.8 400l-.7.1c-11.8 18.8-25.9 35.1-42.2 49.5c-30.8 28-68.1 45.5-108.8 49.9c-18.6.3-36.8-3.2-53.8-11.4c-25.6-10.3-47.1-30-61.6-53c-14.4-23.9-21.1-51.7-19-79.6c-.6-20.1 5.4-40.3 15-58.2c13.9 33.1 37.5 61.3 67.6 80.8s65.5 29.5 101.4 28.6c31 .3 62.1-6.7 90.2-20.5l1.9-.9c3.9-2.3 7.7-3.9 11.6 0c4.5 4.9 1.8 9.2-1.2 14c-.2.2-.3.5-.4.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsEdge(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="M120.1 37.44C161.1 12.23 207.7-.775 255 .002C423 .002 512 123.8 512 219.5c-.1 32.7-13 63.9-35.9 87.2c-22.9 23.2-54 36.5-86.7 37c-75.2 0-91.5-23.1-91.5-32c0-3.8 1.2-6.2 4.8-9.4l1-1.2l.4-1.6c10.5-11.5 15.9-26.2 15.9-41.6c0-78.7-82.2-142.7-184-142.7c-37.54-.3-74.54 8.9-107.52 26.9c27-57.52 82.72-97.6 91.32-103.82c.8-.55.3-.84.3-.84m15.6 318.06c-1.4 30 4.6 60 16.4 87.2c13.6 26.4 32.7 51 56.5 69.3c-59.5-11.5-111.49-43.9-149.4-89.3C21.12 376.3 0 318.4 0 257.9c0-51.2 62.4-94.4 136-94.4c36.6-.6 72.4 10.9 101.8 32.7l-3.6 1.2c-51.5 17.6-98.5 90.7-98.5 158.1M469.8 400l-.7.1c-11.8 18.8-25.9 35.1-42.2 49.5c-30.8 28-68.1 45.5-108.8 49.9c-18.6.3-36.8-3.2-53.8-11.4c-25.6-10.3-47.1-30-61.6-53c-14.4-23.9-21.1-51.7-19-79.6c-.6-20.1 5.4-40.3 15-58.2c13.9 33.1 37.5 61.3 67.6 80.8s65.5 29.5 101.4 28.6c31 .3 62.1-6.7 90.2-20.5l1.9-.9c3.9-2.3 7.7-3.9 11.6 0c4.5 4.9 1.8 9.2-1.2 14c-.2.2-.3.5-.4.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M120.1 37.44C161.1 12.23 207.7-.775 255 .002C423 .002 512 123.8 512 219.5c-.1 32.7-13 63.9-35.9 87.2c-22.9 23.2-54 36.5-86.7 37c-75.2 0-91.5-23.1-91.5-32c0-3.8 1.2-6.2 4.8-9.4l1-1.2l.4-1.6c10.5-11.5 15.9-26.2 15.9-41.6c0-78.7-82.2-142.7-184-142.7c-37.54-.3-74.54 8.9-107.52 26.9c27-57.52 82.72-97.6 91.32-103.82c.8-.55.3-.84.3-.84m15.6 318.06c-1.4 30 4.6 60 16.4 87.2c13.6 26.4 32.7 51 56.5 69.3c-59.5-11.5-111.49-43.9-149.4-89.3C21.12 376.3 0 318.4 0 257.9c0-51.2 62.4-94.4 136-94.4c36.6-.6 72.4 10.9 101.8 32.7l-3.6 1.2c-51.5 17.6-98.5 90.7-98.5 158.1M469.8 400l-.7.1c-11.8 18.8-25.9 35.1-42.2 49.5c-30.8 28-68.1 45.5-108.8 49.9c-18.6.3-36.8-3.2-53.8-11.4c-25.6-10.3-47.1-30-61.6-53c-14.4-23.9-21.1-51.7-19-79.6c-.6-20.1 5.4-40.3 15-58.2c13.9 33.1 37.5 61.3 67.6 80.8s65.5 29.5 101.4 28.6c31 .3 62.1-6.7 90.2-20.5l1.9-.9c3.9-2.3 7.7-3.9 11.6 0c4.5 4.9 1.8 9.2-1.2 14c-.2.2-.3.5-.4.7"/></svg>
</template>

CSS

.icon-edge {
  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%22M120.1%2037.44C161.1%2012.23%20207.7-.775%20255%20.002C423%20.002%20512%20123.8%20512%20219.5c-.1%2032.7-13%2063.9-35.9%2087.2c-22.9%2023.2-54%2036.5-86.7%2037c-75.2%200-91.5-23.1-91.5-32c0-3.8%201.2-6.2%204.8-9.4l1-1.2l.4-1.6c10.5-11.5%2015.9-26.2%2015.9-41.6c0-78.7-82.2-142.7-184-142.7c-37.54-.3-74.54%208.9-107.52%2026.9c27-57.52%2082.72-97.6%2091.32-103.82c.8-.55.3-.84.3-.84m15.6%20318.06c-1.4%2030%204.6%2060%2016.4%2087.2c13.6%2026.4%2032.7%2051%2056.5%2069.3c-59.5-11.5-111.49-43.9-149.4-89.3C21.12%20376.3%200%20318.4%200%20257.9c0-51.2%2062.4-94.4%20136-94.4c36.6-.6%2072.4%2010.9%20101.8%2032.7l-3.6%201.2c-51.5%2017.6-98.5%2090.7-98.5%20158.1M469.8%20400l-.7.1c-11.8%2018.8-25.9%2035.1-42.2%2049.5c-30.8%2028-68.1%2045.5-108.8%2049.9c-18.6.3-36.8-3.2-53.8-11.4c-25.6-10.3-47.1-30-61.6-53c-14.4-23.9-21.1-51.7-19-79.6c-.6-20.1%205.4-40.3%2015-58.2c13.9%2033.1%2037.5%2061.3%2067.6%2080.8s65.5%2029.5%20101.4%2028.6c31%20.3%2062.1-6.7%2090.2-20.5l1.9-.9c3.9-2.3%207.7-3.9%2011.6%200c4.5%204.9%201.8%209.2-1.2%2014c-.2.2-.3.5-.4.7%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%22M120.1%2037.44C161.1%2012.23%20207.7-.775%20255%20.002C423%20.002%20512%20123.8%20512%20219.5c-.1%2032.7-13%2063.9-35.9%2087.2c-22.9%2023.2-54%2036.5-86.7%2037c-75.2%200-91.5-23.1-91.5-32c0-3.8%201.2-6.2%204.8-9.4l1-1.2l.4-1.6c10.5-11.5%2015.9-26.2%2015.9-41.6c0-78.7-82.2-142.7-184-142.7c-37.54-.3-74.54%208.9-107.52%2026.9c27-57.52%2082.72-97.6%2091.32-103.82c.8-.55.3-.84.3-.84m15.6%20318.06c-1.4%2030%204.6%2060%2016.4%2087.2c13.6%2026.4%2032.7%2051%2056.5%2069.3c-59.5-11.5-111.49-43.9-149.4-89.3C21.12%20376.3%200%20318.4%200%20257.9c0-51.2%2062.4-94.4%20136-94.4c36.6-.6%2072.4%2010.9%20101.8%2032.7l-3.6%201.2c-51.5%2017.6-98.5%2090.7-98.5%20158.1M469.8%20400l-.7.1c-11.8%2018.8-25.9%2035.1-42.2%2049.5c-30.8%2028-68.1%2045.5-108.8%2049.9c-18.6.3-36.8-3.2-53.8-11.4c-25.6-10.3-47.1-30-61.6-53c-14.4-23.9-21.1-51.7-19-79.6c-.6-20.1%205.4-40.3%2015-58.2c13.9%2033.1%2037.5%2061.3%2067.6%2080.8s65.5%2029.5%20101.4%2028.6c31%20.3%2062.1-6.7%2090.2-20.5l1.9-.9c3.9-2.3%207.7-3.9%2011.6%200c4.5%204.9%201.8%209.2-1.2%2014c-.2.2-.3.5-.4.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Edge logo — Font Awesome 6 Brands · IconsDB