quora from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
quora
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the quora logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M536.7 450.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8c-20.5 0-35.3-14.2-49.5-35.8c44.2-34.2 74.7-87.5 74.7-153C499.7 175.2 403 96 301.2 96c-99.7 0-197.7 79.7-197.7 196.7c0 134.1 131.3 221.6 249 189c19.7 33.6 45.7 62.3 95.2 62.3c81.8 0 90.8-75.3 89-93.3m-143.5-57.5C373.7 364 349.5 341 301.7 341c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4c35.5 0 53.7 30.8 69.2 61.3c-10 3-20.7 4.2-32.7 4.2c-75 0-107.5-53-107.5-156.7c0-104.4 32.5-157.9 107.5-157.9c76.2 0 108.7 53.5 108.7 157.7c.1 41.8-5.4 75.6-16.7 100.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsQuora(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="M536.7 450.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8c-20.5 0-35.3-14.2-49.5-35.8c44.2-34.2 74.7-87.5 74.7-153C499.7 175.2 403 96 301.2 96c-99.7 0-197.7 79.7-197.7 196.7c0 134.1 131.3 221.6 249 189c19.7 33.6 45.7 62.3 95.2 62.3c81.8 0 90.8-75.3 89-93.3m-143.5-57.5C373.7 364 349.5 341 301.7 341c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4c35.5 0 53.7 30.8 69.2 61.3c-10 3-20.7 4.2-32.7 4.2c-75 0-107.5-53-107.5-156.7c0-104.4 32.5-157.9 107.5-157.9c76.2 0 108.7 53.5 108.7 157.7c.1 41.8-5.4 75.6-16.7 100.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M536.7 450.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8c-20.5 0-35.3-14.2-49.5-35.8c44.2-34.2 74.7-87.5 74.7-153C499.7 175.2 403 96 301.2 96c-99.7 0-197.7 79.7-197.7 196.7c0 134.1 131.3 221.6 249 189c19.7 33.6 45.7 62.3 95.2 62.3c81.8 0 90.8-75.3 89-93.3m-143.5-57.5C373.7 364 349.5 341 301.7 341c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4c35.5 0 53.7 30.8 69.2 61.3c-10 3-20.7 4.2-32.7 4.2c-75 0-107.5-53-107.5-156.7c0-104.4 32.5-157.9 107.5-157.9c76.2 0 108.7 53.5 108.7 157.7c.1 41.8-5.4 75.6-16.7 100.5"/></svg>
</template>

CSS

.icon-quora {
  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%22M536.7%20450.7h-29.3c-1.5%2013.5-10.5%2030.8-33%2030.8c-20.5%200-35.3-14.2-49.5-35.8c44.2-34.2%2074.7-87.5%2074.7-153C499.7%20175.2%20403%2096%20301.2%2096c-99.7%200-197.7%2079.7-197.7%20196.7c0%20134.1%20131.3%20221.6%20249%20189c19.7%2033.6%2045.7%2062.3%2095.2%2062.3c81.8%200%2090.8-75.3%2089-93.3m-143.5-57.5C373.7%20364%20349.5%20341%20301.7%20341c-30.5%200-54.3%2010-69%2022.8l12.2%2024.3c6.2-3%2013-4%2019.8-4c35.5%200%2053.7%2030.8%2069.2%2061.3c-10%203-20.7%204.2-32.7%204.2c-75%200-107.5-53-107.5-156.7c0-104.4%2032.5-157.9%20107.5-157.9c76.2%200%20108.7%2053.5%20108.7%20157.7c.1%2041.8-5.4%2075.6-16.7%20100.5%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%22M536.7%20450.7h-29.3c-1.5%2013.5-10.5%2030.8-33%2030.8c-20.5%200-35.3-14.2-49.5-35.8c44.2-34.2%2074.7-87.5%2074.7-153C499.7%20175.2%20403%2096%20301.2%2096c-99.7%200-197.7%2079.7-197.7%20196.7c0%20134.1%20131.3%20221.6%20249%20189c19.7%2033.6%2045.7%2062.3%2095.2%2062.3c81.8%200%2090.8-75.3%2089-93.3m-143.5-57.5C373.7%20364%20349.5%20341%20301.7%20341c-30.5%200-54.3%2010-69%2022.8l12.2%2024.3c6.2-3%2013-4%2019.8-4c35.5%200%2053.7%2030.8%2069.2%2061.3c-10%203-20.7%204.2-32.7%204.2c-75%200-107.5-53-107.5-156.7c0-104.4%2032.5-157.9%20107.5-157.9c76.2%200%20108.7%2053.5%20108.7%20157.7c.1%2041.8-5.4%2075.6-16.7%20100.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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