quora circle icon

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

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

Related icons in Jam Icons

Use the quora circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><g fill="currentColor"><path d="M9.5 17a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m0 2a9.5 9.5 0 1 1 0-19a9.5 9.5 0 0 1 0 19"/><path d="M14.07 12.847s-.049.718-.696.718c-.5 0-.841-.385-1.16-.884a4.42 4.42 0 0 0 1.483-3.325C13.697 6.95 11.821 5 9.507 5s-4.19 1.95-4.19 4.356s1.876 4.356 4.19 4.356c.42 0 .826-.065 1.208-.184c.484.775 1.098 1.472 2.06 1.472c1.958 0 2.039-2.153 2.039-2.153zm-4.563.147c-1.35 0-2.443-1.629-2.443-3.638s1.094-3.638 2.443-3.638c1.35 0 2.443 1.629 2.443 3.638c0 .799-.173 1.537-.466 2.138c-.331-.477-.729-.883-1.297-1.013c-1.009-.229-1.877.229-2.152.457l.259.539s.261-.152.91 0c.41.095.727.667 1.09 1.323a1.7 1.7 0 0 1-.787.194"/></g></svg>

React

import type { SVGProps } from "react";

export function JamQuoraCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><g fill="currentColor"><path d="M9.5 17a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m0 2a9.5 9.5 0 1 1 0-19a9.5 9.5 0 0 1 0 19"/><path d="M14.07 12.847s-.049.718-.696.718c-.5 0-.841-.385-1.16-.884a4.42 4.42 0 0 0 1.483-3.325C13.697 6.95 11.821 5 9.507 5s-4.19 1.95-4.19 4.356s1.876 4.356 4.19 4.356c.42 0 .826-.065 1.208-.184c.484.775 1.098 1.472 2.06 1.472c1.958 0 2.039-2.153 2.039-2.153zm-4.563.147c-1.35 0-2.443-1.629-2.443-3.638s1.094-3.638 2.443-3.638c1.35 0 2.443 1.629 2.443 3.638c0 .799-.173 1.537-.466 2.138c-.331-.477-.729-.883-1.297-1.013c-1.009-.229-1.877.229-2.152.457l.259.539s.261-.152.91 0c.41.095.727.667 1.09 1.323a1.7 1.7 0 0 1-.787.194"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><g fill="currentColor"><path d="M9.5 17a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m0 2a9.5 9.5 0 1 1 0-19a9.5 9.5 0 0 1 0 19"/><path d="M14.07 12.847s-.049.718-.696.718c-.5 0-.841-.385-1.16-.884a4.42 4.42 0 0 0 1.483-3.325C13.697 6.95 11.821 5 9.507 5s-4.19 1.95-4.19 4.356s1.876 4.356 4.19 4.356c.42 0 .826-.065 1.208-.184c.484.775 1.098 1.472 2.06 1.472c1.958 0 2.039-2.153 2.039-2.153zm-4.563.147c-1.35 0-2.443-1.629-2.443-3.638s1.094-3.638 2.443-3.638c1.35 0 2.443 1.629 2.443 3.638c0 .799-.173 1.537-.466 2.138c-.331-.477-.729-.883-1.297-1.013c-1.009-.229-1.877.229-2.152.457l.259.539s.261-.152.91 0c.41.095.727.667 1.09 1.323a1.7 1.7 0 0 1-.787.194"/></g></svg>
</template>

CSS

.icon-quora-circle {
  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.5%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%2017a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m0%202a9.5%209.5%200%201%201%200-19a9.5%209.5%200%200%201%200%2019%22%2F%3E%3Cpath%20d%3D%22M14.07%2012.847s-.049.718-.696.718c-.5%200-.841-.385-1.16-.884a4.42%204.42%200%200%200%201.483-3.325C13.697%206.95%2011.821%205%209.507%205s-4.19%201.95-4.19%204.356s1.876%204.356%204.19%204.356c.42%200%20.826-.065%201.208-.184c.484.775%201.098%201.472%202.06%201.472c1.958%200%202.039-2.153%202.039-2.153zm-4.563.147c-1.35%200-2.443-1.629-2.443-3.638s1.094-3.638%202.443-3.638c1.35%200%202.443%201.629%202.443%203.638c0%20.799-.173%201.537-.466%202.138c-.331-.477-.729-.883-1.297-1.013c-1.009-.229-1.877.229-2.152.457l.259.539s.261-.152.91%200c.41.095.727.667%201.09%201.323a1.7%201.7%200%200%201-.787.194%22%2F%3E%3C%2Fg%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.5%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%2017a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m0%202a9.5%209.5%200%201%201%200-19a9.5%209.5%200%200%201%200%2019%22%2F%3E%3Cpath%20d%3D%22M14.07%2012.847s-.049.718-.696.718c-.5%200-.841-.385-1.16-.884a4.42%204.42%200%200%200%201.483-3.325C13.697%206.95%2011.821%205%209.507%205s-4.19%201.95-4.19%204.356s1.876%204.356%204.19%204.356c.42%200%20.826-.065%201.208-.184c.484.775%201.098%201.472%202.06%201.472c1.958%200%202.039-2.153%202.039-2.153zm-4.563.147c-1.35%200-2.443-1.629-2.443-3.638s1.094-3.638%202.443-3.638c1.35%200%202.443%201.629%202.443%203.638c0%20.799-.173%201.537-.466%202.138c-.331-.477-.729-.883-1.297-1.013c-1.009-.229-1.877.229-2.152.457l.259.539s.261-.152.91%200c.41.095.727.667%201.09%201.323a1.7%201.7%200%200%201-.787.194%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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