brand astro icon
brand-astro from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- brand-astro
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Tabler Icons
brand-4chanbrand-abstractbrand-adobebrand-adobe-after-effectsbrand-adobe-illustratorbrand-adobe-indesignbrand-adobe-photoshopbrand-adobe-premierebrand-adobe-xdbrand-adonis-jsbrand-airbnbbrand-airtablebrand-algoliabrand-alipaybrand-alpine-jsbrand-amazonbrand-amdbrand-amiebrand-amigobrand-among-usbrand-androidbrand-angularbrand-ansiblebrand-ao3
Use the brand astro icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.972 3.483c.163.196.247.46.413.987L19.025 16a15.5 15.5 0 0 0-4.352-1.42l-2.37-7.723a.31.31 0 0 0-.296-.213a.31.31 0 0 0-.295.214L9.37 14.576A15.5 15.5 0 0 0 5 15.998l3.657-11.53c.168-.527.251-.79.415-.986c.144-.172.331-.306.544-.388C9.858 3 10.143 3 10.715 3h2.612c.572 0 .858 0 1.1.094c.213.082.4.217.545.39M9 18c0 1.5 2 3 3 4c1-1 3-3 3-4q-3 1.5-6 0"/></svg>
React
import type { SVGProps } from "react";
export function TablerBrandAstro(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14.972 3.483c.163.196.247.46.413.987L19.025 16a15.5 15.5 0 0 0-4.352-1.42l-2.37-7.723a.31.31 0 0 0-.296-.213a.31.31 0 0 0-.295.214L9.37 14.576A15.5 15.5 0 0 0 5 15.998l3.657-11.53c.168-.527.251-.79.415-.986c.144-.172.331-.306.544-.388C9.858 3 10.143 3 10.715 3h2.612c.572 0 .858 0 1.1.094c.213.082.4.217.545.39M9 18c0 1.5 2 3 3 4c1-1 3-3 3-4q-3 1.5-6 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.972 3.483c.163.196.247.46.413.987L19.025 16a15.5 15.5 0 0 0-4.352-1.42l-2.37-7.723a.31.31 0 0 0-.296-.213a.31.31 0 0 0-.295.214L9.37 14.576A15.5 15.5 0 0 0 5 15.998l3.657-11.53c.168-.527.251-.79.415-.986c.144-.172.331-.306.544-.388C9.858 3 10.143 3 10.715 3h2.612c.572 0 .858 0 1.1.094c.213.082.4.217.545.39M9 18c0 1.5 2 3 3 4c1-1 3-3 3-4q-3 1.5-6 0"/></svg> </template>
CSS
.icon-brand-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.972%203.483c.163.196.247.46.413.987L19.025%2016a15.5%2015.5%200%200%200-4.352-1.42l-2.37-7.723a.31.31%200%200%200-.296-.213a.31.31%200%200%200-.295.214L9.37%2014.576A15.5%2015.5%200%200%200%205%2015.998l3.657-11.53c.168-.527.251-.79.415-.986c.144-.172.331-.306.544-.388C9.858%203%2010.143%203%2010.715%203h2.612c.572%200%20.858%200%201.1.094c.213.082.4.217.545.39M9%2018c0%201.5%202%203%203%204c1-1%203-3%203-4q-3%201.5-6%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.972%203.483c.163.196.247.46.413.987L19.025%2016a15.5%2015.5%200%200%200-4.352-1.42l-2.37-7.723a.31.31%200%200%200-.296-.213a.31.31%200%200%200-.295.214L9.37%2014.576A15.5%2015.5%200%200%200%205%2015.998l3.657-11.53c.168-.527.251-.79.415-.986c.144-.172.331-.306.544-.388C9.858%203%2010.143%203%2010.715%203h2.612c.572%200%20.858%200%201.1.094c.213.082.4.217.545.39M9%2018c0%201.5%202%203%203%204c1-1%203-3%203-4q-3%201.5-6%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/brand-astro.svg?color=%231a73e8&size=48