quora from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
quora
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the quora icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2 24 24"><path fill="currentColor" d="M17.495 15.682s-.097 1.434-1.39 1.434c-1 0-1.682-.768-2.32-1.765c1.814-1.597 2.966-3.982 2.966-6.646C16.751 3.897 13.001 0 8.377 0S.003 3.897.003 8.705s3.749 8.705 8.374 8.705c.84 0 1.65-.129 2.414-.368c.967 1.55 2.195 2.943 4.117 2.943c3.912 0 4.074-4.303 4.074-4.303zm-9.118.293c-2.696 0-4.882-3.255-4.882-7.27s2.186-7.27 4.882-7.27s4.882 3.255 4.882 7.27c0 1.597-.346 3.073-.932 4.272c-.662-.953-1.456-1.764-2.592-2.022c-2.015-.459-3.75.456-4.3.912l.517 1.076s.523-.303 1.82 0c.817.19 1.452 1.334 2.18 2.646a3.46 3.46 0 0 1-1.575.386"/></svg>

React

import type { SVGProps } from "react";

export function JamQuora(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2 24 24"><path fill="currentColor" d="M17.495 15.682s-.097 1.434-1.39 1.434c-1 0-1.682-.768-2.32-1.765c1.814-1.597 2.966-3.982 2.966-6.646C16.751 3.897 13.001 0 8.377 0S.003 3.897.003 8.705s3.749 8.705 8.374 8.705c.84 0 1.65-.129 2.414-.368c.967 1.55 2.195 2.943 4.117 2.943c3.912 0 4.074-4.303 4.074-4.303zm-9.118.293c-2.696 0-4.882-3.255-4.882-7.27s2.186-7.27 4.882-7.27s4.882 3.255 4.882 7.27c0 1.597-.346 3.073-.932 4.272c-.662-.953-1.456-1.764-2.592-2.022c-2.015-.459-3.75.456-4.3.912l.517 1.076s.523-.303 1.82 0c.817.19 1.452 1.334 2.18 2.646a3.46 3.46 0 0 1-1.575.386"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2 24 24"><path fill="currentColor" d="M17.495 15.682s-.097 1.434-1.39 1.434c-1 0-1.682-.768-2.32-1.765c1.814-1.597 2.966-3.982 2.966-6.646C16.751 3.897 13.001 0 8.377 0S.003 3.897.003 8.705s3.749 8.705 8.374 8.705c.84 0 1.65-.129 2.414-.368c.967 1.55 2.195 2.943 4.117 2.943c3.912 0 4.074-4.303 4.074-4.303zm-9.118.293c-2.696 0-4.882-3.255-4.882-7.27s2.186-7.27 4.882-7.27s4.882 3.255 4.882 7.27c0 1.597-.346 3.073-.932 4.272c-.662-.953-1.456-1.764-2.592-2.022c-2.015-.459-3.75.456-4.3.912l.517 1.076s.523-.303 1.82 0c.817.19 1.452 1.334 2.18 2.646a3.46 3.46 0 0 1-1.575.386"/></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%22-2.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.495%2015.682s-.097%201.434-1.39%201.434c-1%200-1.682-.768-2.32-1.765c1.814-1.597%202.966-3.982%202.966-6.646C16.751%203.897%2013.001%200%208.377%200S.003%203.897.003%208.705s3.749%208.705%208.374%208.705c.84%200%201.65-.129%202.414-.368c.967%201.55%202.195%202.943%204.117%202.943c3.912%200%204.074-4.303%204.074-4.303zm-9.118.293c-2.696%200-4.882-3.255-4.882-7.27s2.186-7.27%204.882-7.27s4.882%203.255%204.882%207.27c0%201.597-.346%203.073-.932%204.272c-.662-.953-1.456-1.764-2.592-2.022c-2.015-.459-3.75.456-4.3.912l.517%201.076s.523-.303%201.82%200c.817.19%201.452%201.334%202.18%202.646a3.46%203.46%200%200%201-1.575.386%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%22-2.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.495%2015.682s-.097%201.434-1.39%201.434c-1%200-1.682-.768-2.32-1.765c1.814-1.597%202.966-3.982%202.966-6.646C16.751%203.897%2013.001%200%208.377%200S.003%203.897.003%208.705s3.749%208.705%208.374%208.705c.84%200%201.65-.129%202.414-.368c.967%201.55%202.195%202.943%204.117%202.943c3.912%200%204.074-4.303%204.074-4.303zm-9.118.293c-2.696%200-4.882-3.255-4.882-7.27s2.186-7.27%204.882-7.27s4.882%203.255%204.882%207.27c0%201.597-.346%203.073-.932%204.272c-.662-.953-1.456-1.764-2.592-2.022c-2.015-.459-3.75.456-4.3.912l.517%201.076s.523-.303%201.82%200c.817.19%201.452%201.334%202.18%202.646a3.46%203.46%200%200%201-1.575.386%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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