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

Name
quora
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
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 448 512"><path fill="currentColor" d="M440.5 386.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-153C403.5 111.2 306.8 32 205 32C105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3M297 329.2C277.5 300 253.3 277 205.5 277c-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.7C97.5 124.5 130 71 205 71c76.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 Fa6BrandsQuora(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M440.5 386.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-153C403.5 111.2 306.8 32 205 32C105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3M297 329.2C277.5 300 253.3 277 205.5 277c-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.7C97.5 124.5 130 71 205 71c76.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 448 512"><path fill="currentColor" d="M440.5 386.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-153C403.5 111.2 306.8 32 205 32C105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3M297 329.2C277.5 300 253.3 277 205.5 277c-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.7C97.5 124.5 130 71 205 71c76.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M440.5%20386.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-153C403.5%20111.2%20306.8%2032%20205%2032C105.3%2032%207.3%20111.7%207.3%20228.7c0%20134.1%20131.3%20221.6%20249%20189C276%20451.3%20302%20480%20351.5%20480c81.8%200%2090.8-75.3%2089-93.3M297%20329.2C277.5%20300%20253.3%20277%20205.5%20277c-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.7C97.5%20124.5%20130%2071%20205%2071c76.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M440.5%20386.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-153C403.5%20111.2%20306.8%2032%20205%2032C105.3%2032%207.3%20111.7%207.3%20228.7c0%20134.1%20131.3%20221.6%20249%20189C276%20451.3%20302%20480%20351.5%20480c81.8%200%2090.8-75.3%2089-93.3M297%20329.2C277.5%20300%20253.3%20277%20205.5%20277c-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.7C97.5%20124.5%20130%2071%20205%2071c76.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/fa6-brands/quora.svg?color=%231a73e8&size=48