letter q emoji
letter-q from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- letter-q
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the letter q emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M44.9 37.4c-.5 1.7-1.3 3-2.3 4.1l3.3 3.1l-3.1 3.4l-3.5-3.3c-1.1.6-2 1.1-2.8 1.4c-1.3.4-2.9.7-4.7.7c-3.8 0-6.9-1.1-9.4-3.4q-4.5-4.05-4.5-12c0-7.95 1.5-9.3 4.6-12c2.5-2.2 5.6-3.3 9.4-3.3s6.9 1.2 9.4 3.5c2.9 2.7 4.4 6.5 4.4 11.4c.1 2.5-.2 4.7-.8 6.4m-11 3.9c.4-.1.8-.3 1.4-.5l-3-2.8l3.1-3.3l2.9 2.8c.5-.9.8-1.8 1-2.5c.3-1.1.4-2.3.4-3.7c0-3.3-.7-5.8-2-7.5c-1.3-1.8-3.3-2.7-5.8-2.7c-2.4 0-4.3.9-5.7 2.6S24 28 24 31.4c0 4 1 6.8 3.1 8.5c1.3 1.1 2.9 1.7 4.8 1.7c.7 0 1.4-.1 2-.3"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneLetterQ(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M44.9 37.4c-.5 1.7-1.3 3-2.3 4.1l3.3 3.1l-3.1 3.4l-3.5-3.3c-1.1.6-2 1.1-2.8 1.4c-1.3.4-2.9.7-4.7.7c-3.8 0-6.9-1.1-9.4-3.4q-4.5-4.05-4.5-12c0-7.95 1.5-9.3 4.6-12c2.5-2.2 5.6-3.3 9.4-3.3s6.9 1.2 9.4 3.5c2.9 2.7 4.4 6.5 4.4 11.4c.1 2.5-.2 4.7-.8 6.4m-11 3.9c.4-.1.8-.3 1.4-.5l-3-2.8l3.1-3.3l2.9 2.8c.5-.9.8-1.8 1-2.5c.3-1.1.4-2.3.4-3.7c0-3.3-.7-5.8-2-7.5c-1.3-1.8-3.3-2.7-5.8-2.7c-2.4 0-4.3.9-5.7 2.6S24 28 24 31.4c0 4 1 6.8 3.1 8.5c1.3 1.1 2.9 1.7 4.8 1.7c.7 0 1.4-.1 2-.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M44.9 37.4c-.5 1.7-1.3 3-2.3 4.1l3.3 3.1l-3.1 3.4l-3.5-3.3c-1.1.6-2 1.1-2.8 1.4c-1.3.4-2.9.7-4.7.7c-3.8 0-6.9-1.1-9.4-3.4q-4.5-4.05-4.5-12c0-7.95 1.5-9.3 4.6-12c2.5-2.2 5.6-3.3 9.4-3.3s6.9 1.2 9.4 3.5c2.9 2.7 4.4 6.5 4.4 11.4c.1 2.5-.2 4.7-.8 6.4m-11 3.9c.4-.1.8-.3 1.4-.5l-3-2.8l3.1-3.3l2.9 2.8c.5-.9.8-1.8 1-2.5c.3-1.1.4-2.3.4-3.7c0-3.3-.7-5.8-2-7.5c-1.3-1.8-3.3-2.7-5.8-2.7c-2.4 0-4.3.9-5.7 2.6S24 28 24 31.4c0 4 1 6.8 3.1 8.5c1.3 1.1 2.9 1.7 4.8 1.7c.7 0 1.4-.1 2-.3"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M44.9%2037.4c-.5%201.7-1.3%203-2.3%204.1l3.3%203.1l-3.1%203.4l-3.5-3.3c-1.1.6-2%201.1-2.8%201.4c-1.3.4-2.9.7-4.7.7c-3.8%200-6.9-1.1-9.4-3.4q-4.5-4.05-4.5-12c0-7.95%201.5-9.3%204.6-12c2.5-2.2%205.6-3.3%209.4-3.3s6.9%201.2%209.4%203.5c2.9%202.7%204.4%206.5%204.4%2011.4c.1%202.5-.2%204.7-.8%206.4m-11%203.9c.4-.1.8-.3%201.4-.5l-3-2.8l3.1-3.3l2.9%202.8c.5-.9.8-1.8%201-2.5c.3-1.1.4-2.3.4-3.7c0-3.3-.7-5.8-2-7.5c-1.3-1.8-3.3-2.7-5.8-2.7c-2.4%200-4.3.9-5.7%202.6S24%2028%2024%2031.4c0%204%201%206.8%203.1%208.5c1.3%201.1%202.9%201.7%204.8%201.7c.7%200%201.4-.1%202-.3%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M44.9%2037.4c-.5%201.7-1.3%203-2.3%204.1l3.3%203.1l-3.1%203.4l-3.5-3.3c-1.1.6-2%201.1-2.8%201.4c-1.3.4-2.9.7-4.7.7c-3.8%200-6.9-1.1-9.4-3.4q-4.5-4.05-4.5-12c0-7.95%201.5-9.3%204.6-12c2.5-2.2%205.6-3.3%209.4-3.3s6.9%201.2%209.4%203.5c2.9%202.7%204.4%206.5%204.4%2011.4c.1%202.5-.2%204.7-.8%206.4m-11%203.9c.4-.1.8-.3%201.4-.5l-3-2.8l3.1-3.3l2.9%202.8c.5-.9.8-1.8%201-2.5c.3-1.1.4-2.3.4-3.7c0-3.3-.7-5.8-2-7.5c-1.3-1.8-3.3-2.7-5.8-2.7c-2.4%200-4.3.9-5.7%202.6S24%2028%2024%2031.4c0%204%201%206.8%203.1%208.5c1.3%201.1%202.9%201.7%204.8%201.7c.7%200%201.4-.1%202-.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/letter-q.svg?color=%231a73e8&size=48