sparkling icon
sparkling-line from Remix Icon by Remix Design · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- sparkling-line
- Set
- Remix Icon
- Style
- Line
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More weather icons from Remix Icon
Use the sparkling icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 4.438A2.437 2.437 0 0 0 16.438 2h1.125A2.437 2.437 0 0 0 20 4.438v1.125A2.437 2.437 0 0 0 17.563 8h-1.125A2.437 2.437 0 0 0 14 5.563zM1 11a6 6 0 0 0 6-6h2a6 6 0 0 0 6 6v2a6 6 0 0 0-6 6H7a6 6 0 0 0-6-6zm3.876 1A8.04 8.04 0 0 1 8 15.124A8.04 8.04 0 0 1 11.124 12A8.04 8.04 0 0 1 8 8.876A8.04 8.04 0 0 1 4.876 12m12.374 2A3.25 3.25 0 0 1 14 17.25v1.5A3.25 3.25 0 0 1 17.25 22h1.5A3.25 3.25 0 0 1 22 18.75v-1.5A3.25 3.25 0 0 1 18.75 14z"/></svg>
React
import type { SVGProps } from "react";
export function RiSparklingLine(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="M14 4.438A2.437 2.437 0 0 0 16.438 2h1.125A2.437 2.437 0 0 0 20 4.438v1.125A2.437 2.437 0 0 0 17.563 8h-1.125A2.437 2.437 0 0 0 14 5.563zM1 11a6 6 0 0 0 6-6h2a6 6 0 0 0 6 6v2a6 6 0 0 0-6 6H7a6 6 0 0 0-6-6zm3.876 1A8.04 8.04 0 0 1 8 15.124A8.04 8.04 0 0 1 11.124 12A8.04 8.04 0 0 1 8 8.876A8.04 8.04 0 0 1 4.876 12m12.374 2A3.25 3.25 0 0 1 14 17.25v1.5A3.25 3.25 0 0 1 17.25 22h1.5A3.25 3.25 0 0 1 22 18.75v-1.5A3.25 3.25 0 0 1 18.75 14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 4.438A2.437 2.437 0 0 0 16.438 2h1.125A2.437 2.437 0 0 0 20 4.438v1.125A2.437 2.437 0 0 0 17.563 8h-1.125A2.437 2.437 0 0 0 14 5.563zM1 11a6 6 0 0 0 6-6h2a6 6 0 0 0 6 6v2a6 6 0 0 0-6 6H7a6 6 0 0 0-6-6zm3.876 1A8.04 8.04 0 0 1 8 15.124A8.04 8.04 0 0 1 11.124 12A8.04 8.04 0 0 1 8 8.876A8.04 8.04 0 0 1 4.876 12m12.374 2A3.25 3.25 0 0 1 14 17.25v1.5A3.25 3.25 0 0 1 17.25 22h1.5A3.25 3.25 0 0 1 22 18.75v-1.5A3.25 3.25 0 0 1 18.75 14z"/></svg> </template>
CSS
.icon-sparkling-line {
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%22M14%204.438A2.437%202.437%200%200%200%2016.438%202h1.125A2.437%202.437%200%200%200%2020%204.438v1.125A2.437%202.437%200%200%200%2017.563%208h-1.125A2.437%202.437%200%200%200%2014%205.563zM1%2011a6%206%200%200%200%206-6h2a6%206%200%200%200%206%206v2a6%206%200%200%200-6%206H7a6%206%200%200%200-6-6zm3.876%201A8.04%208.04%200%200%201%208%2015.124A8.04%208.04%200%200%201%2011.124%2012A8.04%208.04%200%200%201%208%208.876A8.04%208.04%200%200%201%204.876%2012m12.374%202A3.25%203.25%200%200%201%2014%2017.25v1.5A3.25%203.25%200%200%201%2017.25%2022h1.5A3.25%203.25%200%200%201%2022%2018.75v-1.5A3.25%203.25%200%200%201%2018.75%2014z%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%22M14%204.438A2.437%202.437%200%200%200%2016.438%202h1.125A2.437%202.437%200%200%200%2020%204.438v1.125A2.437%202.437%200%200%200%2017.563%208h-1.125A2.437%202.437%200%200%200%2014%205.563zM1%2011a6%206%200%200%200%206-6h2a6%206%200%200%200%206%206v2a6%206%200%200%200-6%206H7a6%206%200%200%200-6-6zm3.876%201A8.04%208.04%200%200%201%208%2015.124A8.04%208.04%200%200%201%2011.124%2012A8.04%208.04%200%200%201%208%208.876A8.04%208.04%200%200%201%204.876%2012m12.374%202A3.25%203.25%200%200%201%2014%2017.25v1.5A3.25%203.25%200%200%201%2017.25%2022h1.5A3.25%203.25%200%200%201%2022%2018.75v-1.5A3.25%203.25%200%200%201%2018.75%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/sparkling-line.svg?color=%231a73e8&size=48