boot logo
boot from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- boot
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the boot logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#00A200" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"/><path fill="url(#tokenBrandedBoot)" fill-opacity=".61" d="M12 20.75a8.75 8.75 0 1 0 0-17.5a8.75 8.75 0 0 0 0 17.5"/><defs><linearGradient id="tokenBrandedBoot" x1="12" x2="12" y1="3.25" y2="20.75" gradientUnits="userSpaceOnUse"><stop stop-color="#7DFF7D"/><stop offset=".56" stop-color="#00A200"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedBoot(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="#00A200" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"/><path fill="url(#tokenBrandedBoot)" fillOpacity=".61" d="M12 20.75a8.75 8.75 0 1 0 0-17.5a8.75 8.75 0 0 0 0 17.5"/><defs><linearGradient id="tokenBrandedBoot" x1="12" x2="12" y1="3.25" y2="20.75" gradientUnits="userSpaceOnUse"><stop stopColor="#7DFF7D"/><stop offset=".56" stopColor="#00A200"/></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="#00A200" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"/><path fill="url(#tokenBrandedBoot)" fill-opacity=".61" d="M12 20.75a8.75 8.75 0 1 0 0-17.5a8.75 8.75 0 0 0 0 17.5"/><defs><linearGradient id="tokenBrandedBoot" x1="12" x2="12" y1="3.25" y2="20.75" gradientUnits="userSpaceOnUse"><stop stop-color="#7DFF7D"/><stop offset=".56" stop-color="#00A200"/></linearGradient></defs></g></svg> </template>
CSS
.icon-boot {
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%22%2300A200%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%2F%3E%3Cpath%20fill%3D%22url(%23tokenBrandedBoot)%22%20fill-opacity%3D%22.61%22%20d%3D%22M12%2020.75a8.75%208.75%200%201%200%200-17.5a8.75%208.75%200%200%200%200%2017.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedBoot%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223.25%22%20y2%3D%2220.75%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237DFF7D%22%2F%3E%3Cstop%20offset%3D%22.56%22%20stop-color%3D%22%2300A200%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%22%2300A200%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%2F%3E%3Cpath%20fill%3D%22url(%23tokenBrandedBoot)%22%20fill-opacity%3D%22.61%22%20d%3D%22M12%2020.75a8.75%208.75%200%201%200%200-17.5a8.75%208.75%200%200%200%200%2017.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedBoot%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223.25%22%20y2%3D%2220.75%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237DFF7D%22%2F%3E%3Cstop%20offset%3D%22.56%22%20stop-color%3D%22%2300A200%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/boot.svg?color=%231a73e8&size=48