buy logo
buy from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- buy
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the buy 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(#tokenBrandedBuy)" d="M21.924 11.924a9.925 9.925 0 1 1-19.849.3v-8.42A1.804 1.804 0 0 1 3.88 2H12a9.924 9.924 0 0 1 9.924 9.924M5.684 4.773c0-.481-.421-.969-.902-.969c-.475 0-.902.482-.902.969v8.017c0 1.264.866 3.056 2.123 4.511a7.55 7.55 0 0 0 5.756 2.743c3.037 0 5.154-1.16 6.496-2.767c1.323-1.588 1.858-3.548 1.858-5.118s-.547-3.597-1.786-5.251a7.31 7.31 0 0 0-6.015-3.043c-.481 0-.866.457-.866.944c0 .481.385.872.866.872c2.178 0 3.67.992 4.644 2.286a7.24 7.24 0 0 1 1.359 4.198c0 1.209-.343 2.755-1.366 3.982c-.998 1.19-2.628 2.093-5.178 2.093a5.8 5.8 0 0 1-4.475-2.093c-1.065-1.24-1.612-2.635-1.612-3.357zm3.609 0c0-.481-.421-.969-.896-.969s-.909.482-.909.969v7.392c0 1.654 1.6 4.06 4.554 4.06c2.46 0 4.469-1.847 4.469-4.33a4.337 4.337 0 0 0-4.193-4.205a.873.873 0 0 0-.866.878c0 .481.385.878.866.878c1.263 0 2.388 1.173 2.388 2.448c0 1.546-1.155 2.58-2.664 2.58c-1.793 0-2.75-1.395-2.75-2.31z"/><defs><linearGradient id="tokenBrandedBuy" x1="11.999" x2="11.999" y1="2" y2="21.849" gradientUnits="userSpaceOnUse"><stop stop-color="#FADB67"/><stop offset=".98" stop-color="#E15015"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedBuy(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(#tokenBrandedBuy)" d="M21.924 11.924a9.925 9.925 0 1 1-19.849.3v-8.42A1.804 1.804 0 0 1 3.88 2H12a9.924 9.924 0 0 1 9.924 9.924M5.684 4.773c0-.481-.421-.969-.902-.969c-.475 0-.902.482-.902.969v8.017c0 1.264.866 3.056 2.123 4.511a7.55 7.55 0 0 0 5.756 2.743c3.037 0 5.154-1.16 6.496-2.767c1.323-1.588 1.858-3.548 1.858-5.118s-.547-3.597-1.786-5.251a7.31 7.31 0 0 0-6.015-3.043c-.481 0-.866.457-.866.944c0 .481.385.872.866.872c2.178 0 3.67.992 4.644 2.286a7.24 7.24 0 0 1 1.359 4.198c0 1.209-.343 2.755-1.366 3.982c-.998 1.19-2.628 2.093-5.178 2.093a5.8 5.8 0 0 1-4.475-2.093c-1.065-1.24-1.612-2.635-1.612-3.357zm3.609 0c0-.481-.421-.969-.896-.969s-.909.482-.909.969v7.392c0 1.654 1.6 4.06 4.554 4.06c2.46 0 4.469-1.847 4.469-4.33a4.337 4.337 0 0 0-4.193-4.205a.873.873 0 0 0-.866.878c0 .481.385.878.866.878c1.263 0 2.388 1.173 2.388 2.448c0 1.546-1.155 2.58-2.664 2.58c-1.793 0-2.75-1.395-2.75-2.31z"/><defs><linearGradient id="tokenBrandedBuy" x1="11.999" x2="11.999" y1="2" y2="21.849" gradientUnits="userSpaceOnUse"><stop stopColor="#FADB67"/><stop offset=".98" stopColor="#E15015"/></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(#tokenBrandedBuy)" d="M21.924 11.924a9.925 9.925 0 1 1-19.849.3v-8.42A1.804 1.804 0 0 1 3.88 2H12a9.924 9.924 0 0 1 9.924 9.924M5.684 4.773c0-.481-.421-.969-.902-.969c-.475 0-.902.482-.902.969v8.017c0 1.264.866 3.056 2.123 4.511a7.55 7.55 0 0 0 5.756 2.743c3.037 0 5.154-1.16 6.496-2.767c1.323-1.588 1.858-3.548 1.858-5.118s-.547-3.597-1.786-5.251a7.31 7.31 0 0 0-6.015-3.043c-.481 0-.866.457-.866.944c0 .481.385.872.866.872c2.178 0 3.67.992 4.644 2.286a7.24 7.24 0 0 1 1.359 4.198c0 1.209-.343 2.755-1.366 3.982c-.998 1.19-2.628 2.093-5.178 2.093a5.8 5.8 0 0 1-4.475-2.093c-1.065-1.24-1.612-2.635-1.612-3.357zm3.609 0c0-.481-.421-.969-.896-.969s-.909.482-.909.969v7.392c0 1.654 1.6 4.06 4.554 4.06c2.46 0 4.469-1.847 4.469-4.33a4.337 4.337 0 0 0-4.193-4.205a.873.873 0 0 0-.866.878c0 .481.385.878.866.878c1.263 0 2.388 1.173 2.388 2.448c0 1.546-1.155 2.58-2.664 2.58c-1.793 0-2.75-1.395-2.75-2.31z"/><defs><linearGradient id="tokenBrandedBuy" x1="11.999" x2="11.999" y1="2" y2="21.849" gradientUnits="userSpaceOnUse"><stop stop-color="#FADB67"/><stop offset=".98" stop-color="#E15015"/></linearGradient></defs></g></svg> </template>
CSS
.icon-buy {
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(%23tokenBrandedBuy)%22%20d%3D%22M21.924%2011.924a9.925%209.925%200%201%201-19.849.3v-8.42A1.804%201.804%200%200%201%203.88%202H12a9.924%209.924%200%200%201%209.924%209.924M5.684%204.773c0-.481-.421-.969-.902-.969c-.475%200-.902.482-.902.969v8.017c0%201.264.866%203.056%202.123%204.511a7.55%207.55%200%200%200%205.756%202.743c3.037%200%205.154-1.16%206.496-2.767c1.323-1.588%201.858-3.548%201.858-5.118s-.547-3.597-1.786-5.251a7.31%207.31%200%200%200-6.015-3.043c-.481%200-.866.457-.866.944c0%20.481.385.872.866.872c2.178%200%203.67.992%204.644%202.286a7.24%207.24%200%200%201%201.359%204.198c0%201.209-.343%202.755-1.366%203.982c-.998%201.19-2.628%202.093-5.178%202.093a5.8%205.8%200%200%201-4.475-2.093c-1.065-1.24-1.612-2.635-1.612-3.357zm3.609%200c0-.481-.421-.969-.896-.969s-.909.482-.909.969v7.392c0%201.654%201.6%204.06%204.554%204.06c2.46%200%204.469-1.847%204.469-4.33a4.337%204.337%200%200%200-4.193-4.205a.873.873%200%200%200-.866.878c0%20.481.385.878.866.878c1.263%200%202.388%201.173%202.388%202.448c0%201.546-1.155%202.58-2.664%202.58c-1.793%200-2.75-1.395-2.75-2.31z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedBuy%22%20x1%3D%2211.999%22%20x2%3D%2211.999%22%20y1%3D%222%22%20y2%3D%2221.849%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FADB67%22%2F%3E%3Cstop%20offset%3D%22.98%22%20stop-color%3D%22%23E15015%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(%23tokenBrandedBuy)%22%20d%3D%22M21.924%2011.924a9.925%209.925%200%201%201-19.849.3v-8.42A1.804%201.804%200%200%201%203.88%202H12a9.924%209.924%200%200%201%209.924%209.924M5.684%204.773c0-.481-.421-.969-.902-.969c-.475%200-.902.482-.902.969v8.017c0%201.264.866%203.056%202.123%204.511a7.55%207.55%200%200%200%205.756%202.743c3.037%200%205.154-1.16%206.496-2.767c1.323-1.588%201.858-3.548%201.858-5.118s-.547-3.597-1.786-5.251a7.31%207.31%200%200%200-6.015-3.043c-.481%200-.866.457-.866.944c0%20.481.385.872.866.872c2.178%200%203.67.992%204.644%202.286a7.24%207.24%200%200%201%201.359%204.198c0%201.209-.343%202.755-1.366%203.982c-.998%201.19-2.628%202.093-5.178%202.093a5.8%205.8%200%200%201-4.475-2.093c-1.065-1.24-1.612-2.635-1.612-3.357zm3.609%200c0-.481-.421-.969-.896-.969s-.909.482-.909.969v7.392c0%201.654%201.6%204.06%204.554%204.06c2.46%200%204.469-1.847%204.469-4.33a4.337%204.337%200%200%200-4.193-4.205a.873.873%200%200%200-.866.878c0%20.481.385.878.866.878c1.263%200%202.388%201.173%202.388%202.448c0%201.546-1.155%202.58-2.664%202.58c-1.793%200-2.75-1.395-2.75-2.31z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedBuy%22%20x1%3D%2211.999%22%20x2%3D%2211.999%22%20y1%3D%222%22%20y2%3D%2221.849%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FADB67%22%2F%3E%3Cstop%20offset%3D%22.98%22%20stop-color%3D%22%23E15015%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/buy.svg?color=%231a73e8&size=48