quora from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
quora
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the quora icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.73 12.476c-.554-1.091-1.204-2.193-2.473-2.193c-.242 0-.484.04-.707.142l-.43-.863c.525-.45 1.373-.808 2.464-.808c1.697 0 2.568.818 3.26 1.86c.41-.89.605-2.093.605-3.584c0-3.724-1.165-5.636-3.885-5.636c-2.68 0-3.839 1.912-3.839 5.636c0 3.704 1.159 5.596 3.84 5.596c.425 0 .811-.046 1.166-.15Zm.665 1.3a7 7 0 0 1-1.83.244C3.994 14.02.5 11.172.5 7.03C.5 2.849 3.995 0 7.564 0c3.63 0 7.09 2.828 7.09 7.03c0 2.337-1.09 4.236-2.675 5.464c.512.767 1.04 1.277 1.773 1.277c.802 0 1.125-.62 1.179-1.105h1.043c.061.647-.262 3.334-3.178 3.334c-1.767 0-2.7-1.024-3.4-2.224Z"/></svg>

React

import type { SVGProps } from "react";

export function BiQuora(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.73 12.476c-.554-1.091-1.204-2.193-2.473-2.193c-.242 0-.484.04-.707.142l-.43-.863c.525-.45 1.373-.808 2.464-.808c1.697 0 2.568.818 3.26 1.86c.41-.89.605-2.093.605-3.584c0-3.724-1.165-5.636-3.885-5.636c-2.68 0-3.839 1.912-3.839 5.636c0 3.704 1.159 5.596 3.84 5.596c.425 0 .811-.046 1.166-.15Zm.665 1.3a7 7 0 0 1-1.83.244C3.994 14.02.5 11.172.5 7.03C.5 2.849 3.995 0 7.564 0c3.63 0 7.09 2.828 7.09 7.03c0 2.337-1.09 4.236-2.675 5.464c.512.767 1.04 1.277 1.773 1.277c.802 0 1.125-.62 1.179-1.105h1.043c.061.647-.262 3.334-3.178 3.334c-1.767 0-2.7-1.024-3.4-2.224Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.73 12.476c-.554-1.091-1.204-2.193-2.473-2.193c-.242 0-.484.04-.707.142l-.43-.863c.525-.45 1.373-.808 2.464-.808c1.697 0 2.568.818 3.26 1.86c.41-.89.605-2.093.605-3.584c0-3.724-1.165-5.636-3.885-5.636c-2.68 0-3.839 1.912-3.839 5.636c0 3.704 1.159 5.596 3.84 5.596c.425 0 .811-.046 1.166-.15Zm.665 1.3a7 7 0 0 1-1.83.244C3.994 14.02.5 11.172.5 7.03C.5 2.849 3.995 0 7.564 0c3.63 0 7.09 2.828 7.09 7.03c0 2.337-1.09 4.236-2.675 5.464c.512.767 1.04 1.277 1.773 1.277c.802 0 1.125-.62 1.179-1.105h1.043c.061.647-.262 3.334-3.178 3.334c-1.767 0-2.7-1.024-3.4-2.224Z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.73%2012.476c-.554-1.091-1.204-2.193-2.473-2.193c-.242%200-.484.04-.707.142l-.43-.863c.525-.45%201.373-.808%202.464-.808c1.697%200%202.568.818%203.26%201.86c.41-.89.605-2.093.605-3.584c0-3.724-1.165-5.636-3.885-5.636c-2.68%200-3.839%201.912-3.839%205.636c0%203.704%201.159%205.596%203.84%205.596c.425%200%20.811-.046%201.166-.15Zm.665%201.3a7%207%200%200%201-1.83.244C3.994%2014.02.5%2011.172.5%207.03C.5%202.849%203.995%200%207.564%200c3.63%200%207.09%202.828%207.09%207.03c0%202.337-1.09%204.236-2.675%205.464c.512.767%201.04%201.277%201.773%201.277c.802%200%201.125-.62%201.179-1.105h1.043c.061.647-.262%203.334-3.178%203.334c-1.767%200-2.7-1.024-3.4-2.224Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.73%2012.476c-.554-1.091-1.204-2.193-2.473-2.193c-.242%200-.484.04-.707.142l-.43-.863c.525-.45%201.373-.808%202.464-.808c1.697%200%202.568.818%203.26%201.86c.41-.89.605-2.093.605-3.584c0-3.724-1.165-5.636-3.885-5.636c-2.68%200-3.839%201.912-3.839%205.636c0%203.704%201.159%205.596%203.84%205.596c.425%200%20.811-.046%201.166-.15Zm.665%201.3a7%207%200%200%201-1.83.244C3.994%2014.02.5%2011.172.5%207.03C.5%202.849%203.995%200%207.564%200c3.63%200%207.09%202.828%207.09%207.03c0%202.337-1.09%204.236-2.675%205.464c.512.767%201.04%201.277%201.773%201.277c.802%200%201.125-.62%201.179-1.105h1.043c.061.647-.262%203.334-3.178%203.334c-1.767%200-2.7-1.024-3.4-2.224Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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