aero logo
aero from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- aero
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the aero logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#tokenBrandedAero)" d="M12 21.697a9.697 9.697 0 1 1 0-19.393a9.697 9.697 0 0 1 0 19.393"/><path fill="#fff" d="M12 2.606a9.394 9.394 0 1 1 0 18.789a9.394 9.394 0 0 1 0-18.789M22 12a10 10 0 1 0-20 0a10 10 0 0 0 20 0"/><path fill="#fff" d="M6.193 14.049c1.249-2.619 2.51-5.243 3.758-7.873l.145-.018c.673 1.224 1.358 2.43 2.055 3.697a27.7 27.7 0 0 0-5.958 4.194m6.025 1.733c-.067.048-.128.121-.206.145c-1.473.606-2.952 1.17-4.528 1.394c-.424.06-.872.049-1.29-.03c-.716-.14-.982-.679-.68-1.346c.2-.412.467-.824.776-1.17c1.164-1.302 2.582-2.272 4.055-3.187a44.5 44.5 0 0 1 6.63-3.315c.158-.06.303-.14.485-.218l-.267-.485h1.71l.03.06l-1.073.473A37 37 0 0 0 9 13.388c-.455.376-.843.83-1.237 1.26c-.14.146-.248.334-.34.528c-.302.63-.048 1.14.643 1.2a7.6 7.6 0 0 0 1.818-.06c.788-.122 1.558-.346 2.334-.534"/><path fill="#fff" d="m10.8 12.624l2.151-1.29l2.691 5.133l-.085.079z"/><defs><linearGradient id="tokenBrandedAero" x1="18.281" x2="-2.338" y1="5.469" y2="29.15" gradientUnits="userSpaceOnUse"><stop stop-color="#1A1E21"/><stop offset="1" stop-color="#06060A"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedAero(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#tokenBrandedAero)" d="M12 21.697a9.697 9.697 0 1 1 0-19.393a9.697 9.697 0 0 1 0 19.393"/><path fill="#fff" d="M12 2.606a9.394 9.394 0 1 1 0 18.789a9.394 9.394 0 0 1 0-18.789M22 12a10 10 0 1 0-20 0a10 10 0 0 0 20 0"/><path fill="#fff" d="M6.193 14.049c1.249-2.619 2.51-5.243 3.758-7.873l.145-.018c.673 1.224 1.358 2.43 2.055 3.697a27.7 27.7 0 0 0-5.958 4.194m6.025 1.733c-.067.048-.128.121-.206.145c-1.473.606-2.952 1.17-4.528 1.394c-.424.06-.872.049-1.29-.03c-.716-.14-.982-.679-.68-1.346c.2-.412.467-.824.776-1.17c1.164-1.302 2.582-2.272 4.055-3.187a44.5 44.5 0 0 1 6.63-3.315c.158-.06.303-.14.485-.218l-.267-.485h1.71l.03.06l-1.073.473A37 37 0 0 0 9 13.388c-.455.376-.843.83-1.237 1.26c-.14.146-.248.334-.34.528c-.302.63-.048 1.14.643 1.2a7.6 7.6 0 0 0 1.818-.06c.788-.122 1.558-.346 2.334-.534"/><path fill="#fff" d="m10.8 12.624l2.151-1.29l2.691 5.133l-.085.079z"/><defs><linearGradient id="tokenBrandedAero" x1="18.281" x2="-2.338" y1="5.469" y2="29.15" gradientUnits="userSpaceOnUse"><stop stopColor="#1A1E21"/><stop offset="1" stopColor="#06060A"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#tokenBrandedAero)" d="M12 21.697a9.697 9.697 0 1 1 0-19.393a9.697 9.697 0 0 1 0 19.393"/><path fill="#fff" d="M12 2.606a9.394 9.394 0 1 1 0 18.789a9.394 9.394 0 0 1 0-18.789M22 12a10 10 0 1 0-20 0a10 10 0 0 0 20 0"/><path fill="#fff" d="M6.193 14.049c1.249-2.619 2.51-5.243 3.758-7.873l.145-.018c.673 1.224 1.358 2.43 2.055 3.697a27.7 27.7 0 0 0-5.958 4.194m6.025 1.733c-.067.048-.128.121-.206.145c-1.473.606-2.952 1.17-4.528 1.394c-.424.06-.872.049-1.29-.03c-.716-.14-.982-.679-.68-1.346c.2-.412.467-.824.776-1.17c1.164-1.302 2.582-2.272 4.055-3.187a44.5 44.5 0 0 1 6.63-3.315c.158-.06.303-.14.485-.218l-.267-.485h1.71l.03.06l-1.073.473A37 37 0 0 0 9 13.388c-.455.376-.843.83-1.237 1.26c-.14.146-.248.334-.34.528c-.302.63-.048 1.14.643 1.2a7.6 7.6 0 0 0 1.818-.06c.788-.122 1.558-.346 2.334-.534"/><path fill="#fff" d="m10.8 12.624l2.151-1.29l2.691 5.133l-.085.079z"/><defs><linearGradient id="tokenBrandedAero" x1="18.281" x2="-2.338" y1="5.469" y2="29.15" gradientUnits="userSpaceOnUse"><stop stop-color="#1A1E21"/><stop offset="1" stop-color="#06060A"/></linearGradient></defs></g></svg> </template>
CSS
.icon-aero {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23tokenBrandedAero)%22%20d%3D%22M12%2021.697a9.697%209.697%200%201%201%200-19.393a9.697%209.697%200%200%201%200%2019.393%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%202.606a9.394%209.394%200%201%201%200%2018.789a9.394%209.394%200%200%201%200-18.789M22%2012a10%2010%200%201%200-20%200a10%2010%200%200%200%2020%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.193%2014.049c1.249-2.619%202.51-5.243%203.758-7.873l.145-.018c.673%201.224%201.358%202.43%202.055%203.697a27.7%2027.7%200%200%200-5.958%204.194m6.025%201.733c-.067.048-.128.121-.206.145c-1.473.606-2.952%201.17-4.528%201.394c-.424.06-.872.049-1.29-.03c-.716-.14-.982-.679-.68-1.346c.2-.412.467-.824.776-1.17c1.164-1.302%202.582-2.272%204.055-3.187a44.5%2044.5%200%200%201%206.63-3.315c.158-.06.303-.14.485-.218l-.267-.485h1.71l.03.06l-1.073.473A37%2037%200%200%200%209%2013.388c-.455.376-.843.83-1.237%201.26c-.14.146-.248.334-.34.528c-.302.63-.048%201.14.643%201.2a7.6%207.6%200%200%200%201.818-.06c.788-.122%201.558-.346%202.334-.534%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m10.8%2012.624l2.151-1.29l2.691%205.133l-.085.079z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedAero%22%20x1%3D%2218.281%22%20x2%3D%22-2.338%22%20y1%3D%225.469%22%20y2%3D%2229.15%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231A1E21%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2306060A%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23tokenBrandedAero)%22%20d%3D%22M12%2021.697a9.697%209.697%200%201%201%200-19.393a9.697%209.697%200%200%201%200%2019.393%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%202.606a9.394%209.394%200%201%201%200%2018.789a9.394%209.394%200%200%201%200-18.789M22%2012a10%2010%200%201%200-20%200a10%2010%200%200%200%2020%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.193%2014.049c1.249-2.619%202.51-5.243%203.758-7.873l.145-.018c.673%201.224%201.358%202.43%202.055%203.697a27.7%2027.7%200%200%200-5.958%204.194m6.025%201.733c-.067.048-.128.121-.206.145c-1.473.606-2.952%201.17-4.528%201.394c-.424.06-.872.049-1.29-.03c-.716-.14-.982-.679-.68-1.346c.2-.412.467-.824.776-1.17c1.164-1.302%202.582-2.272%204.055-3.187a44.5%2044.5%200%200%201%206.63-3.315c.158-.06.303-.14.485-.218l-.267-.485h1.71l.03.06l-1.073.473A37%2037%200%200%200%209%2013.388c-.455.376-.843.83-1.237%201.26c-.14.146-.248.334-.34.528c-.302.63-.048%201.14.643%201.2a7.6%207.6%200%200%200%201.818-.06c.788-.122%201.558-.346%202.334-.534%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m10.8%2012.624l2.151-1.29l2.691%205.133l-.085.079z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedAero%22%20x1%3D%2218.281%22%20x2%3D%22-2.338%22%20y1%3D%225.469%22%20y2%3D%2229.15%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231A1E21%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2306060A%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/aero.svg?color=%231a73e8&size=48