galaxy icon
galaxy from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- galaxy
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the galaxy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M17.734 17.734c4.524-4.524 5.624-10.759 2.458-13.926C17.627 1.244 13.05 1.478 9 4.062m-5.192 16.13c2.478 2.478 6.835 2.343 10.78 0M6.266 6.266C2.98 9.552 1.5 13.74 2.15 17"/><path d="M16.915 7.085c-1.9-1.9-5.641-1.24-8.355 1.475s-3.375 6.455-1.475 8.355s5.641 1.24 8.356-1.474C17.09 13.79 17.98 11.764 18 10"/><path d="M13.638 10.362c.634.633.414 1.88-.491 2.785s-2.152 1.125-2.785.491c-.634-.633-.414-1.88.491-2.785s2.152-1.125 2.785-.491Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGalaxy(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" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M17.734 17.734c4.524-4.524 5.624-10.759 2.458-13.926C17.627 1.244 13.05 1.478 9 4.062m-5.192 16.13c2.478 2.478 6.835 2.343 10.78 0M6.266 6.266C2.98 9.552 1.5 13.74 2.15 17"/><path d="M16.915 7.085c-1.9-1.9-5.641-1.24-8.355 1.475s-3.375 6.455-1.475 8.355s5.641 1.24 8.356-1.474C17.09 13.79 17.98 11.764 18 10"/><path d="M13.638 10.362c.634.633.414 1.88-.491 2.785s-2.152 1.125-2.785.491c-.634-.633-.414-1.88.491-2.785s2.152-1.125 2.785-.491Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M17.734 17.734c4.524-4.524 5.624-10.759 2.458-13.926C17.627 1.244 13.05 1.478 9 4.062m-5.192 16.13c2.478 2.478 6.835 2.343 10.78 0M6.266 6.266C2.98 9.552 1.5 13.74 2.15 17"/><path d="M16.915 7.085c-1.9-1.9-5.641-1.24-8.355 1.475s-3.375 6.455-1.475 8.355s5.641 1.24 8.356-1.474C17.09 13.79 17.98 11.764 18 10"/><path d="M13.638 10.362c.634.633.414 1.88-.491 2.785s-2.152 1.125-2.785.491c-.634-.633-.414-1.88.491-2.785s2.152-1.125 2.785-.491Z"/></g></svg> </template>
CSS
.icon-galaxy {
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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.734%2017.734c4.524-4.524%205.624-10.759%202.458-13.926C17.627%201.244%2013.05%201.478%209%204.062m-5.192%2016.13c2.478%202.478%206.835%202.343%2010.78%200M6.266%206.266C2.98%209.552%201.5%2013.74%202.15%2017%22%2F%3E%3Cpath%20d%3D%22M16.915%207.085c-1.9-1.9-5.641-1.24-8.355%201.475s-3.375%206.455-1.475%208.355s5.641%201.24%208.356-1.474C17.09%2013.79%2017.98%2011.764%2018%2010%22%2F%3E%3Cpath%20d%3D%22M13.638%2010.362c.634.633.414%201.88-.491%202.785s-2.152%201.125-2.785.491c-.634-.633-.414-1.88.491-2.785s2.152-1.125%202.785-.491Z%22%2F%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.734%2017.734c4.524-4.524%205.624-10.759%202.458-13.926C17.627%201.244%2013.05%201.478%209%204.062m-5.192%2016.13c2.478%202.478%206.835%202.343%2010.78%200M6.266%206.266C2.98%209.552%201.5%2013.74%202.15%2017%22%2F%3E%3Cpath%20d%3D%22M16.915%207.085c-1.9-1.9-5.641-1.24-8.355%201.475s-3.375%206.455-1.475%208.355s5.641%201.24%208.356-1.474C17.09%2013.79%2017.98%2011.764%2018%2010%22%2F%3E%3Cpath%20d%3D%22M13.638%2010.362c.634.633.414%201.88-.491%202.785s-2.152%201.125-2.785.491c-.634-.633-.414-1.88.491-2.785s2.152-1.125%202.785-.491Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/galaxy.svg?color=%231a73e8&size=48