astro logo
astro from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- astro
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the astro logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGT3rCiA8E" x1="882.997" x2="638.955" y1="27.113" y2="866.902" gradientTransform="scale(.1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#000014"/><stop offset="1" stop-color="#150426"/></linearGradient><linearGradient id="SVGwA6xje2h" x1="1001.68" x2="790.326" y1="652.45" y2="1094.91" gradientTransform="scale(.1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff1639"/><stop offset="1" stop-color="#ff1639" stop-opacity="0"/></linearGradient></defs><path fill="url(#SVGT3rCiA8E)" d="M81.504 9.465c.973 1.207 1.469 2.836 2.457 6.09l21.656 71.136a90 90 0 0 0-25.89-8.765L65.629 30.28a1.833 1.833 0 0 0-3.52.004L48.18 77.902a90.1 90.1 0 0 0-26.003 8.778l21.758-71.14c.996-3.25 1.492-4.876 2.464-6.083a8 8 0 0 1 3.243-2.398c1.433-.575 3.136-.575 6.535-.575H71.72c3.402 0 5.105 0 6.543.579a8 8 0 0 1 3.242 2.402Zm0 0"/><path fill="#ff5d01" d="M84.094 90.074c-3.57 3.055-10.696 5.137-18.903 5.137c-10.07 0-18.515-3.137-20.754-7.356c-.8 2.418-.98 5.184-.98 6.954c0 0-.527 8.675 5.508 14.71a5.67 5.67 0 0 1 5.672-5.671c5.37 0 5.367 4.683 5.363 8.488v.336c0 5.773 3.527 10.719 8.543 12.805a11.6 11.6 0 0 1-1.172-5.098c0-5.508 3.23-7.555 6.988-9.938c2.989-1.894 6.309-4 8.594-8.222a15.5 15.5 0 0 0 1.875-7.41a15.6 15.6 0 0 0-.734-4.735m0 0"/><path fill="url(#SVGwA6xje2h)" d="M84.094 90.074c-3.57 3.055-10.696 5.137-18.903 5.137c-10.07 0-18.515-3.137-20.754-7.356c-.8 2.418-.98 5.184-.98 6.954c0 0-.527 8.675 5.508 14.71a5.67 5.67 0 0 1 5.672-5.671c5.37 0 5.367 4.683 5.363 8.488v.336c0 5.773 3.527 10.719 8.543 12.805a11.6 11.6 0 0 1-1.172-5.098c0-5.508 3.23-7.555 6.988-9.938c2.989-1.894 6.309-4 8.594-8.222a15.5 15.5 0 0 0 1.875-7.41a15.6 15.6 0 0 0-.734-4.735m0 0"/></svg>
React
import type { SVGProps } from "react";
export function DeviconAstro(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGT3rCiA8E" x1="882.997" x2="638.955" y1="27.113" y2="866.902" gradientTransform="scale(.1)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#000014"/><stop offset="1" stopColor="#150426"/></linearGradient><linearGradient id="SVGwA6xje2h" x1="1001.68" x2="790.326" y1="652.45" y2="1094.91" gradientTransform="scale(.1)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ff1639"/><stop offset="1" stopColor="#ff1639" stopOpacity="0"/></linearGradient></defs><path fill="url(#SVGT3rCiA8E)" d="M81.504 9.465c.973 1.207 1.469 2.836 2.457 6.09l21.656 71.136a90 90 0 0 0-25.89-8.765L65.629 30.28a1.833 1.833 0 0 0-3.52.004L48.18 77.902a90.1 90.1 0 0 0-26.003 8.778l21.758-71.14c.996-3.25 1.492-4.876 2.464-6.083a8 8 0 0 1 3.243-2.398c1.433-.575 3.136-.575 6.535-.575H71.72c3.402 0 5.105 0 6.543.579a8 8 0 0 1 3.242 2.402Zm0 0"/><path fill="#ff5d01" d="M84.094 90.074c-3.57 3.055-10.696 5.137-18.903 5.137c-10.07 0-18.515-3.137-20.754-7.356c-.8 2.418-.98 5.184-.98 6.954c0 0-.527 8.675 5.508 14.71a5.67 5.67 0 0 1 5.672-5.671c5.37 0 5.367 4.683 5.363 8.488v.336c0 5.773 3.527 10.719 8.543 12.805a11.6 11.6 0 0 1-1.172-5.098c0-5.508 3.23-7.555 6.988-9.938c2.989-1.894 6.309-4 8.594-8.222a15.5 15.5 0 0 0 1.875-7.41a15.6 15.6 0 0 0-.734-4.735m0 0"/><path fill="url(#SVGwA6xje2h)" d="M84.094 90.074c-3.57 3.055-10.696 5.137-18.903 5.137c-10.07 0-18.515-3.137-20.754-7.356c-.8 2.418-.98 5.184-.98 6.954c0 0-.527 8.675 5.508 14.71a5.67 5.67 0 0 1 5.672-5.671c5.37 0 5.367 4.683 5.363 8.488v.336c0 5.773 3.527 10.719 8.543 12.805a11.6 11.6 0 0 1-1.172-5.098c0-5.508 3.23-7.555 6.988-9.938c2.989-1.894 6.309-4 8.594-8.222a15.5 15.5 0 0 0 1.875-7.41a15.6 15.6 0 0 0-.734-4.735m0 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGT3rCiA8E" x1="882.997" x2="638.955" y1="27.113" y2="866.902" gradientTransform="scale(.1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#000014"/><stop offset="1" stop-color="#150426"/></linearGradient><linearGradient id="SVGwA6xje2h" x1="1001.68" x2="790.326" y1="652.45" y2="1094.91" gradientTransform="scale(.1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff1639"/><stop offset="1" stop-color="#ff1639" stop-opacity="0"/></linearGradient></defs><path fill="url(#SVGT3rCiA8E)" d="M81.504 9.465c.973 1.207 1.469 2.836 2.457 6.09l21.656 71.136a90 90 0 0 0-25.89-8.765L65.629 30.28a1.833 1.833 0 0 0-3.52.004L48.18 77.902a90.1 90.1 0 0 0-26.003 8.778l21.758-71.14c.996-3.25 1.492-4.876 2.464-6.083a8 8 0 0 1 3.243-2.398c1.433-.575 3.136-.575 6.535-.575H71.72c3.402 0 5.105 0 6.543.579a8 8 0 0 1 3.242 2.402Zm0 0"/><path fill="#ff5d01" d="M84.094 90.074c-3.57 3.055-10.696 5.137-18.903 5.137c-10.07 0-18.515-3.137-20.754-7.356c-.8 2.418-.98 5.184-.98 6.954c0 0-.527 8.675 5.508 14.71a5.67 5.67 0 0 1 5.672-5.671c5.37 0 5.367 4.683 5.363 8.488v.336c0 5.773 3.527 10.719 8.543 12.805a11.6 11.6 0 0 1-1.172-5.098c0-5.508 3.23-7.555 6.988-9.938c2.989-1.894 6.309-4 8.594-8.222a15.5 15.5 0 0 0 1.875-7.41a15.6 15.6 0 0 0-.734-4.735m0 0"/><path fill="url(#SVGwA6xje2h)" d="M84.094 90.074c-3.57 3.055-10.696 5.137-18.903 5.137c-10.07 0-18.515-3.137-20.754-7.356c-.8 2.418-.98 5.184-.98 6.954c0 0-.527 8.675 5.508 14.71a5.67 5.67 0 0 1 5.672-5.671c5.37 0 5.367 4.683 5.363 8.488v.336c0 5.773 3.527 10.719 8.543 12.805a11.6 11.6 0 0 1-1.172-5.098c0-5.508 3.23-7.555 6.988-9.938c2.989-1.894 6.309-4 8.594-8.222a15.5 15.5 0 0 0 1.875-7.41a15.6 15.6 0 0 0-.734-4.735m0 0"/></svg> </template>
CSS
.icon-astro {
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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGT3rCiA8E%22%20x1%3D%22882.997%22%20x2%3D%22638.955%22%20y1%3D%2227.113%22%20y2%3D%22866.902%22%20gradientTransform%3D%22scale(.1)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23000014%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23150426%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGwA6xje2h%22%20x1%3D%221001.68%22%20x2%3D%22790.326%22%20y1%3D%22652.45%22%20y2%3D%221094.91%22%20gradientTransform%3D%22scale(.1)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff1639%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff1639%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGT3rCiA8E)%22%20d%3D%22M81.504%209.465c.973%201.207%201.469%202.836%202.457%206.09l21.656%2071.136a90%2090%200%200%200-25.89-8.765L65.629%2030.28a1.833%201.833%200%200%200-3.52.004L48.18%2077.902a90.1%2090.1%200%200%200-26.003%208.778l21.758-71.14c.996-3.25%201.492-4.876%202.464-6.083a8%208%200%200%201%203.243-2.398c1.433-.575%203.136-.575%206.535-.575H71.72c3.402%200%205.105%200%206.543.579a8%208%200%200%201%203.242%202.402Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23ff5d01%22%20d%3D%22M84.094%2090.074c-3.57%203.055-10.696%205.137-18.903%205.137c-10.07%200-18.515-3.137-20.754-7.356c-.8%202.418-.98%205.184-.98%206.954c0%200-.527%208.675%205.508%2014.71a5.67%205.67%200%200%201%205.672-5.671c5.37%200%205.367%204.683%205.363%208.488v.336c0%205.773%203.527%2010.719%208.543%2012.805a11.6%2011.6%200%200%201-1.172-5.098c0-5.508%203.23-7.555%206.988-9.938c2.989-1.894%206.309-4%208.594-8.222a15.5%2015.5%200%200%200%201.875-7.41a15.6%2015.6%200%200%200-.734-4.735m0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwA6xje2h)%22%20d%3D%22M84.094%2090.074c-3.57%203.055-10.696%205.137-18.903%205.137c-10.07%200-18.515-3.137-20.754-7.356c-.8%202.418-.98%205.184-.98%206.954c0%200-.527%208.675%205.508%2014.71a5.67%205.67%200%200%201%205.672-5.671c5.37%200%205.367%204.683%205.363%208.488v.336c0%205.773%203.527%2010.719%208.543%2012.805a11.6%2011.6%200%200%201-1.172-5.098c0-5.508%203.23-7.555%206.988-9.938c2.989-1.894%206.309-4%208.594-8.222a15.5%2015.5%200%200%200%201.875-7.41a15.6%2015.6%200%200%200-.734-4.735m0%200%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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGT3rCiA8E%22%20x1%3D%22882.997%22%20x2%3D%22638.955%22%20y1%3D%2227.113%22%20y2%3D%22866.902%22%20gradientTransform%3D%22scale(.1)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23000014%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23150426%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGwA6xje2h%22%20x1%3D%221001.68%22%20x2%3D%22790.326%22%20y1%3D%22652.45%22%20y2%3D%221094.91%22%20gradientTransform%3D%22scale(.1)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff1639%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff1639%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGT3rCiA8E)%22%20d%3D%22M81.504%209.465c.973%201.207%201.469%202.836%202.457%206.09l21.656%2071.136a90%2090%200%200%200-25.89-8.765L65.629%2030.28a1.833%201.833%200%200%200-3.52.004L48.18%2077.902a90.1%2090.1%200%200%200-26.003%208.778l21.758-71.14c.996-3.25%201.492-4.876%202.464-6.083a8%208%200%200%201%203.243-2.398c1.433-.575%203.136-.575%206.535-.575H71.72c3.402%200%205.105%200%206.543.579a8%208%200%200%201%203.242%202.402Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23ff5d01%22%20d%3D%22M84.094%2090.074c-3.57%203.055-10.696%205.137-18.903%205.137c-10.07%200-18.515-3.137-20.754-7.356c-.8%202.418-.98%205.184-.98%206.954c0%200-.527%208.675%205.508%2014.71a5.67%205.67%200%200%201%205.672-5.671c5.37%200%205.367%204.683%205.363%208.488v.336c0%205.773%203.527%2010.719%208.543%2012.805a11.6%2011.6%200%200%201-1.172-5.098c0-5.508%203.23-7.555%206.988-9.938c2.989-1.894%206.309-4%208.594-8.222a15.5%2015.5%200%200%200%201.875-7.41a15.6%2015.6%200%200%200-.734-4.735m0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwA6xje2h)%22%20d%3D%22M84.094%2090.074c-3.57%203.055-10.696%205.137-18.903%205.137c-10.07%200-18.515-3.137-20.754-7.356c-.8%202.418-.98%205.184-.98%206.954c0%200-.527%208.675%205.508%2014.71a5.67%205.67%200%200%201%205.672-5.671c5.37%200%205.367%204.683%205.363%208.488v.336c0%205.773%203.527%2010.719%208.543%2012.805a11.6%2011.6%200%200%201-1.172-5.098c0-5.508%203.23-7.555%206.988-9.938c2.989-1.894%206.309-4%208.594-8.222a15.5%2015.5%200%200%200%201.875-7.41a15.6%2015.6%200%200%200-.734-4.735m0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/astro.svg?color=%231a73e8&size=48