letter q emoji
letter-q from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- letter-q
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the letter q emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M102.61 107.83c10.8-9.85 16.84-24.08 16.84-39.9c0-29.73-21.33-53.82-55.45-53.82S8.55 38.21 8.55 67.93c0 29.73 21.33 53.82 55.45 53.82c7.69 0 14.72-1.23 21.01-3.47l5.97 8.54a2.08 2.08 0 0 0 2.28.81l16.51-4.75c.64-.19 1.16-.67 1.39-1.31c.22-.63.13-1.33-.26-1.89zM64 95.89c-17.72 0-28.81-12.52-28.81-27.96S46.27 39.97 64 39.97s28.81 12.52 28.81 27.96c0 6.65-2.07 12.76-5.82 17.56l-7.26-10.38a2.09 2.09 0 0 0-2.28-.81l-16.52 4.75c-.64.19-1.16.67-1.39 1.31c-.22.63-.13 1.33.26 1.89l9.27 13.25c-1.62.24-3.3.39-5.07.39"/></svg>
React
import type { SVGProps } from "react";
export function NotoLetterQ(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M102.61 107.83c10.8-9.85 16.84-24.08 16.84-39.9c0-29.73-21.33-53.82-55.45-53.82S8.55 38.21 8.55 67.93c0 29.73 21.33 53.82 55.45 53.82c7.69 0 14.72-1.23 21.01-3.47l5.97 8.54a2.08 2.08 0 0 0 2.28.81l16.51-4.75c.64-.19 1.16-.67 1.39-1.31c.22-.63.13-1.33-.26-1.89zM64 95.89c-17.72 0-28.81-12.52-28.81-27.96S46.27 39.97 64 39.97s28.81 12.52 28.81 27.96c0 6.65-2.07 12.76-5.82 17.56l-7.26-10.38a2.09 2.09 0 0 0-2.28-.81l-16.52 4.75c-.64.19-1.16.67-1.39 1.31c-.22.63-.13 1.33.26 1.89l9.27 13.25c-1.62.24-3.3.39-5.07.39"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M102.61 107.83c10.8-9.85 16.84-24.08 16.84-39.9c0-29.73-21.33-53.82-55.45-53.82S8.55 38.21 8.55 67.93c0 29.73 21.33 53.82 55.45 53.82c7.69 0 14.72-1.23 21.01-3.47l5.97 8.54a2.08 2.08 0 0 0 2.28.81l16.51-4.75c.64-.19 1.16-.67 1.39-1.31c.22-.63.13-1.33-.26-1.89zM64 95.89c-17.72 0-28.81-12.52-28.81-27.96S46.27 39.97 64 39.97s28.81 12.52 28.81 27.96c0 6.65-2.07 12.76-5.82 17.56l-7.26-10.38a2.09 2.09 0 0 0-2.28-.81l-16.52 4.75c-.64.19-1.16.67-1.39 1.31c-.22.63-.13 1.33.26 1.89l9.27 13.25c-1.62.24-3.3.39-5.07.39"/></svg> </template>
CSS
.icon-letter-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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20d%3D%22M102.61%20107.83c10.8-9.85%2016.84-24.08%2016.84-39.9c0-29.73-21.33-53.82-55.45-53.82S8.55%2038.21%208.55%2067.93c0%2029.73%2021.33%2053.82%2055.45%2053.82c7.69%200%2014.72-1.23%2021.01-3.47l5.97%208.54a2.08%202.08%200%200%200%202.28.81l16.51-4.75c.64-.19%201.16-.67%201.39-1.31c.22-.63.13-1.33-.26-1.89zM64%2095.89c-17.72%200-28.81-12.52-28.81-27.96S46.27%2039.97%2064%2039.97s28.81%2012.52%2028.81%2027.96c0%206.65-2.07%2012.76-5.82%2017.56l-7.26-10.38a2.09%202.09%200%200%200-2.28-.81l-16.52%204.75c-.64.19-1.16.67-1.39%201.31c-.22.63-.13%201.33.26%201.89l9.27%2013.25c-1.62.24-3.3.39-5.07.39%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20d%3D%22M102.61%20107.83c10.8-9.85%2016.84-24.08%2016.84-39.9c0-29.73-21.33-53.82-55.45-53.82S8.55%2038.21%208.55%2067.93c0%2029.73%2021.33%2053.82%2055.45%2053.82c7.69%200%2014.72-1.23%2021.01-3.47l5.97%208.54a2.08%202.08%200%200%200%202.28.81l16.51-4.75c.64-.19%201.16-.67%201.39-1.31c.22-.63.13-1.33-.26-1.89zM64%2095.89c-17.72%200-28.81-12.52-28.81-27.96S46.27%2039.97%2064%2039.97s28.81%2012.52%2028.81%2027.96c0%206.65-2.07%2012.76-5.82%2017.56l-7.26-10.38a2.09%202.09%200%200%200-2.28-.81l-16.52%204.75c-.64.19-1.16.67-1.39%201.31c-.22.63-.13%201.33.26%201.89l9.27%2013.25c-1.62.24-3.3.39-5.07.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/letter-q.svg?color=%231a73e8&size=48