stellar logo
stellar from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- stellar
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the stellar logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.003 1.716c-1.37 0-2.7.27-3.948.78A10.18 10.18 0 0 0 2.66 7.901a10.1 10.1 0 0 0-.797 3.954q0 .387.027.775a1.94 1.94 0 0 1-1.055 1.88L0 14.934v1.902l2.463-1.26l.072-.032v.005l.77-.39l.758-.385l.066-.039l14.807-7.56l1.666-.847l3.392-1.732V2.694L17.792 5.86L3.744 13.025l-.104.055l-.017-.115a8 8 0 0 1-.071-1.105c0-2.255.88-4.377 2.474-5.977a8.5 8.5 0 0 1 2.71-1.82a8.5 8.5 0 0 1 3.2-.654h.067a8.4 8.4 0 0 1 4.09 1.055l1.628-.83l.126-.066a10.1 10.1 0 0 0-5.845-1.853zM24 7.143L5.047 16.808l-1.666.847L0 19.382v1.902l3.282-1.671l2.91-1.485l14.058-7.153l.105-.055l.016.115c.05.369.072.743.072 1.11c0 2.255-.88 4.383-2.475 5.978a8.5 8.5 0 0 1-2.71 1.82a8.3 8.3 0 0 1-3.2.654h-.06a8.45 8.45 0 0 1-4.102-1.061l-.066.033l-1.683.857a10.4 10.4 0 0 0 1.903 1.062a10.1 10.1 0 0 0 3.947.797a10.1 10.1 0 0 0 7.17-2.975a10.14 10.14 0 0 0 2.969-7.18c0-.259-.005-.523-.027-.781a1.94 1.94 0 0 1 1.055-1.88L24 9.044z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsStellar(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="M12.003 1.716c-1.37 0-2.7.27-3.948.78A10.18 10.18 0 0 0 2.66 7.901a10.1 10.1 0 0 0-.797 3.954q0 .387.027.775a1.94 1.94 0 0 1-1.055 1.88L0 14.934v1.902l2.463-1.26l.072-.032v.005l.77-.39l.758-.385l.066-.039l14.807-7.56l1.666-.847l3.392-1.732V2.694L17.792 5.86L3.744 13.025l-.104.055l-.017-.115a8 8 0 0 1-.071-1.105c0-2.255.88-4.377 2.474-5.977a8.5 8.5 0 0 1 2.71-1.82a8.5 8.5 0 0 1 3.2-.654h.067a8.4 8.4 0 0 1 4.09 1.055l1.628-.83l.126-.066a10.1 10.1 0 0 0-5.845-1.853zM24 7.143L5.047 16.808l-1.666.847L0 19.382v1.902l3.282-1.671l2.91-1.485l14.058-7.153l.105-.055l.016.115c.05.369.072.743.072 1.11c0 2.255-.88 4.383-2.475 5.978a8.5 8.5 0 0 1-2.71 1.82a8.3 8.3 0 0 1-3.2.654h-.06a8.45 8.45 0 0 1-4.102-1.061l-.066.033l-1.683.857a10.4 10.4 0 0 0 1.903 1.062a10.1 10.1 0 0 0 3.947.797a10.1 10.1 0 0 0 7.17-2.975a10.14 10.14 0 0 0 2.969-7.18c0-.259-.005-.523-.027-.781a1.94 1.94 0 0 1 1.055-1.88L24 9.044z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.003 1.716c-1.37 0-2.7.27-3.948.78A10.18 10.18 0 0 0 2.66 7.901a10.1 10.1 0 0 0-.797 3.954q0 .387.027.775a1.94 1.94 0 0 1-1.055 1.88L0 14.934v1.902l2.463-1.26l.072-.032v.005l.77-.39l.758-.385l.066-.039l14.807-7.56l1.666-.847l3.392-1.732V2.694L17.792 5.86L3.744 13.025l-.104.055l-.017-.115a8 8 0 0 1-.071-1.105c0-2.255.88-4.377 2.474-5.977a8.5 8.5 0 0 1 2.71-1.82a8.5 8.5 0 0 1 3.2-.654h.067a8.4 8.4 0 0 1 4.09 1.055l1.628-.83l.126-.066a10.1 10.1 0 0 0-5.845-1.853zM24 7.143L5.047 16.808l-1.666.847L0 19.382v1.902l3.282-1.671l2.91-1.485l14.058-7.153l.105-.055l.016.115c.05.369.072.743.072 1.11c0 2.255-.88 4.383-2.475 5.978a8.5 8.5 0 0 1-2.71 1.82a8.3 8.3 0 0 1-3.2.654h-.06a8.45 8.45 0 0 1-4.102-1.061l-.066.033l-1.683.857a10.4 10.4 0 0 0 1.903 1.062a10.1 10.1 0 0 0 3.947.797a10.1 10.1 0 0 0 7.17-2.975a10.14 10.14 0 0 0 2.969-7.18c0-.259-.005-.523-.027-.781a1.94 1.94 0 0 1 1.055-1.88L24 9.044z"/></svg> </template>
CSS
.icon-stellar {
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%22M12.003%201.716c-1.37%200-2.7.27-3.948.78A10.18%2010.18%200%200%200%202.66%207.901a10.1%2010.1%200%200%200-.797%203.954q0%20.387.027.775a1.94%201.94%200%200%201-1.055%201.88L0%2014.934v1.902l2.463-1.26l.072-.032v.005l.77-.39l.758-.385l.066-.039l14.807-7.56l1.666-.847l3.392-1.732V2.694L17.792%205.86L3.744%2013.025l-.104.055l-.017-.115a8%208%200%200%201-.071-1.105c0-2.255.88-4.377%202.474-5.977a8.5%208.5%200%200%201%202.71-1.82a8.5%208.5%200%200%201%203.2-.654h.067a8.4%208.4%200%200%201%204.09%201.055l1.628-.83l.126-.066a10.1%2010.1%200%200%200-5.845-1.853zM24%207.143L5.047%2016.808l-1.666.847L0%2019.382v1.902l3.282-1.671l2.91-1.485l14.058-7.153l.105-.055l.016.115c.05.369.072.743.072%201.11c0%202.255-.88%204.383-2.475%205.978a8.5%208.5%200%200%201-2.71%201.82a8.3%208.3%200%200%201-3.2.654h-.06a8.45%208.45%200%200%201-4.102-1.061l-.066.033l-1.683.857a10.4%2010.4%200%200%200%201.903%201.062a10.1%2010.1%200%200%200%203.947.797a10.1%2010.1%200%200%200%207.17-2.975a10.14%2010.14%200%200%200%202.969-7.18c0-.259-.005-.523-.027-.781a1.94%201.94%200%200%201%201.055-1.88L24%209.044z%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%22M12.003%201.716c-1.37%200-2.7.27-3.948.78A10.18%2010.18%200%200%200%202.66%207.901a10.1%2010.1%200%200%200-.797%203.954q0%20.387.027.775a1.94%201.94%200%200%201-1.055%201.88L0%2014.934v1.902l2.463-1.26l.072-.032v.005l.77-.39l.758-.385l.066-.039l14.807-7.56l1.666-.847l3.392-1.732V2.694L17.792%205.86L3.744%2013.025l-.104.055l-.017-.115a8%208%200%200%201-.071-1.105c0-2.255.88-4.377%202.474-5.977a8.5%208.5%200%200%201%202.71-1.82a8.5%208.5%200%200%201%203.2-.654h.067a8.4%208.4%200%200%201%204.09%201.055l1.628-.83l.126-.066a10.1%2010.1%200%200%200-5.845-1.853zM24%207.143L5.047%2016.808l-1.666.847L0%2019.382v1.902l3.282-1.671l2.91-1.485l14.058-7.153l.105-.055l.016.115c.05.369.072.743.072%201.11c0%202.255-.88%204.383-2.475%205.978a8.5%208.5%200%200%201-2.71%201.82a8.3%208.3%200%200%201-3.2.654h-.06a8.45%208.45%200%200%201-4.102-1.061l-.066.033l-1.683.857a10.4%2010.4%200%200%200%201.903%201.062a10.1%2010.1%200%200%200%203.947.797a10.1%2010.1%200%200%200%207.17-2.975a10.14%2010.14%200%200%200%202.969-7.18c0-.259-.005-.523-.027-.781a1.94%201.94%200%200%201%201.055-1.88L24%209.044z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/stellar.svg?color=%231a73e8&size=48