ar logo
ar from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- ar
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the ar logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.414a7.586 7.586 0 1 0 0 15.173a7.586 7.586 0 0 0 0-15.173M3 12a9 9 0 1 1 18.001 0A9 9 0 0 1 3 12"/><path fill="currentColor" d="M13.268 14.71a1.5 1.5 0 0 1-.102-.279a4 4 0 0 1-.073-.332a2.2 2.2 0 0 1-1.208.67a2.6 2.6 0 0 1-.574.061a2.8 2.8 0 0 1-.925-.145a2.2 2.2 0 0 1-.718-.405c-.199-.17-.36-.38-.471-.616a1.8 1.8 0 0 1-.17-.785q0-1.033.768-1.595c.515-.379 1.282-.59 2.301-.59h.737v-.365c0-.566-.43-1.02-.997-1.02c-.342 0-.592.118-.749.267q-.235.217-.235.586h-1.68q0-.417.182-.791c.125-.25.304-.513.537-.703q.357-.284.864-.447q.513-.17 1.172-.169q.591 0 1.1.145q.513.145.888.43q.374.283.585.718q.212.429.212.997v2.802q0 .527.067.87q.066.345.193.593v.102zm-.94-1.397c.237-.13.407-.303.503-.47v-1.085h-.656c-.5 0-1.155.053-1.384.577c-.144.32-.111.724.152.973c.392.363.971.234 1.386.005"/></svg>
React
import type { SVGProps } from "react";
export function TokenAr(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 4.414a7.586 7.586 0 1 0 0 15.173a7.586 7.586 0 0 0 0-15.173M3 12a9 9 0 1 1 18.001 0A9 9 0 0 1 3 12"/><path fill="currentColor" d="M13.268 14.71a1.5 1.5 0 0 1-.102-.279a4 4 0 0 1-.073-.332a2.2 2.2 0 0 1-1.208.67a2.6 2.6 0 0 1-.574.061a2.8 2.8 0 0 1-.925-.145a2.2 2.2 0 0 1-.718-.405c-.199-.17-.36-.38-.471-.616a1.8 1.8 0 0 1-.17-.785q0-1.033.768-1.595c.515-.379 1.282-.59 2.301-.59h.737v-.365c0-.566-.43-1.02-.997-1.02c-.342 0-.592.118-.749.267q-.235.217-.235.586h-1.68q0-.417.182-.791c.125-.25.304-.513.537-.703q.357-.284.864-.447q.513-.17 1.172-.169q.591 0 1.1.145q.513.145.888.43q.374.283.585.718q.212.429.212.997v2.802q0 .527.067.87q.066.345.193.593v.102zm-.94-1.397c.237-.13.407-.303.503-.47v-1.085h-.656c-.5 0-1.155.053-1.384.577c-.144.32-.111.724.152.973c.392.363.971.234 1.386.005"/></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 4.414a7.586 7.586 0 1 0 0 15.173a7.586 7.586 0 0 0 0-15.173M3 12a9 9 0 1 1 18.001 0A9 9 0 0 1 3 12"/><path fill="currentColor" d="M13.268 14.71a1.5 1.5 0 0 1-.102-.279a4 4 0 0 1-.073-.332a2.2 2.2 0 0 1-1.208.67a2.6 2.6 0 0 1-.574.061a2.8 2.8 0 0 1-.925-.145a2.2 2.2 0 0 1-.718-.405c-.199-.17-.36-.38-.471-.616a1.8 1.8 0 0 1-.17-.785q0-1.033.768-1.595c.515-.379 1.282-.59 2.301-.59h.737v-.365c0-.566-.43-1.02-.997-1.02c-.342 0-.592.118-.749.267q-.235.217-.235.586h-1.68q0-.417.182-.791c.125-.25.304-.513.537-.703q.357-.284.864-.447q.513-.17 1.172-.169q.591 0 1.1.145q.513.145.888.43q.374.283.585.718q.212.429.212.997v2.802q0 .527.067.87q.066.345.193.593v.102zm-.94-1.397c.237-.13.407-.303.503-.47v-1.085h-.656c-.5 0-1.155.053-1.384.577c-.144.32-.111.724.152.973c.392.363.971.234 1.386.005"/></svg> </template>
CSS
.icon-ar {
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%204.414a7.586%207.586%200%201%200%200%2015.173a7.586%207.586%200%200%200%200-15.173M3%2012a9%209%200%201%201%2018.001%200A9%209%200%200%201%203%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.268%2014.71a1.5%201.5%200%200%201-.102-.279a4%204%200%200%201-.073-.332a2.2%202.2%200%200%201-1.208.67a2.6%202.6%200%200%201-.574.061a2.8%202.8%200%200%201-.925-.145a2.2%202.2%200%200%201-.718-.405c-.199-.17-.36-.38-.471-.616a1.8%201.8%200%200%201-.17-.785q0-1.033.768-1.595c.515-.379%201.282-.59%202.301-.59h.737v-.365c0-.566-.43-1.02-.997-1.02c-.342%200-.592.118-.749.267q-.235.217-.235.586h-1.68q0-.417.182-.791c.125-.25.304-.513.537-.703q.357-.284.864-.447q.513-.17%201.172-.169q.591%200%201.1.145q.513.145.888.43q.374.283.585.718q.212.429.212.997v2.802q0%20.527.067.87q.066.345.193.593v.102zm-.94-1.397c.237-.13.407-.303.503-.47v-1.085h-.656c-.5%200-1.155.053-1.384.577c-.144.32-.111.724.152.973c.392.363.971.234%201.386.005%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%204.414a7.586%207.586%200%201%200%200%2015.173a7.586%207.586%200%200%200%200-15.173M3%2012a9%209%200%201%201%2018.001%200A9%209%200%200%201%203%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.268%2014.71a1.5%201.5%200%200%201-.102-.279a4%204%200%200%201-.073-.332a2.2%202.2%200%200%201-1.208.67a2.6%202.6%200%200%201-.574.061a2.8%202.8%200%200%201-.925-.145a2.2%202.2%200%200%201-.718-.405c-.199-.17-.36-.38-.471-.616a1.8%201.8%200%200%201-.17-.785q0-1.033.768-1.595c.515-.379%201.282-.59%202.301-.59h.737v-.365c0-.566-.43-1.02-.997-1.02c-.342%200-.592.118-.749.267q-.235.217-.235.586h-1.68q0-.417.182-.791c.125-.25.304-.513.537-.703q.357-.284.864-.447q.513-.17%201.172-.169q.591%200%201.1.145q.513.145.888.43q.374.283.585.718q.212.429.212.997v2.802q0%20.527.067.87q.066.345.193.593v.102zm-.94-1.397c.237-.13.407-.303.503-.47v-1.085h-.656c-.5%200-1.155.053-1.384.577c-.144.32-.111.724.152.973c.392.363.971.234%201.386.005%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ar.svg?color=%231a73e8&size=48