san logo
san from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- san
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the san logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.192 8.096l-.328 1.063c-.622-.098-1.203-.22-1.783-.278c-.344-.033-.705.057-.835.442c-.14.401-.156.818.171 1.129c.344.32.737.573 1.114.843c.343.262.711.491 1.014.785c.81.819.95 1.8.622 2.865a2.02 2.02 0 0 1-1.269 1.276a4.15 4.15 0 0 1-3.354-.4l.384-1.114c.565.148 1.072.328 1.596.41c.5.081 1.023 0 1.284-.516a1.23 1.23 0 0 0-.229-1.473c-.31-.32-.703-.557-1.063-.818c-.246-.18-.524-.328-.761-.508a2.57 2.57 0 0 1-.778-3.093a1.7 1.7 0 0 1 1.203-1.007a4.16 4.16 0 0 1 3.012.394M7.579 11.85a1.05 1.05 0 0 1-1.031 1.04c-.573 0-1.064-.491-1.048-1.064a1.074 1.074 0 0 1 1.064-1.023A1.03 1.03 0 0 1 7.58 11.85m9.901-1.014c.574 0 .99.41.999.99a1.05 1.05 0 0 1-1.047 1.064a1.05 1.05 0 0 1-1.024-1.048c0-.597.434-1.014 1.065-1.014z"/><path fill="currentColor" fill-rule="evenodd" d="M12 19.875a7.875 7.875 0 1 0 0-15.75a7.875 7.875 0 0 0 0 15.75M12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9a9 9 0 0 0-9 9a9 9 0 0 0 9 9" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenSan(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="m14.192 8.096l-.328 1.063c-.622-.098-1.203-.22-1.783-.278c-.344-.033-.705.057-.835.442c-.14.401-.156.818.171 1.129c.344.32.737.573 1.114.843c.343.262.711.491 1.014.785c.81.819.95 1.8.622 2.865a2.02 2.02 0 0 1-1.269 1.276a4.15 4.15 0 0 1-3.354-.4l.384-1.114c.565.148 1.072.328 1.596.41c.5.081 1.023 0 1.284-.516a1.23 1.23 0 0 0-.229-1.473c-.31-.32-.703-.557-1.063-.818c-.246-.18-.524-.328-.761-.508a2.57 2.57 0 0 1-.778-3.093a1.7 1.7 0 0 1 1.203-1.007a4.16 4.16 0 0 1 3.012.394M7.579 11.85a1.05 1.05 0 0 1-1.031 1.04c-.573 0-1.064-.491-1.048-1.064a1.074 1.074 0 0 1 1.064-1.023A1.03 1.03 0 0 1 7.58 11.85m9.901-1.014c.574 0 .99.41.999.99a1.05 1.05 0 0 1-1.047 1.064a1.05 1.05 0 0 1-1.024-1.048c0-.597.434-1.014 1.065-1.014z"/><path fill="currentColor" fillRule="evenodd" d="M12 19.875a7.875 7.875 0 1 0 0-15.75a7.875 7.875 0 0 0 0 15.75M12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9a9 9 0 0 0-9 9a9 9 0 0 0 9 9" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.192 8.096l-.328 1.063c-.622-.098-1.203-.22-1.783-.278c-.344-.033-.705.057-.835.442c-.14.401-.156.818.171 1.129c.344.32.737.573 1.114.843c.343.262.711.491 1.014.785c.81.819.95 1.8.622 2.865a2.02 2.02 0 0 1-1.269 1.276a4.15 4.15 0 0 1-3.354-.4l.384-1.114c.565.148 1.072.328 1.596.41c.5.081 1.023 0 1.284-.516a1.23 1.23 0 0 0-.229-1.473c-.31-.32-.703-.557-1.063-.818c-.246-.18-.524-.328-.761-.508a2.57 2.57 0 0 1-.778-3.093a1.7 1.7 0 0 1 1.203-1.007a4.16 4.16 0 0 1 3.012.394M7.579 11.85a1.05 1.05 0 0 1-1.031 1.04c-.573 0-1.064-.491-1.048-1.064a1.074 1.074 0 0 1 1.064-1.023A1.03 1.03 0 0 1 7.58 11.85m9.901-1.014c.574 0 .99.41.999.99a1.05 1.05 0 0 1-1.047 1.064a1.05 1.05 0 0 1-1.024-1.048c0-.597.434-1.014 1.065-1.014z"/><path fill="currentColor" fill-rule="evenodd" d="M12 19.875a7.875 7.875 0 1 0 0-15.75a7.875 7.875 0 0 0 0 15.75M12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9a9 9 0 0 0-9 9a9 9 0 0 0 9 9" clip-rule="evenodd"/></svg> </template>
CSS
.icon-san {
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%22m14.192%208.096l-.328%201.063c-.622-.098-1.203-.22-1.783-.278c-.344-.033-.705.057-.835.442c-.14.401-.156.818.171%201.129c.344.32.737.573%201.114.843c.343.262.711.491%201.014.785c.81.819.95%201.8.622%202.865a2.02%202.02%200%200%201-1.269%201.276a4.15%204.15%200%200%201-3.354-.4l.384-1.114c.565.148%201.072.328%201.596.41c.5.081%201.023%200%201.284-.516a1.23%201.23%200%200%200-.229-1.473c-.31-.32-.703-.557-1.063-.818c-.246-.18-.524-.328-.761-.508a2.57%202.57%200%200%201-.778-3.093a1.7%201.7%200%200%201%201.203-1.007a4.16%204.16%200%200%201%203.012.394M7.579%2011.85a1.05%201.05%200%200%201-1.031%201.04c-.573%200-1.064-.491-1.048-1.064a1.074%201.074%200%200%201%201.064-1.023A1.03%201.03%200%200%201%207.58%2011.85m9.901-1.014c.574%200%20.99.41.999.99a1.05%201.05%200%200%201-1.047%201.064a1.05%201.05%200%200%201-1.024-1.048c0-.597.434-1.014%201.065-1.014z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2019.875a7.875%207.875%200%201%200%200-15.75a7.875%207.875%200%200%200%200%2015.75M12%2021a9%209%200%200%200%209-9a9%209%200%200%200-9-9a9%209%200%200%200-9%209a9%209%200%200%200%209%209%22%20clip-rule%3D%22evenodd%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%22m14.192%208.096l-.328%201.063c-.622-.098-1.203-.22-1.783-.278c-.344-.033-.705.057-.835.442c-.14.401-.156.818.171%201.129c.344.32.737.573%201.114.843c.343.262.711.491%201.014.785c.81.819.95%201.8.622%202.865a2.02%202.02%200%200%201-1.269%201.276a4.15%204.15%200%200%201-3.354-.4l.384-1.114c.565.148%201.072.328%201.596.41c.5.081%201.023%200%201.284-.516a1.23%201.23%200%200%200-.229-1.473c-.31-.32-.703-.557-1.063-.818c-.246-.18-.524-.328-.761-.508a2.57%202.57%200%200%201-.778-3.093a1.7%201.7%200%200%201%201.203-1.007a4.16%204.16%200%200%201%203.012.394M7.579%2011.85a1.05%201.05%200%200%201-1.031%201.04c-.573%200-1.064-.491-1.048-1.064a1.074%201.074%200%200%201%201.064-1.023A1.03%201.03%200%200%201%207.58%2011.85m9.901-1.014c.574%200%20.99.41.999.99a1.05%201.05%200%200%201-1.047%201.064a1.05%201.05%200%200%201-1.024-1.048c0-.597.434-1.014%201.065-1.014z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2019.875a7.875%207.875%200%201%200%200-15.75a7.875%207.875%200%200%200%200%2015.75M12%2021a9%209%200%200%200%209-9a9%209%200%200%200-9-9a9%209%200%200%200-9%209a9%209%200%200%200%209%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/san.svg?color=%231a73e8&size=48