sail logo
sail from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- sail
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
The same logo in other sets
Use the sail 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(#SVGPM5Cid2j)" d="M16.378 18.753c-5.604-6.976-3.892-11.909-2.335-13.504c-4.204 3.828-2.725 9.846-1.46 12.375c1.168.677 3.016 1.032 3.795 1.124z"/><path fill="url(#SVGBQFNhdLA)" d="M6.454 15.376C6.687 10.424 11.61 5.063 14.043 3C9.139 9.3 10.638 15.186 12 17.341z"/><path fill="url(#SVGaoaK1dbm)" d="M4.703 18.47v-1.411s.292-.56 1.167-.56c2.238 0 8.942 3.075 11.092 3.094c1.24.01 1.946-.9 2.335-1.405c-.39.749-1.537 2.335-3.405 2.335c-2.335 0-6.63-2.618-10.022-2.618c-.7 0-1.07.375-1.167.565"/><path fill="url(#SVGRssbccoO)" d="M6.036 18.16c-1.168 0-1.139 1.366-.847 1.896c0-.267.243-.948.847-.948c.856-.005 6.44 1.192 9.37 1.892c-2.677-.948-7.298-2.84-9.37-2.84"/><defs><linearGradient id="SVGPM5Cid2j" x1="11.996" x2="11.996" y1="3.007" y2="21.001" gradientUnits="userSpaceOnUse"><stop stop-color="#ff9c00"/><stop offset=".54" stop-color="#fed087"/><stop offset="1" stop-color="#ff9d00"/></linearGradient><linearGradient id="SVGBQFNhdLA" x1="18.735" x2="14.393" y1="3.354" y2="21.009" gradientUnits="userSpaceOnUse"><stop stop-color="#00116a"/><stop offset=".63" stop-color="#003180"/><stop offset=".78" stop-color="#0094c6"/><stop offset="1" stop-color="#00cbee"/></linearGradient><linearGradient id="SVGaoaK1dbm" x1="4.411" x2="19.345" y1="6.765" y2="6.969" gradientUnits="userSpaceOnUse"><stop stop-color="#0064a3"/><stop offset=".16" stop-color="#00b1da"/><stop offset=".46" stop-color="#001169"/><stop offset="1" stop-color="#011d6d"/></linearGradient><linearGradient id="SVGRssbccoO" x1="4.985" x2="14.661" y1="19.137" y2="21.837" gradientUnits="userSpaceOnUse"><stop stop-color="#0064a3"/><stop offset=".16" stop-color="#00b1da"/><stop offset=".51" stop-color="#001169"/><stop offset="1" stop-color="#011d6d"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedSail(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(#SVGPM5Cid2j)" d="M16.378 18.753c-5.604-6.976-3.892-11.909-2.335-13.504c-4.204 3.828-2.725 9.846-1.46 12.375c1.168.677 3.016 1.032 3.795 1.124z"/><path fill="url(#SVGBQFNhdLA)" d="M6.454 15.376C6.687 10.424 11.61 5.063 14.043 3C9.139 9.3 10.638 15.186 12 17.341z"/><path fill="url(#SVGaoaK1dbm)" d="M4.703 18.47v-1.411s.292-.56 1.167-.56c2.238 0 8.942 3.075 11.092 3.094c1.24.01 1.946-.9 2.335-1.405c-.39.749-1.537 2.335-3.405 2.335c-2.335 0-6.63-2.618-10.022-2.618c-.7 0-1.07.375-1.167.565"/><path fill="url(#SVGRssbccoO)" d="M6.036 18.16c-1.168 0-1.139 1.366-.847 1.896c0-.267.243-.948.847-.948c.856-.005 6.44 1.192 9.37 1.892c-2.677-.948-7.298-2.84-9.37-2.84"/><defs><linearGradient id="SVGPM5Cid2j" x1="11.996" x2="11.996" y1="3.007" y2="21.001" gradientUnits="userSpaceOnUse"><stop stopColor="#ff9c00"/><stop offset=".54" stopColor="#fed087"/><stop offset="1" stopColor="#ff9d00"/></linearGradient><linearGradient id="SVGBQFNhdLA" x1="18.735" x2="14.393" y1="3.354" y2="21.009" gradientUnits="userSpaceOnUse"><stop stopColor="#00116a"/><stop offset=".63" stopColor="#003180"/><stop offset=".78" stopColor="#0094c6"/><stop offset="1" stopColor="#00cbee"/></linearGradient><linearGradient id="SVGaoaK1dbm" x1="4.411" x2="19.345" y1="6.765" y2="6.969" gradientUnits="userSpaceOnUse"><stop stopColor="#0064a3"/><stop offset=".16" stopColor="#00b1da"/><stop offset=".46" stopColor="#001169"/><stop offset="1" stopColor="#011d6d"/></linearGradient><linearGradient id="SVGRssbccoO" x1="4.985" x2="14.661" y1="19.137" y2="21.837" gradientUnits="userSpaceOnUse"><stop stopColor="#0064a3"/><stop offset=".16" stopColor="#00b1da"/><stop offset=".51" stopColor="#001169"/><stop offset="1" stopColor="#011d6d"/></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(#SVGPM5Cid2j)" d="M16.378 18.753c-5.604-6.976-3.892-11.909-2.335-13.504c-4.204 3.828-2.725 9.846-1.46 12.375c1.168.677 3.016 1.032 3.795 1.124z"/><path fill="url(#SVGBQFNhdLA)" d="M6.454 15.376C6.687 10.424 11.61 5.063 14.043 3C9.139 9.3 10.638 15.186 12 17.341z"/><path fill="url(#SVGaoaK1dbm)" d="M4.703 18.47v-1.411s.292-.56 1.167-.56c2.238 0 8.942 3.075 11.092 3.094c1.24.01 1.946-.9 2.335-1.405c-.39.749-1.537 2.335-3.405 2.335c-2.335 0-6.63-2.618-10.022-2.618c-.7 0-1.07.375-1.167.565"/><path fill="url(#SVGRssbccoO)" d="M6.036 18.16c-1.168 0-1.139 1.366-.847 1.896c0-.267.243-.948.847-.948c.856-.005 6.44 1.192 9.37 1.892c-2.677-.948-7.298-2.84-9.37-2.84"/><defs><linearGradient id="SVGPM5Cid2j" x1="11.996" x2="11.996" y1="3.007" y2="21.001" gradientUnits="userSpaceOnUse"><stop stop-color="#ff9c00"/><stop offset=".54" stop-color="#fed087"/><stop offset="1" stop-color="#ff9d00"/></linearGradient><linearGradient id="SVGBQFNhdLA" x1="18.735" x2="14.393" y1="3.354" y2="21.009" gradientUnits="userSpaceOnUse"><stop stop-color="#00116a"/><stop offset=".63" stop-color="#003180"/><stop offset=".78" stop-color="#0094c6"/><stop offset="1" stop-color="#00cbee"/></linearGradient><linearGradient id="SVGaoaK1dbm" x1="4.411" x2="19.345" y1="6.765" y2="6.969" gradientUnits="userSpaceOnUse"><stop stop-color="#0064a3"/><stop offset=".16" stop-color="#00b1da"/><stop offset=".46" stop-color="#001169"/><stop offset="1" stop-color="#011d6d"/></linearGradient><linearGradient id="SVGRssbccoO" x1="4.985" x2="14.661" y1="19.137" y2="21.837" gradientUnits="userSpaceOnUse"><stop stop-color="#0064a3"/><stop offset=".16" stop-color="#00b1da"/><stop offset=".51" stop-color="#001169"/><stop offset="1" stop-color="#011d6d"/></linearGradient></defs></g></svg> </template>
CSS
.icon-sail {
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(%23SVGPM5Cid2j)%22%20d%3D%22M16.378%2018.753c-5.604-6.976-3.892-11.909-2.335-13.504c-4.204%203.828-2.725%209.846-1.46%2012.375c1.168.677%203.016%201.032%203.795%201.124z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBQFNhdLA)%22%20d%3D%22M6.454%2015.376C6.687%2010.424%2011.61%205.063%2014.043%203C9.139%209.3%2010.638%2015.186%2012%2017.341z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGaoaK1dbm)%22%20d%3D%22M4.703%2018.47v-1.411s.292-.56%201.167-.56c2.238%200%208.942%203.075%2011.092%203.094c1.24.01%201.946-.9%202.335-1.405c-.39.749-1.537%202.335-3.405%202.335c-2.335%200-6.63-2.618-10.022-2.618c-.7%200-1.07.375-1.167.565%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRssbccoO)%22%20d%3D%22M6.036%2018.16c-1.168%200-1.139%201.366-.847%201.896c0-.267.243-.948.847-.948c.856-.005%206.44%201.192%209.37%201.892c-2.677-.948-7.298-2.84-9.37-2.84%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGPM5Cid2j%22%20x1%3D%2211.996%22%20x2%3D%2211.996%22%20y1%3D%223.007%22%20y2%3D%2221.001%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff9c00%22%2F%3E%3Cstop%20offset%3D%22.54%22%20stop-color%3D%22%23fed087%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9d00%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGBQFNhdLA%22%20x1%3D%2218.735%22%20x2%3D%2214.393%22%20y1%3D%223.354%22%20y2%3D%2221.009%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300116a%22%2F%3E%3Cstop%20offset%3D%22.63%22%20stop-color%3D%22%23003180%22%2F%3E%3Cstop%20offset%3D%22.78%22%20stop-color%3D%22%230094c6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300cbee%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGaoaK1dbm%22%20x1%3D%224.411%22%20x2%3D%2219.345%22%20y1%3D%226.765%22%20y2%3D%226.969%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230064a3%22%2F%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%2300b1da%22%2F%3E%3Cstop%20offset%3D%22.46%22%20stop-color%3D%22%23001169%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23011d6d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRssbccoO%22%20x1%3D%224.985%22%20x2%3D%2214.661%22%20y1%3D%2219.137%22%20y2%3D%2221.837%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230064a3%22%2F%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%2300b1da%22%2F%3E%3Cstop%20offset%3D%22.51%22%20stop-color%3D%22%23001169%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23011d6d%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(%23SVGPM5Cid2j)%22%20d%3D%22M16.378%2018.753c-5.604-6.976-3.892-11.909-2.335-13.504c-4.204%203.828-2.725%209.846-1.46%2012.375c1.168.677%203.016%201.032%203.795%201.124z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBQFNhdLA)%22%20d%3D%22M6.454%2015.376C6.687%2010.424%2011.61%205.063%2014.043%203C9.139%209.3%2010.638%2015.186%2012%2017.341z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGaoaK1dbm)%22%20d%3D%22M4.703%2018.47v-1.411s.292-.56%201.167-.56c2.238%200%208.942%203.075%2011.092%203.094c1.24.01%201.946-.9%202.335-1.405c-.39.749-1.537%202.335-3.405%202.335c-2.335%200-6.63-2.618-10.022-2.618c-.7%200-1.07.375-1.167.565%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRssbccoO)%22%20d%3D%22M6.036%2018.16c-1.168%200-1.139%201.366-.847%201.896c0-.267.243-.948.847-.948c.856-.005%206.44%201.192%209.37%201.892c-2.677-.948-7.298-2.84-9.37-2.84%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGPM5Cid2j%22%20x1%3D%2211.996%22%20x2%3D%2211.996%22%20y1%3D%223.007%22%20y2%3D%2221.001%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff9c00%22%2F%3E%3Cstop%20offset%3D%22.54%22%20stop-color%3D%22%23fed087%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9d00%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGBQFNhdLA%22%20x1%3D%2218.735%22%20x2%3D%2214.393%22%20y1%3D%223.354%22%20y2%3D%2221.009%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300116a%22%2F%3E%3Cstop%20offset%3D%22.63%22%20stop-color%3D%22%23003180%22%2F%3E%3Cstop%20offset%3D%22.78%22%20stop-color%3D%22%230094c6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300cbee%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGaoaK1dbm%22%20x1%3D%224.411%22%20x2%3D%2219.345%22%20y1%3D%226.765%22%20y2%3D%226.969%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230064a3%22%2F%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%2300b1da%22%2F%3E%3Cstop%20offset%3D%22.46%22%20stop-color%3D%22%23001169%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23011d6d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRssbccoO%22%20x1%3D%224.985%22%20x2%3D%2214.661%22%20y1%3D%2219.137%22%20y2%3D%2221.837%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230064a3%22%2F%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%2300b1da%22%2F%3E%3Cstop%20offset%3D%22.51%22%20stop-color%3D%22%23001169%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23011d6d%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/sail.svg?color=%231a73e8&size=48