round-quora from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-quora
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round quora icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.94 17.46h-1.11c-.06.52-.4 1.17-1.25 1.17c-.78 0-1.34-.54-1.88-1.36a7.23 7.23 0 0 0 2.84-5.81C19.54 7 15.86 4 12.01 4C8.21 4 4.5 7.03 4.5 11.47c0 4.4 3.71 7.43 7.51 7.43c.66 0 1.32-.09 1.95-.26c.74 1.27 1.73 2.36 3.6 2.36c3.1 0 3.45-2.86 3.38-3.54m-5.45-2.18c-.73-1.11-1.66-1.98-3.46-1.98c-1.16 0-2.06.38-2.62.86l.46.92c.24-.11.49-.15.75-.15c1.35 0 2.04 1.17 2.63 2.33c-.38.11-.79.16-1.24.16c-2.85 0-4.08-2.01-4.08-5.95c0-3.96 1.23-5.99 4.08-5.99c2.89 0 4.13 2.03 4.13 5.99c-.01 1.58-.21 2.86-.65 3.81"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundQuora(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="M20.94 17.46h-1.11c-.06.52-.4 1.17-1.25 1.17c-.78 0-1.34-.54-1.88-1.36a7.23 7.23 0 0 0 2.84-5.81C19.54 7 15.86 4 12.01 4C8.21 4 4.5 7.03 4.5 11.47c0 4.4 3.71 7.43 7.51 7.43c.66 0 1.32-.09 1.95-.26c.74 1.27 1.73 2.36 3.6 2.36c3.1 0 3.45-2.86 3.38-3.54m-5.45-2.18c-.73-1.11-1.66-1.98-3.46-1.98c-1.16 0-2.06.38-2.62.86l.46.92c.24-.11.49-.15.75-.15c1.35 0 2.04 1.17 2.63 2.33c-.38.11-.79.16-1.24.16c-2.85 0-4.08-2.01-4.08-5.95c0-3.96 1.23-5.99 4.08-5.99c2.89 0 4.13 2.03 4.13 5.99c-.01 1.58-.21 2.86-.65 3.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.94 17.46h-1.11c-.06.52-.4 1.17-1.25 1.17c-.78 0-1.34-.54-1.88-1.36a7.23 7.23 0 0 0 2.84-5.81C19.54 7 15.86 4 12.01 4C8.21 4 4.5 7.03 4.5 11.47c0 4.4 3.71 7.43 7.51 7.43c.66 0 1.32-.09 1.95-.26c.74 1.27 1.73 2.36 3.6 2.36c3.1 0 3.45-2.86 3.38-3.54m-5.45-2.18c-.73-1.11-1.66-1.98-3.46-1.98c-1.16 0-2.06.38-2.62.86l.46.92c.24-.11.49-.15.75-.15c1.35 0 2.04 1.17 2.63 2.33c-.38.11-.79.16-1.24.16c-2.85 0-4.08-2.01-4.08-5.95c0-3.96 1.23-5.99 4.08-5.99c2.89 0 4.13 2.03 4.13 5.99c-.01 1.58-.21 2.86-.65 3.81"/></svg>
</template>

CSS

.icon-round-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%22M20.94%2017.46h-1.11c-.06.52-.4%201.17-1.25%201.17c-.78%200-1.34-.54-1.88-1.36a7.23%207.23%200%200%200%202.84-5.81C19.54%207%2015.86%204%2012.01%204C8.21%204%204.5%207.03%204.5%2011.47c0%204.4%203.71%207.43%207.51%207.43c.66%200%201.32-.09%201.95-.26c.74%201.27%201.73%202.36%203.6%202.36c3.1%200%203.45-2.86%203.38-3.54m-5.45-2.18c-.73-1.11-1.66-1.98-3.46-1.98c-1.16%200-2.06.38-2.62.86l.46.92c.24-.11.49-.15.75-.15c1.35%200%202.04%201.17%202.63%202.33c-.38.11-.79.16-1.24.16c-2.85%200-4.08-2.01-4.08-5.95c0-3.96%201.23-5.99%204.08-5.99c2.89%200%204.13%202.03%204.13%205.99c-.01%201.58-.21%202.86-.65%203.81%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%22M20.94%2017.46h-1.11c-.06.52-.4%201.17-1.25%201.17c-.78%200-1.34-.54-1.88-1.36a7.23%207.23%200%200%200%202.84-5.81C19.54%207%2015.86%204%2012.01%204C8.21%204%204.5%207.03%204.5%2011.47c0%204.4%203.71%207.43%207.51%207.43c.66%200%201.32-.09%201.95-.26c.74%201.27%201.73%202.36%203.6%202.36c3.1%200%203.45-2.86%203.38-3.54m-5.45-2.18c-.73-1.11-1.66-1.98-3.46-1.98c-1.16%200-2.06.38-2.62.86l.46.92c.24-.11.49-.15.75-.15c1.35%200%202.04%201.17%202.63%202.33c-.38.11-.79.16-1.24.16c-2.85%200-4.08-2.01-4.08-5.95c0-3.96%201.23-5.99%204.08-5.99c2.89%200%204.13%202.03%204.13%205.99c-.01%201.58-.21%202.86-.65%203.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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