sparkles 2 off icon
sparkles-2-off from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- sparkles-2-off
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Tabler Icons
Use the sparkles 2 off 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 6a9.3 9.3 0 0 0 1.516-.546c.911-.438 1.494-1.015 1.937-1.932c.207-.428.382-.928.547-1.522c.165.595.34 1.095.547 1.521c.443.918 1.026 1.495 1.937 1.933c.426.205.925.38 1.516.546a9.3 9.3 0 0 0-1.516.547c-.911.438-1.494 1.015-1.937 1.932A9 9 0 0 0 18 10c-.165-.594-.34-1.095-.547-1.521c-.443-.918-1.026-1.494-1.937-1.932A9 9 0 0 0 14 6m.756 8.77c-2.16.93-3.34 2.207-4.224 4.568A20 20 0 0 0 10 21a20 20 0 0 0-.532-1.662c-.963-2.568-2.275-3.853-4.816-4.806A21 21 0 0 0 3 14a21 21 0 0 0 1.652-.532c2.345-.879 3.642-2.04 4.585-4.23M3 3l18 18"/></svg>
React
import type { SVGProps } from "react";
export function TablerSparkles2Off(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 6a9.3 9.3 0 0 0 1.516-.546c.911-.438 1.494-1.015 1.937-1.932c.207-.428.382-.928.547-1.522c.165.595.34 1.095.547 1.521c.443.918 1.026 1.495 1.937 1.933c.426.205.925.38 1.516.546a9.3 9.3 0 0 0-1.516.547c-.911.438-1.494 1.015-1.937 1.932A9 9 0 0 0 18 10c-.165-.594-.34-1.095-.547-1.521c-.443-.918-1.026-1.494-1.937-1.932A9 9 0 0 0 14 6m.756 8.77c-2.16.93-3.34 2.207-4.224 4.568A20 20 0 0 0 10 21a20 20 0 0 0-.532-1.662c-.963-2.568-2.275-3.853-4.816-4.806A21 21 0 0 0 3 14a21 21 0 0 0 1.652-.532c2.345-.879 3.642-2.04 4.585-4.23M3 3l18 18"/></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 6a9.3 9.3 0 0 0 1.516-.546c.911-.438 1.494-1.015 1.937-1.932c.207-.428.382-.928.547-1.522c.165.595.34 1.095.547 1.521c.443.918 1.026 1.495 1.937 1.933c.426.205.925.38 1.516.546a9.3 9.3 0 0 0-1.516.547c-.911.438-1.494 1.015-1.937 1.932A9 9 0 0 0 18 10c-.165-.594-.34-1.095-.547-1.521c-.443-.918-1.026-1.494-1.937-1.932A9 9 0 0 0 14 6m.756 8.77c-2.16.93-3.34 2.207-4.224 4.568A20 20 0 0 0 10 21a20 20 0 0 0-.532-1.662c-.963-2.568-2.275-3.853-4.816-4.806A21 21 0 0 0 3 14a21 21 0 0 0 1.652-.532c2.345-.879 3.642-2.04 4.585-4.23M3 3l18 18"/></svg> </template>
CSS
.icon-sparkles-2-off {
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%206a9.3%209.3%200%200%200%201.516-.546c.911-.438%201.494-1.015%201.937-1.932c.207-.428.382-.928.547-1.522c.165.595.34%201.095.547%201.521c.443.918%201.026%201.495%201.937%201.933c.426.205.925.38%201.516.546a9.3%209.3%200%200%200-1.516.547c-.911.438-1.494%201.015-1.937%201.932A9%209%200%200%200%2018%2010c-.165-.594-.34-1.095-.547-1.521c-.443-.918-1.026-1.494-1.937-1.932A9%209%200%200%200%2014%206m.756%208.77c-2.16.93-3.34%202.207-4.224%204.568A20%2020%200%200%200%2010%2021a20%2020%200%200%200-.532-1.662c-.963-2.568-2.275-3.853-4.816-4.806A21%2021%200%200%200%203%2014a21%2021%200%200%200%201.652-.532c2.345-.879%203.642-2.04%204.585-4.23M3%203l18%2018%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%206a9.3%209.3%200%200%200%201.516-.546c.911-.438%201.494-1.015%201.937-1.932c.207-.428.382-.928.547-1.522c.165.595.34%201.095.547%201.521c.443.918%201.026%201.495%201.937%201.933c.426.205.925.38%201.516.546a9.3%209.3%200%200%200-1.516.547c-.911.438-1.494%201.015-1.937%201.932A9%209%200%200%200%2018%2010c-.165-.594-.34-1.095-.547-1.521c-.443-.918-1.026-1.494-1.937-1.932A9%209%200%200%200%2014%206m.756%208.77c-2.16.93-3.34%202.207-4.224%204.568A20%2020%200%200%200%2010%2021a20%2020%200%200%200-.532-1.662c-.963-2.568-2.275-3.853-4.816-4.806A21%2021%200%200%200%203%2014a21%2021%200%200%200%201.652-.532c2.345-.879%203.642-2.04%204.585-4.23M3%203l18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/sparkles-2-off.svg?color=%231a73e8&size=48