quora from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
quora
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

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 24 24"><path fill="currentColor" d="M19.7 18.8c.5-.6.4-1.1.4-1.1h1.5s0 .4-.1.9c-.1.4-.2.7-.3 1c-.2.7-1.2 1.5-1.2 1.5c-1.1.9-2.3.8-2.3.8s-1.4.2-2.5-.5s-2-2.2-2-2.2s-4.4 1.2-7.8-1.7s-3.2-6.4-3.2-6.7c0-.7.4-8.5 8.6-8.8c4.8-.2 7.4 2.8 8.4 5.2c.7 1.7.7 3 .7 3.2s0 1.1-.2 2c-.1.9-.5 1.9-.8 2.4s-.7 1.2-1.2 1.7c-.5.6-1.1 1.1-1.2 1.2c0 0 1 1.2 1.6 1.4c.2 0 1.1.3 1.6-.3m-7-1.5c.1-.1-.3-.6-.5-.9s.1.1-.7-1c-.3-.5-.7-.7-1.3-.8h-.7c-.5 0-.8.1-.9.1c0-.1-.2-.3-.3-.5s-.1-.5-.1-.5c0-.2 1.5-.9 3.2-.9c1.4 0 2.4.8 2.8 1.2c.4.3.5.7.9 1c0 0 .1 0 .1.1c.4.3.9-3 .8-5.2s-.2-3.3-1-4.4c-.7-1-2.2-1.8-3.6-1.8c-.7 0-3 .1-4 1.8c-1.2 2-1 5.6-1 5.6s-.3 3.2 1.4 4.9s3.4 1.4 4.2 1.4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiQuora(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.7 18.8c.5-.6.4-1.1.4-1.1h1.5s0 .4-.1.9c-.1.4-.2.7-.3 1c-.2.7-1.2 1.5-1.2 1.5c-1.1.9-2.3.8-2.3.8s-1.4.2-2.5-.5s-2-2.2-2-2.2s-4.4 1.2-7.8-1.7s-3.2-6.4-3.2-6.7c0-.7.4-8.5 8.6-8.8c4.8-.2 7.4 2.8 8.4 5.2c.7 1.7.7 3 .7 3.2s0 1.1-.2 2c-.1.9-.5 1.9-.8 2.4s-.7 1.2-1.2 1.7c-.5.6-1.1 1.1-1.2 1.2c0 0 1 1.2 1.6 1.4c.2 0 1.1.3 1.6-.3m-7-1.5c.1-.1-.3-.6-.5-.9s.1.1-.7-1c-.3-.5-.7-.7-1.3-.8h-.7c-.5 0-.8.1-.9.1c0-.1-.2-.3-.3-.5s-.1-.5-.1-.5c0-.2 1.5-.9 3.2-.9c1.4 0 2.4.8 2.8 1.2c.4.3.5.7.9 1c0 0 .1 0 .1.1c.4.3.9-3 .8-5.2s-.2-3.3-1-4.4c-.7-1-2.2-1.8-3.6-1.8c-.7 0-3 .1-4 1.8c-1.2 2-1 5.6-1 5.6s-.3 3.2 1.4 4.9s3.4 1.4 4.2 1.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.7 18.8c.5-.6.4-1.1.4-1.1h1.5s0 .4-.1.9c-.1.4-.2.7-.3 1c-.2.7-1.2 1.5-1.2 1.5c-1.1.9-2.3.8-2.3.8s-1.4.2-2.5-.5s-2-2.2-2-2.2s-4.4 1.2-7.8-1.7s-3.2-6.4-3.2-6.7c0-.7.4-8.5 8.6-8.8c4.8-.2 7.4 2.8 8.4 5.2c.7 1.7.7 3 .7 3.2s0 1.1-.2 2c-.1.9-.5 1.9-.8 2.4s-.7 1.2-1.2 1.7c-.5.6-1.1 1.1-1.2 1.2c0 0 1 1.2 1.6 1.4c.2 0 1.1.3 1.6-.3m-7-1.5c.1-.1-.3-.6-.5-.9s.1.1-.7-1c-.3-.5-.7-.7-1.3-.8h-.7c-.5 0-.8.1-.9.1c0-.1-.2-.3-.3-.5s-.1-.5-.1-.5c0-.2 1.5-.9 3.2-.9c1.4 0 2.4.8 2.8 1.2c.4.3.5.7.9 1c0 0 .1 0 .1.1c.4.3.9-3 .8-5.2s-.2-3.3-1-4.4c-.7-1-2.2-1.8-3.6-1.8c-.7 0-3 .1-4 1.8c-1.2 2-1 5.6-1 5.6s-.3 3.2 1.4 4.9s3.4 1.4 4.2 1.4z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.7%2018.8c.5-.6.4-1.1.4-1.1h1.5s0%20.4-.1.9c-.1.4-.2.7-.3%201c-.2.7-1.2%201.5-1.2%201.5c-1.1.9-2.3.8-2.3.8s-1.4.2-2.5-.5s-2-2.2-2-2.2s-4.4%201.2-7.8-1.7s-3.2-6.4-3.2-6.7c0-.7.4-8.5%208.6-8.8c4.8-.2%207.4%202.8%208.4%205.2c.7%201.7.7%203%20.7%203.2s0%201.1-.2%202c-.1.9-.5%201.9-.8%202.4s-.7%201.2-1.2%201.7c-.5.6-1.1%201.1-1.2%201.2c0%200%201%201.2%201.6%201.4c.2%200%201.1.3%201.6-.3m-7-1.5c.1-.1-.3-.6-.5-.9s.1.1-.7-1c-.3-.5-.7-.7-1.3-.8h-.7c-.5%200-.8.1-.9.1c0-.1-.2-.3-.3-.5s-.1-.5-.1-.5c0-.2%201.5-.9%203.2-.9c1.4%200%202.4.8%202.8%201.2c.4.3.5.7.9%201c0%200%20.1%200%20.1.1c.4.3.9-3%20.8-5.2s-.2-3.3-1-4.4c-.7-1-2.2-1.8-3.6-1.8c-.7%200-3%20.1-4%201.8c-1.2%202-1%205.6-1%205.6s-.3%203.2%201.4%204.9s3.4%201.4%204.2%201.4z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.7%2018.8c.5-.6.4-1.1.4-1.1h1.5s0%20.4-.1.9c-.1.4-.2.7-.3%201c-.2.7-1.2%201.5-1.2%201.5c-1.1.9-2.3.8-2.3.8s-1.4.2-2.5-.5s-2-2.2-2-2.2s-4.4%201.2-7.8-1.7s-3.2-6.4-3.2-6.7c0-.7.4-8.5%208.6-8.8c4.8-.2%207.4%202.8%208.4%205.2c.7%201.7.7%203%20.7%203.2s0%201.1-.2%202c-.1.9-.5%201.9-.8%202.4s-.7%201.2-1.2%201.7c-.5.6-1.1%201.1-1.2%201.2c0%200%201%201.2%201.6%201.4c.2%200%201.1.3%201.6-.3m-7-1.5c.1-.1-.3-.6-.5-.9s.1.1-.7-1c-.3-.5-.7-.7-1.3-.8h-.7c-.5%200-.8.1-.9.1c0-.1-.2-.3-.3-.5s-.1-.5-.1-.5c0-.2%201.5-.9%203.2-.9c1.4%200%202.4.8%202.8%201.2c.4.3.5.7.9%201c0%200%20.1%200%20.1.1c.4.3.9-3%20.8-5.2s-.2-3.3-1-4.4c-.7-1-2.2-1.8-3.6-1.8c-.7%200-3%20.1-4%201.8c-1.2%202-1%205.6-1%205.6s-.3%203.2%201.4%204.9s3.4%201.4%204.2%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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