launch logo
launch from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- launch
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the launch logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.582 8.611c.813-.771 3.93-2.006 5.39-2.525c-.993.514-3.158 1.697-3.883 2.345c-.72.648-1.162 1.98-1.29 2.566c.128.005.225.042.225.14c-.432 4.062-3.872 4.936-4.947 5.235c2.345-1.517 2.798-2.803 2.746-3.256c-.103.062-.288.17-.375.17c1.162-3.559 1.121-3.703 2.134-4.675m-.376-2.515c-2.541.288-2.639 2.242-2.392 3.075c.617-1.784 1.389-2.252 1.919-2.252c.534 0 1.048.421 1.47.421c.427 0 .834-.267.92-.421c-.385-.623-1.408-.885-1.918-.823"/><path fill="currentColor" d="M13.373 7.958c0-.077.185-.252.277-.33c.088.068.273.217.273.284c0 .077-.185.231-.33.231c-.148 0-.22-.092-.22-.185M8.22 6.754C5.206 5.417 4.157 3.694 4.028 3v1.466c0 .596.335 1.255.56 1.543c.222.293.448.745.36.745a2.3 2.3 0 0 1-.585-.154c.493 1.733 2.556 2.484 4.304 2.793c1.749.308 3.27 1.074 3.605 1.321c-.02-.535-1.296-2.7-4.052-3.96m.633 3.106c1.877.36 2.694.952 2.874 1.204c-.684.411-1.84.74-2.417.669c-3.877-.443-4.18-2.834-4.18-3.076c.9.556 1.377.761 3.723 1.204m1.223 3.692c.499-.16 1.332-.93 1.635-1.296c.154.679-.936 1.635-1.337 1.913c-.396.278-1.512 1.234-1.399 1.337c.221.196 1.646-.566 1.847-.627q.13-.044.267-.052c.051 0 .088.016.088.052c-1.533 1.178-2.089 1.697-2.536 2.314c-.442.617-.33 1.553-.555 2.057A3.03 3.03 0 0 1 5.463 21c-.026-.088-.052-.35.072-.72a2.4 2.4 0 0 0 .144-.695c0-.072 0-.128-.036-.128c-.247 0-.71.586-.91 1.028c-.052-.431-.155-1.331-.155-1.614c0-1.692 1.42-2.988 2.134-3.425l3.364-2.33z"/></svg>
React
import type { SVGProps } from "react";
export function TokenLaunch(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.582 8.611c.813-.771 3.93-2.006 5.39-2.525c-.993.514-3.158 1.697-3.883 2.345c-.72.648-1.162 1.98-1.29 2.566c.128.005.225.042.225.14c-.432 4.062-3.872 4.936-4.947 5.235c2.345-1.517 2.798-2.803 2.746-3.256c-.103.062-.288.17-.375.17c1.162-3.559 1.121-3.703 2.134-4.675m-.376-2.515c-2.541.288-2.639 2.242-2.392 3.075c.617-1.784 1.389-2.252 1.919-2.252c.534 0 1.048.421 1.47.421c.427 0 .834-.267.92-.421c-.385-.623-1.408-.885-1.918-.823"/><path fill="currentColor" d="M13.373 7.958c0-.077.185-.252.277-.33c.088.068.273.217.273.284c0 .077-.185.231-.33.231c-.148 0-.22-.092-.22-.185M8.22 6.754C5.206 5.417 4.157 3.694 4.028 3v1.466c0 .596.335 1.255.56 1.543c.222.293.448.745.36.745a2.3 2.3 0 0 1-.585-.154c.493 1.733 2.556 2.484 4.304 2.793c1.749.308 3.27 1.074 3.605 1.321c-.02-.535-1.296-2.7-4.052-3.96m.633 3.106c1.877.36 2.694.952 2.874 1.204c-.684.411-1.84.74-2.417.669c-3.877-.443-4.18-2.834-4.18-3.076c.9.556 1.377.761 3.723 1.204m1.223 3.692c.499-.16 1.332-.93 1.635-1.296c.154.679-.936 1.635-1.337 1.913c-.396.278-1.512 1.234-1.399 1.337c.221.196 1.646-.566 1.847-.627q.13-.044.267-.052c.051 0 .088.016.088.052c-1.533 1.178-2.089 1.697-2.536 2.314c-.442.617-.33 1.553-.555 2.057A3.03 3.03 0 0 1 5.463 21c-.026-.088-.052-.35.072-.72a2.4 2.4 0 0 0 .144-.695c0-.072 0-.128-.036-.128c-.247 0-.71.586-.91 1.028c-.052-.431-.155-1.331-.155-1.614c0-1.692 1.42-2.988 2.134-3.425l3.364-2.33z"/></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.582 8.611c.813-.771 3.93-2.006 5.39-2.525c-.993.514-3.158 1.697-3.883 2.345c-.72.648-1.162 1.98-1.29 2.566c.128.005.225.042.225.14c-.432 4.062-3.872 4.936-4.947 5.235c2.345-1.517 2.798-2.803 2.746-3.256c-.103.062-.288.17-.375.17c1.162-3.559 1.121-3.703 2.134-4.675m-.376-2.515c-2.541.288-2.639 2.242-2.392 3.075c.617-1.784 1.389-2.252 1.919-2.252c.534 0 1.048.421 1.47.421c.427 0 .834-.267.92-.421c-.385-.623-1.408-.885-1.918-.823"/><path fill="currentColor" d="M13.373 7.958c0-.077.185-.252.277-.33c.088.068.273.217.273.284c0 .077-.185.231-.33.231c-.148 0-.22-.092-.22-.185M8.22 6.754C5.206 5.417 4.157 3.694 4.028 3v1.466c0 .596.335 1.255.56 1.543c.222.293.448.745.36.745a2.3 2.3 0 0 1-.585-.154c.493 1.733 2.556 2.484 4.304 2.793c1.749.308 3.27 1.074 3.605 1.321c-.02-.535-1.296-2.7-4.052-3.96m.633 3.106c1.877.36 2.694.952 2.874 1.204c-.684.411-1.84.74-2.417.669c-3.877-.443-4.18-2.834-4.18-3.076c.9.556 1.377.761 3.723 1.204m1.223 3.692c.499-.16 1.332-.93 1.635-1.296c.154.679-.936 1.635-1.337 1.913c-.396.278-1.512 1.234-1.399 1.337c.221.196 1.646-.566 1.847-.627q.13-.044.267-.052c.051 0 .088.016.088.052c-1.533 1.178-2.089 1.697-2.536 2.314c-.442.617-.33 1.553-.555 2.057A3.03 3.03 0 0 1 5.463 21c-.026-.088-.052-.35.072-.72a2.4 2.4 0 0 0 .144-.695c0-.072 0-.128-.036-.128c-.247 0-.71.586-.91 1.028c-.052-.431-.155-1.331-.155-1.614c0-1.692 1.42-2.988 2.134-3.425l3.364-2.33z"/></svg> </template>
CSS
.icon-launch {
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.582%208.611c.813-.771%203.93-2.006%205.39-2.525c-.993.514-3.158%201.697-3.883%202.345c-.72.648-1.162%201.98-1.29%202.566c.128.005.225.042.225.14c-.432%204.062-3.872%204.936-4.947%205.235c2.345-1.517%202.798-2.803%202.746-3.256c-.103.062-.288.17-.375.17c1.162-3.559%201.121-3.703%202.134-4.675m-.376-2.515c-2.541.288-2.639%202.242-2.392%203.075c.617-1.784%201.389-2.252%201.919-2.252c.534%200%201.048.421%201.47.421c.427%200%20.834-.267.92-.421c-.385-.623-1.408-.885-1.918-.823%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.373%207.958c0-.077.185-.252.277-.33c.088.068.273.217.273.284c0%20.077-.185.231-.33.231c-.148%200-.22-.092-.22-.185M8.22%206.754C5.206%205.417%204.157%203.694%204.028%203v1.466c0%20.596.335%201.255.56%201.543c.222.293.448.745.36.745a2.3%202.3%200%200%201-.585-.154c.493%201.733%202.556%202.484%204.304%202.793c1.749.308%203.27%201.074%203.605%201.321c-.02-.535-1.296-2.7-4.052-3.96m.633%203.106c1.877.36%202.694.952%202.874%201.204c-.684.411-1.84.74-2.417.669c-3.877-.443-4.18-2.834-4.18-3.076c.9.556%201.377.761%203.723%201.204m1.223%203.692c.499-.16%201.332-.93%201.635-1.296c.154.679-.936%201.635-1.337%201.913c-.396.278-1.512%201.234-1.399%201.337c.221.196%201.646-.566%201.847-.627q.13-.044.267-.052c.051%200%20.088.016.088.052c-1.533%201.178-2.089%201.697-2.536%202.314c-.442.617-.33%201.553-.555%202.057A3.03%203.03%200%200%201%205.463%2021c-.026-.088-.052-.35.072-.72a2.4%202.4%200%200%200%20.144-.695c0-.072%200-.128-.036-.128c-.247%200-.71.586-.91%201.028c-.052-.431-.155-1.331-.155-1.614c0-1.692%201.42-2.988%202.134-3.425l3.364-2.33z%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.582%208.611c.813-.771%203.93-2.006%205.39-2.525c-.993.514-3.158%201.697-3.883%202.345c-.72.648-1.162%201.98-1.29%202.566c.128.005.225.042.225.14c-.432%204.062-3.872%204.936-4.947%205.235c2.345-1.517%202.798-2.803%202.746-3.256c-.103.062-.288.17-.375.17c1.162-3.559%201.121-3.703%202.134-4.675m-.376-2.515c-2.541.288-2.639%202.242-2.392%203.075c.617-1.784%201.389-2.252%201.919-2.252c.534%200%201.048.421%201.47.421c.427%200%20.834-.267.92-.421c-.385-.623-1.408-.885-1.918-.823%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.373%207.958c0-.077.185-.252.277-.33c.088.068.273.217.273.284c0%20.077-.185.231-.33.231c-.148%200-.22-.092-.22-.185M8.22%206.754C5.206%205.417%204.157%203.694%204.028%203v1.466c0%20.596.335%201.255.56%201.543c.222.293.448.745.36.745a2.3%202.3%200%200%201-.585-.154c.493%201.733%202.556%202.484%204.304%202.793c1.749.308%203.27%201.074%203.605%201.321c-.02-.535-1.296-2.7-4.052-3.96m.633%203.106c1.877.36%202.694.952%202.874%201.204c-.684.411-1.84.74-2.417.669c-3.877-.443-4.18-2.834-4.18-3.076c.9.556%201.377.761%203.723%201.204m1.223%203.692c.499-.16%201.332-.93%201.635-1.296c.154.679-.936%201.635-1.337%201.913c-.396.278-1.512%201.234-1.399%201.337c.221.196%201.646-.566%201.847-.627q.13-.044.267-.052c.051%200%20.088.016.088.052c-1.533%201.178-2.089%201.697-2.536%202.314c-.442.617-.33%201.553-.555%202.057A3.03%203.03%200%200%201%205.463%2021c-.026-.088-.052-.35.072-.72a2.4%202.4%200%200%200%20.144-.695c0-.072%200-.128-.036-.128c-.247%200-.71.586-.91%201.028c-.052-.431-.155-1.331-.155-1.614c0-1.692%201.42-2.988%202.134-3.425l3.364-2.33z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/launch.svg?color=%231a73e8&size=48