q from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
q
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

Use the q icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1c20.4-26.8 32.5-60.3 32.5-96.6c0-88.4-71.6-160-160-160S64 167.6 64 256m280.9 188.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidQ(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1c20.4-26.8 32.5-60.3 32.5-96.6c0-88.4-71.6-160-160-160S64 167.6 64 256m280.9 188.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1c20.4-26.8 32.5-60.3 32.5-96.6c0-88.4-71.6-160-160-160S64 167.6 64 256m280.9 188.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z"/></svg>
</template>

CSS

.icon-q {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20256c0%2088.4%2071.6%20160%20160%20160c28.9%200%2056-7.7%2079.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8%204.1-45.1s33.8-9.5%2045.1%204.1l70.9%2085.1c20.4-26.8%2032.5-60.3%2032.5-96.6c0-88.4-71.6-160-160-160S64%20167.6%2064%20256m280.9%20188.6C310%20467%20268.5%20480%20224%20480C100.3%20480%200%20379.7%200%20256S100.3%2032%20224%2032s224%20100.3%20224%20224c0%2056.1-20.6%20107.4-54.7%20146.7l47.3%2056.8c11.3%2013.6%209.5%2033.8-4.1%2045.1s-33.8%209.5-45.1-4.1l-46.6-55.9z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20256c0%2088.4%2071.6%20160%20160%20160c28.9%200%2056-7.7%2079.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8%204.1-45.1s33.8-9.5%2045.1%204.1l70.9%2085.1c20.4-26.8%2032.5-60.3%2032.5-96.6c0-88.4-71.6-160-160-160S64%20167.6%2064%20256m280.9%20188.6C310%20467%20268.5%20480%20224%20480C100.3%20480%200%20379.7%200%20256S100.3%2032%20224%2032s224%20100.3%20224%20224c0%2056.1-20.6%20107.4-54.7%20146.7l47.3%2056.8c11.3%2013.6%209.5%2033.8-4.1%2045.1s-33.8%209.5-45.1-4.1l-46.6-55.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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