aq logo
aq from Flagpack by Yummygum · Rounded · MIT Free for personal and commercial use.
- Name
- aq
- Set
- Flagpack
- Style
- Rounded
- Viewbox
- 32×24
- License
- MIT
The same logo in other sets
Use the aq logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none"><path fill="#5196ed" fill-rule="evenodd" d="M0 0v24h32V0z" clip-rule="evenodd"/><mask id="SVGcFaS5cXn7" width="32" height="24" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" fill-rule="evenodd" d="M0 0v24h32V0z" clip-rule="evenodd"/></mask><g mask="url(#SVGcFaS5cXn7)"><path fill="#f5f8fb" fill-rule="evenodd" d="M8.717 7.894s2.064 1.132 2.352 1.445c.286.314.746 1.464 1.464.814c.717-.65 1.435-.145 1.435-1.181s1.07-3.44 2.625-2.838c1.554.603 2.832.226 3.19.467c.359.24 1.22 1.437 1.89 1.437s1.003.699 1.051 1.71c.048 1.013-.215 1.11.407 1.23s.86.579.55 1.18c-.31.603-.287.338-.24.965c.049.626-.62 4.321-2.678 4.683c-2.056.361-4.005.168-3.48-.53c.527-.7 1.255-1.503.18-1.672c-1.077-.169-1.755-.312-2.831-.023s-2.2.746-2.87-.12c-.67-.868-.526-1.495-1.076-1.905s-1.22-.337-.67-1.132s1.005-.498.55-1.125c-.454-.626-2.169-.9-2.169-1.525c0-.627-1.09-2 .32-1.88" clip-rule="evenodd"/></g></g></svg>
React
import type { SVGProps } from "react";
export function FlagpackAq(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none"><path fill="#5196ed" fillRule="evenodd" d="M0 0v24h32V0z" clipRule="evenodd"/><mask id="SVGcFaS5cXn7" width="32" height="24" x="0" y="0" maskUnits="userSpaceOnUse" style="maskType:luminance"><path fill="#fff" fillRule="evenodd" d="M0 0v24h32V0z" clipRule="evenodd"/></mask><g mask="url(#SVGcFaS5cXn7)"><path fill="#f5f8fb" fillRule="evenodd" d="M8.717 7.894s2.064 1.132 2.352 1.445c.286.314.746 1.464 1.464.814c.717-.65 1.435-.145 1.435-1.181s1.07-3.44 2.625-2.838c1.554.603 2.832.226 3.19.467c.359.24 1.22 1.437 1.89 1.437s1.003.699 1.051 1.71c.048 1.013-.215 1.11.407 1.23s.86.579.55 1.18c-.31.603-.287.338-.24.965c.049.626-.62 4.321-2.678 4.683c-2.056.361-4.005.168-3.48-.53c.527-.7 1.255-1.503.18-1.672c-1.077-.169-1.755-.312-2.831-.023s-2.2.746-2.87-.12c-.67-.868-.526-1.495-1.076-1.905s-1.22-.337-.67-1.132s1.005-.498.55-1.125c-.454-.626-2.169-.9-2.169-1.525c0-.627-1.09-2 .32-1.88" clipRule="evenodd"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none"><path fill="#5196ed" fill-rule="evenodd" d="M0 0v24h32V0z" clip-rule="evenodd"/><mask id="SVGcFaS5cXn7" width="32" height="24" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" fill-rule="evenodd" d="M0 0v24h32V0z" clip-rule="evenodd"/></mask><g mask="url(#SVGcFaS5cXn7)"><path fill="#f5f8fb" fill-rule="evenodd" d="M8.717 7.894s2.064 1.132 2.352 1.445c.286.314.746 1.464 1.464.814c.717-.65 1.435-.145 1.435-1.181s1.07-3.44 2.625-2.838c1.554.603 2.832.226 3.19.467c.359.24 1.22 1.437 1.89 1.437s1.003.699 1.051 1.71c.048 1.013-.215 1.11.407 1.23s.86.579.55 1.18c-.31.603-.287.338-.24.965c.049.626-.62 4.321-2.678 4.683c-2.056.361-4.005.168-3.48-.53c.527-.7 1.255-1.503.18-1.672c-1.077-.169-1.755-.312-2.831-.023s-2.2.746-2.87-.12c-.67-.868-.526-1.495-1.076-1.905s-1.22-.337-.67-1.132s1.005-.498.55-1.125c-.454-.626-2.169-.9-2.169-1.525c0-.627-1.09-2 .32-1.88" clip-rule="evenodd"/></g></g></svg> </template>
CSS
.icon-aq {
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%2032%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%235196ed%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v24h32V0z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cmask%20id%3D%22SVGcFaS5cXn7%22%20width%3D%2232%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3Aluminance%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v24h32V0z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGcFaS5cXn7)%22%3E%3Cpath%20fill%3D%22%23f5f8fb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.717%207.894s2.064%201.132%202.352%201.445c.286.314.746%201.464%201.464.814c.717-.65%201.435-.145%201.435-1.181s1.07-3.44%202.625-2.838c1.554.603%202.832.226%203.19.467c.359.24%201.22%201.437%201.89%201.437s1.003.699%201.051%201.71c.048%201.013-.215%201.11.407%201.23s.86.579.55%201.18c-.31.603-.287.338-.24.965c.049.626-.62%204.321-2.678%204.683c-2.056.361-4.005.168-3.48-.53c.527-.7%201.255-1.503.18-1.672c-1.077-.169-1.755-.312-2.831-.023s-2.2.746-2.87-.12c-.67-.868-.526-1.495-1.076-1.905s-1.22-.337-.67-1.132s1.005-.498.55-1.125c-.454-.626-2.169-.9-2.169-1.525c0-.627-1.09-2%20.32-1.88%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fg%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%2032%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%235196ed%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v24h32V0z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cmask%20id%3D%22SVGcFaS5cXn7%22%20width%3D%2232%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3Aluminance%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200v24h32V0z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGcFaS5cXn7)%22%3E%3Cpath%20fill%3D%22%23f5f8fb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.717%207.894s2.064%201.132%202.352%201.445c.286.314.746%201.464%201.464.814c.717-.65%201.435-.145%201.435-1.181s1.07-3.44%202.625-2.838c1.554.603%202.832.226%203.19.467c.359.24%201.22%201.437%201.89%201.437s1.003.699%201.051%201.71c.048%201.013-.215%201.11.407%201.23s.86.579.55%201.18c-.31.603-.287.338-.24.965c.049.626-.62%204.321-2.678%204.683c-2.056.361-4.005.168-3.48-.53c.527-.7%201.255-1.503.18-1.672c-1.077-.169-1.755-.312-2.831-.023s-2.2.746-2.87-.12c-.67-.868-.526-1.495-1.076-1.905s-1.22-.337-.67-1.132s1.005-.498.55-1.125c-.454-.626-2.169-.9-2.169-1.525c0-.627-1.09-2%20.32-1.88%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flagpack/aq.svg?color=%231a73e8&size=48