aero logo
aero from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- aero
- Set
- Web3 Icons
- Style
- Mono
- 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"><path fill="currentColor" 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="currentColor" d="M6.193 14.048c1.249-2.618 2.51-5.242 3.758-7.872l.145-.019c.673 1.225 1.358 2.43 2.055 3.697a27.7 27.7 0 0 0-5.958 4.194m6.025 1.734c-.067.048-.128.12-.206.145c-1.473.606-2.952 1.17-4.528 1.394a4 4 0 0 1-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-.061.303-.14.485-.219l-.267-.484h1.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.139.643 1.2a7.6 7.6 0 0 0 1.818-.061c.788-.121 1.558-.346 2.334-.533"/><path fill="currentColor" d="m10.8 12.624l2.151-1.29l2.691 5.133l-.085.079z"/></svg>
React
import type { SVGProps } from "react";
export function TokenAero(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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="currentColor" d="M6.193 14.048c1.249-2.618 2.51-5.242 3.758-7.872l.145-.019c.673 1.225 1.358 2.43 2.055 3.697a27.7 27.7 0 0 0-5.958 4.194m6.025 1.734c-.067.048-.128.12-.206.145c-1.473.606-2.952 1.17-4.528 1.394a4 4 0 0 1-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-.061.303-.14.485-.219l-.267-.484h1.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.139.643 1.2a7.6 7.6 0 0 0 1.818-.061c.788-.121 1.558-.346 2.334-.533"/><path fill="currentColor" d="m10.8 12.624l2.151-1.29l2.691 5.133l-.085.079z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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="currentColor" d="M6.193 14.048c1.249-2.618 2.51-5.242 3.758-7.872l.145-.019c.673 1.225 1.358 2.43 2.055 3.697a27.7 27.7 0 0 0-5.958 4.194m6.025 1.734c-.067.048-.128.12-.206.145c-1.473.606-2.952 1.17-4.528 1.394a4 4 0 0 1-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-.061.303-.14.485-.219l-.267-.484h1.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.139.643 1.2a7.6 7.6 0 0 0 1.818-.061c.788-.121 1.558-.346 2.334-.533"/><path fill="currentColor" d="m10.8 12.624l2.151-1.29l2.691 5.133l-.085.079z"/></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%3Cpath%20fill%3D%22currentColor%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%22currentColor%22%20d%3D%22M6.193%2014.048c1.249-2.618%202.51-5.242%203.758-7.872l.145-.019c.673%201.225%201.358%202.43%202.055%203.697a27.7%2027.7%200%200%200-5.958%204.194m6.025%201.734c-.067.048-.128.12-.206.145c-1.473.606-2.952%201.17-4.528%201.394a4%204%200%200%201-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-.061.303-.14.485-.219l-.267-.484h1.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.139.643%201.2a7.6%207.6%200%200%200%201.818-.061c.788-.121%201.558-.346%202.334-.533%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.8%2012.624l2.151-1.29l2.691%205.133l-.085.079z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%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%22currentColor%22%20d%3D%22M6.193%2014.048c1.249-2.618%202.51-5.242%203.758-7.872l.145-.019c.673%201.225%201.358%202.43%202.055%203.697a27.7%2027.7%200%200%200-5.958%204.194m6.025%201.734c-.067.048-.128.12-.206.145c-1.473.606-2.952%201.17-4.528%201.394a4%204%200%200%201-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-.061.303-.14.485-.219l-.267-.484h1.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.139.643%201.2a7.6%207.6%200%200%200%201.818-.061c.788-.121%201.558-.346%202.334-.533%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.8%2012.624l2.151-1.29l2.691%205.133l-.085.079z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/aero.svg?color=%231a73e8&size=48