angellist logo
angellist from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- angellist
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the angellist logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M443.6 279.4c11.7-32.6 45.4-126.9 45.4-157.1c0-26.6-15.7-48.9-43.7-48.9c-44.6 0-84.6 131.7-97.1 163.1C338.5 208 293.1 64 253.1 64c-31.1 0-45.7 22.9-45.7 51.7c0 35.3 34.2 126.8 46.6 162c-6.3-2.3-13.1-4.3-20-4.3c-23.4 0-48.3 29.1-48.3 52.6c0 8.9 4.9 21.4 8 29.7c-36.9 10-51.1 34.6-51.1 71.7c-.1 72.2 68.3 148.6 164.5 148.6c118 0 191.4-88.6 191.4-202.9c0-43.1-6.9-82-54.9-93.7M408.2 172c4-12.3 21.1-64.3 37.1-64.3c8.6 0 10.9 8.9 10.9 16c0 19.1-38.6 124.6-47.1 148l-34-6zm-169.4-59.7c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4c-10.9-28.8-45.5-119.7-45.5-148.8M236.5 308c29.3 0 67.1 94.6 67.1 107.4c0 5.1-4.9 11.4-10.6 11.4c-20.9 0-76.9-76.9-76.9-97.7c.1-7.7 12.7-21.1 20.4-21.1m184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6c-59.4 0-106.3-32.6-128.9-88.3c-17.1-43.4 3.8-68.3 20.6-68.3c11.4 0 54.3 60.3 54.3 73.1c0 4.9-7.7 8.3-11.7 8.3c-16.1 0-22.4-15.5-51.1-51.4c-29.7 29.7 20.5 86.9 58.3 86.9c26.1 0 43.1-24.2 38-42c3.7 0 8.3.3 11.7-.6c1.1 27.1 9.1 59.4 41.7 61.7c0-.9 2-7.1 2-7.4c0-17.4-10.6-32.6-10.6-50.3c0-28.3 21.7-55.7 43.7-71.7c8-6 17.7-9.7 27.1-13.1c9.7-3.7 20-8 27.4-15.4c-1.1-11.2-5.7-21.1-16.9-21.1c-27.7 0-120.6 4-120.6-39.7c0-6.7.1-13.1 17.4-13.1c32.3 0 114.3 8 138.3 29.1c18.1 16.1 24.3 113.2-31 174.7m-98.6-126c9.7 3.1 19.7 4 29.7 6c-7.4 5.4-14 12-20.3 19.1c-2.8-8.5-6.2-16.8-9.4-25.1"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsAngellist(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="M443.6 279.4c11.7-32.6 45.4-126.9 45.4-157.1c0-26.6-15.7-48.9-43.7-48.9c-44.6 0-84.6 131.7-97.1 163.1C338.5 208 293.1 64 253.1 64c-31.1 0-45.7 22.9-45.7 51.7c0 35.3 34.2 126.8 46.6 162c-6.3-2.3-13.1-4.3-20-4.3c-23.4 0-48.3 29.1-48.3 52.6c0 8.9 4.9 21.4 8 29.7c-36.9 10-51.1 34.6-51.1 71.7c-.1 72.2 68.3 148.6 164.5 148.6c118 0 191.4-88.6 191.4-202.9c0-43.1-6.9-82-54.9-93.7M408.2 172c4-12.3 21.1-64.3 37.1-64.3c8.6 0 10.9 8.9 10.9 16c0 19.1-38.6 124.6-47.1 148l-34-6zm-169.4-59.7c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4c-10.9-28.8-45.5-119.7-45.5-148.8M236.5 308c29.3 0 67.1 94.6 67.1 107.4c0 5.1-4.9 11.4-10.6 11.4c-20.9 0-76.9-76.9-76.9-97.7c.1-7.7 12.7-21.1 20.4-21.1m184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6c-59.4 0-106.3-32.6-128.9-88.3c-17.1-43.4 3.8-68.3 20.6-68.3c11.4 0 54.3 60.3 54.3 73.1c0 4.9-7.7 8.3-11.7 8.3c-16.1 0-22.4-15.5-51.1-51.4c-29.7 29.7 20.5 86.9 58.3 86.9c26.1 0 43.1-24.2 38-42c3.7 0 8.3.3 11.7-.6c1.1 27.1 9.1 59.4 41.7 61.7c0-.9 2-7.1 2-7.4c0-17.4-10.6-32.6-10.6-50.3c0-28.3 21.7-55.7 43.7-71.7c8-6 17.7-9.7 27.1-13.1c9.7-3.7 20-8 27.4-15.4c-1.1-11.2-5.7-21.1-16.9-21.1c-27.7 0-120.6 4-120.6-39.7c0-6.7.1-13.1 17.4-13.1c32.3 0 114.3 8 138.3 29.1c18.1 16.1 24.3 113.2-31 174.7m-98.6-126c9.7 3.1 19.7 4 29.7 6c-7.4 5.4-14 12-20.3 19.1c-2.8-8.5-6.2-16.8-9.4-25.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M443.6 279.4c11.7-32.6 45.4-126.9 45.4-157.1c0-26.6-15.7-48.9-43.7-48.9c-44.6 0-84.6 131.7-97.1 163.1C338.5 208 293.1 64 253.1 64c-31.1 0-45.7 22.9-45.7 51.7c0 35.3 34.2 126.8 46.6 162c-6.3-2.3-13.1-4.3-20-4.3c-23.4 0-48.3 29.1-48.3 52.6c0 8.9 4.9 21.4 8 29.7c-36.9 10-51.1 34.6-51.1 71.7c-.1 72.2 68.3 148.6 164.5 148.6c118 0 191.4-88.6 191.4-202.9c0-43.1-6.9-82-54.9-93.7M408.2 172c4-12.3 21.1-64.3 37.1-64.3c8.6 0 10.9 8.9 10.9 16c0 19.1-38.6 124.6-47.1 148l-34-6zm-169.4-59.7c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4c-10.9-28.8-45.5-119.7-45.5-148.8M236.5 308c29.3 0 67.1 94.6 67.1 107.4c0 5.1-4.9 11.4-10.6 11.4c-20.9 0-76.9-76.9-76.9-97.7c.1-7.7 12.7-21.1 20.4-21.1m184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6c-59.4 0-106.3-32.6-128.9-88.3c-17.1-43.4 3.8-68.3 20.6-68.3c11.4 0 54.3 60.3 54.3 73.1c0 4.9-7.7 8.3-11.7 8.3c-16.1 0-22.4-15.5-51.1-51.4c-29.7 29.7 20.5 86.9 58.3 86.9c26.1 0 43.1-24.2 38-42c3.7 0 8.3.3 11.7-.6c1.1 27.1 9.1 59.4 41.7 61.7c0-.9 2-7.1 2-7.4c0-17.4-10.6-32.6-10.6-50.3c0-28.3 21.7-55.7 43.7-71.7c8-6 17.7-9.7 27.1-13.1c9.7-3.7 20-8 27.4-15.4c-1.1-11.2-5.7-21.1-16.9-21.1c-27.7 0-120.6 4-120.6-39.7c0-6.7.1-13.1 17.4-13.1c32.3 0 114.3 8 138.3 29.1c18.1 16.1 24.3 113.2-31 174.7m-98.6-126c9.7 3.1 19.7 4 29.7 6c-7.4 5.4-14 12-20.3 19.1c-2.8-8.5-6.2-16.8-9.4-25.1"/></svg> </template>
CSS
.icon-angellist {
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%22M443.6%20279.4c11.7-32.6%2045.4-126.9%2045.4-157.1c0-26.6-15.7-48.9-43.7-48.9c-44.6%200-84.6%20131.7-97.1%20163.1C338.5%20208%20293.1%2064%20253.1%2064c-31.1%200-45.7%2022.9-45.7%2051.7c0%2035.3%2034.2%20126.8%2046.6%20162c-6.3-2.3-13.1-4.3-20-4.3c-23.4%200-48.3%2029.1-48.3%2052.6c0%208.9%204.9%2021.4%208%2029.7c-36.9%2010-51.1%2034.6-51.1%2071.7c-.1%2072.2%2068.3%20148.6%20164.5%20148.6c118%200%20191.4-88.6%20191.4-202.9c0-43.1-6.9-82-54.9-93.7M408.2%20172c4-12.3%2021.1-64.3%2037.1-64.3c8.6%200%2010.9%208.9%2010.9%2016c0%2019.1-38.6%20124.6-47.1%20148l-34-6zm-169.4-59.7c0-11.9%2014.5-45.7%2046.3%2047.1l34.6%20100.3c-15.6-1.3-27.7-3-35.4%201.4c-10.9-28.8-45.5-119.7-45.5-148.8M236.5%20308c29.3%200%2067.1%2094.6%2067.1%20107.4c0%205.1-4.9%2011.4-10.6%2011.4c-20.9%200-76.9-76.9-76.9-97.7c.1-7.7%2012.7-21.1%2020.4-21.1m184.3%20186.3c-29.1%2032-66.3%2048.6-109.7%2048.6c-59.4%200-106.3-32.6-128.9-88.3c-17.1-43.4%203.8-68.3%2020.6-68.3c11.4%200%2054.3%2060.3%2054.3%2073.1c0%204.9-7.7%208.3-11.7%208.3c-16.1%200-22.4-15.5-51.1-51.4c-29.7%2029.7%2020.5%2086.9%2058.3%2086.9c26.1%200%2043.1-24.2%2038-42c3.7%200%208.3.3%2011.7-.6c1.1%2027.1%209.1%2059.4%2041.7%2061.7c0-.9%202-7.1%202-7.4c0-17.4-10.6-32.6-10.6-50.3c0-28.3%2021.7-55.7%2043.7-71.7c8-6%2017.7-9.7%2027.1-13.1c9.7-3.7%2020-8%2027.4-15.4c-1.1-11.2-5.7-21.1-16.9-21.1c-27.7%200-120.6%204-120.6-39.7c0-6.7.1-13.1%2017.4-13.1c32.3%200%20114.3%208%20138.3%2029.1c18.1%2016.1%2024.3%20113.2-31%20174.7m-98.6-126c9.7%203.1%2019.7%204%2029.7%206c-7.4%205.4-14%2012-20.3%2019.1c-2.8-8.5-6.2-16.8-9.4-25.1%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%22M443.6%20279.4c11.7-32.6%2045.4-126.9%2045.4-157.1c0-26.6-15.7-48.9-43.7-48.9c-44.6%200-84.6%20131.7-97.1%20163.1C338.5%20208%20293.1%2064%20253.1%2064c-31.1%200-45.7%2022.9-45.7%2051.7c0%2035.3%2034.2%20126.8%2046.6%20162c-6.3-2.3-13.1-4.3-20-4.3c-23.4%200-48.3%2029.1-48.3%2052.6c0%208.9%204.9%2021.4%208%2029.7c-36.9%2010-51.1%2034.6-51.1%2071.7c-.1%2072.2%2068.3%20148.6%20164.5%20148.6c118%200%20191.4-88.6%20191.4-202.9c0-43.1-6.9-82-54.9-93.7M408.2%20172c4-12.3%2021.1-64.3%2037.1-64.3c8.6%200%2010.9%208.9%2010.9%2016c0%2019.1-38.6%20124.6-47.1%20148l-34-6zm-169.4-59.7c0-11.9%2014.5-45.7%2046.3%2047.1l34.6%20100.3c-15.6-1.3-27.7-3-35.4%201.4c-10.9-28.8-45.5-119.7-45.5-148.8M236.5%20308c29.3%200%2067.1%2094.6%2067.1%20107.4c0%205.1-4.9%2011.4-10.6%2011.4c-20.9%200-76.9-76.9-76.9-97.7c.1-7.7%2012.7-21.1%2020.4-21.1m184.3%20186.3c-29.1%2032-66.3%2048.6-109.7%2048.6c-59.4%200-106.3-32.6-128.9-88.3c-17.1-43.4%203.8-68.3%2020.6-68.3c11.4%200%2054.3%2060.3%2054.3%2073.1c0%204.9-7.7%208.3-11.7%208.3c-16.1%200-22.4-15.5-51.1-51.4c-29.7%2029.7%2020.5%2086.9%2058.3%2086.9c26.1%200%2043.1-24.2%2038-42c3.7%200%208.3.3%2011.7-.6c1.1%2027.1%209.1%2059.4%2041.7%2061.7c0-.9%202-7.1%202-7.4c0-17.4-10.6-32.6-10.6-50.3c0-28.3%2021.7-55.7%2043.7-71.7c8-6%2017.7-9.7%2027.1-13.1c9.7-3.7%2020-8%2027.4-15.4c-1.1-11.2-5.7-21.1-16.9-21.1c-27.7%200-120.6%204-120.6-39.7c0-6.7.1-13.1%2017.4-13.1c32.3%200%20114.3%208%20138.3%2029.1c18.1%2016.1%2024.3%20113.2-31%20174.7m-98.6-126c9.7%203.1%2019.7%204%2029.7%206c-7.4%205.4-14%2012-20.3%2019.1c-2.8-8.5-6.2-16.8-9.4-25.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/angellist.svg?color=%231a73e8&size=48