q icon
q from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- q
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- 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 640 640"><path fill="currentColor" d="M160 320c0 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-160s-160 71.6-160 160m280.9 188.6C406 531 364.5 544 320 544C196.3 544 96 443.7 96 320S196.3 96 320 96s224 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 Fa7SolidQ(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 320c0 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-160s-160 71.6-160 160m280.9 188.6C406 531 364.5 544 320 544C196.3 544 96 443.7 96 320S196.3 96 320 96s224 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 640 640"><path fill="currentColor" d="M160 320c0 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-160s-160 71.6-160 160m280.9 188.6C406 531 364.5 544 320 544C196.3 544 96 443.7 96 320S196.3 96 320 96s224 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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20320c0%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-160s-160%2071.6-160%20160m280.9%20188.6C406%20531%20364.5%20544%20320%20544C196.3%20544%2096%20443.7%2096%20320S196.3%2096%20320%2096s224%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20320c0%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-160s-160%2071.6-160%20160m280.9%20188.6C406%20531%20364.5%20544%20320%20544C196.3%20544%2096%20443.7%2096%20320S196.3%2096%20320%2096s224%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/fa7-solid/q.svg?color=%231a73e8&size=48