meteor icon
meteor from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- meteor
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the meteor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.507 2.138a1 1 0 0 0-1.155.102L4.196 9.197c-2.924 2.924-2.924 7.682 0 10.606a7.47 7.47 0 0 0 5.3 2.192c1.924 0 3.85-.734 5.317-2.202l6.903-7.096A1 1 0 0 0 21 11h-3.301l4.175-7.514a1.001 1.001 0 0 0-1.359-1.36l-7.11 3.95l.576-2.879a1 1 0 0 0-.474-1.059M14 14.5a4.5 4.5 0 0 1-9 0c0-1.57.807-2.949 2.025-3.754c-.01.084-.025.167-.025.254a2 2 0 1 0 3.845-.772C12.669 10.802 14 12.486 14 14.5"/></svg>
React
import type { SVGProps } from "react";
export function BxsMeteor(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="M13.507 2.138a1 1 0 0 0-1.155.102L4.196 9.197c-2.924 2.924-2.924 7.682 0 10.606a7.47 7.47 0 0 0 5.3 2.192c1.924 0 3.85-.734 5.317-2.202l6.903-7.096A1 1 0 0 0 21 11h-3.301l4.175-7.514a1.001 1.001 0 0 0-1.359-1.36l-7.11 3.95l.576-2.879a1 1 0 0 0-.474-1.059M14 14.5a4.5 4.5 0 0 1-9 0c0-1.57.807-2.949 2.025-3.754c-.01.084-.025.167-.025.254a2 2 0 1 0 3.845-.772C12.669 10.802 14 12.486 14 14.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.507 2.138a1 1 0 0 0-1.155.102L4.196 9.197c-2.924 2.924-2.924 7.682 0 10.606a7.47 7.47 0 0 0 5.3 2.192c1.924 0 3.85-.734 5.317-2.202l6.903-7.096A1 1 0 0 0 21 11h-3.301l4.175-7.514a1.001 1.001 0 0 0-1.359-1.36l-7.11 3.95l.576-2.879a1 1 0 0 0-.474-1.059M14 14.5a4.5 4.5 0 0 1-9 0c0-1.57.807-2.949 2.025-3.754c-.01.084-.025.167-.025.254a2 2 0 1 0 3.845-.772C12.669 10.802 14 12.486 14 14.5"/></svg> </template>
CSS
.icon-meteor {
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%22M13.507%202.138a1%201%200%200%200-1.155.102L4.196%209.197c-2.924%202.924-2.924%207.682%200%2010.606a7.47%207.47%200%200%200%205.3%202.192c1.924%200%203.85-.734%205.317-2.202l6.903-7.096A1%201%200%200%200%2021%2011h-3.301l4.175-7.514a1.001%201.001%200%200%200-1.359-1.36l-7.11%203.95l.576-2.879a1%201%200%200%200-.474-1.059M14%2014.5a4.5%204.5%200%200%201-9%200c0-1.57.807-2.949%202.025-3.754c-.01.084-.025.167-.025.254a2%202%200%201%200%203.845-.772C12.669%2010.802%2014%2012.486%2014%2014.5%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%22M13.507%202.138a1%201%200%200%200-1.155.102L4.196%209.197c-2.924%202.924-2.924%207.682%200%2010.606a7.47%207.47%200%200%200%205.3%202.192c1.924%200%203.85-.734%205.317-2.202l6.903-7.096A1%201%200%200%200%2021%2011h-3.301l4.175-7.514a1.001%201.001%200%200%200-1.359-1.36l-7.11%203.95l.576-2.879a1%201%200%200%200-.474-1.059M14%2014.5a4.5%204.5%200%200%201-9%200c0-1.57.807-2.949%202.025-3.754c-.01.084-.025.167-.025.254a2%202%200%201%200%203.845-.772C12.669%2010.802%2014%2012.486%2014%2014.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/meteor.svg?color=%231a73e8&size=48