get logo
get from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- get
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the get logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.563 10.875V9.187L9.75 12l2.813 2.813v-1.688h5.099l-5.405 5.227L5.724 12l6.532-6.352l3.461 3.365c.212.206.499.321.798.321s.586-.115.798-.32a1.08 1.08 0 0 0 0-1.552l-4.258-4.14A1.15 1.15 0 0 0 12.256 3a1.14 1.14 0 0 0-.797.321L3.33 11.224a1.08 1.08 0 0 0-.331.777c0 .29.119.569.33.775l8.129 7.903c.211.206.499.321.797.321c.3 0 .587-.115.799-.321l7.438-7.232c.309-.293.507-.67.507-1.111c0-.442-.198-.819-.517-1.12c-.21-.201-.493-.341-.788-.341z"/></svg>
React
import type { SVGProps } from "react";
export function TokenGet(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.563 10.875V9.187L9.75 12l2.813 2.813v-1.688h5.099l-5.405 5.227L5.724 12l6.532-6.352l3.461 3.365c.212.206.499.321.798.321s.586-.115.798-.32a1.08 1.08 0 0 0 0-1.552l-4.258-4.14A1.15 1.15 0 0 0 12.256 3a1.14 1.14 0 0 0-.797.321L3.33 11.224a1.08 1.08 0 0 0-.331.777c0 .29.119.569.33.775l8.129 7.903c.211.206.499.321.797.321c.3 0 .587-.115.799-.321l7.438-7.232c.309-.293.507-.67.507-1.111c0-.442-.198-.819-.517-1.12c-.21-.201-.493-.341-.788-.341z"/></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.563 10.875V9.187L9.75 12l2.813 2.813v-1.688h5.099l-5.405 5.227L5.724 12l6.532-6.352l3.461 3.365c.212.206.499.321.798.321s.586-.115.798-.32a1.08 1.08 0 0 0 0-1.552l-4.258-4.14A1.15 1.15 0 0 0 12.256 3a1.14 1.14 0 0 0-.797.321L3.33 11.224a1.08 1.08 0 0 0-.331.777c0 .29.119.569.33.775l8.129 7.903c.211.206.499.321.797.321c.3 0 .587-.115.799-.321l7.438-7.232c.309-.293.507-.67.507-1.111c0-.442-.198-.819-.517-1.12c-.21-.201-.493-.341-.788-.341z"/></svg> </template>
CSS
.icon-get {
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.563%2010.875V9.187L9.75%2012l2.813%202.813v-1.688h5.099l-5.405%205.227L5.724%2012l6.532-6.352l3.461%203.365c.212.206.499.321.798.321s.586-.115.798-.32a1.08%201.08%200%200%200%200-1.552l-4.258-4.14A1.15%201.15%200%200%200%2012.256%203a1.14%201.14%200%200%200-.797.321L3.33%2011.224a1.08%201.08%200%200%200-.331.777c0%20.29.119.569.33.775l8.129%207.903c.211.206.499.321.797.321c.3%200%20.587-.115.799-.321l7.438-7.232c.309-.293.507-.67.507-1.111c0-.442-.198-.819-.517-1.12c-.21-.201-.493-.341-.788-.341z%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.563%2010.875V9.187L9.75%2012l2.813%202.813v-1.688h5.099l-5.405%205.227L5.724%2012l6.532-6.352l3.461%203.365c.212.206.499.321.798.321s.586-.115.798-.32a1.08%201.08%200%200%200%200-1.552l-4.258-4.14A1.15%201.15%200%200%200%2012.256%203a1.14%201.14%200%200%200-.797.321L3.33%2011.224a1.08%201.08%200%200%200-.331.777c0%20.29.119.569.33.775l8.129%207.903c.211.206.499.321.797.321c.3%200%20.587-.115.799-.321l7.438-7.232c.309-.293.507-.67.507-1.111c0-.442-.198-.819-.517-1.12c-.21-.201-.493-.341-.788-.341z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/get.svg?color=%231a73e8&size=48