magic from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
magic
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the magic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1.5 24 24"><path fill="currentColor" d="m14.243 7.172l3.535-3.536l-.707-.707l-3.535 3.535zm-1.415 1.414l-.707-.707L2.93 17.07l.707.707l9.192-9.192zm4.95-7.778l2.121 2.12a1 1 0 0 1 0 1.415L4.343 19.9a1 1 0 0 1-1.414 0L.808 17.78a1 1 0 0 1 0-1.415L16.364.808a1 1 0 0 1 1.414 0M8.586.1l1.393.704L11.414.1l-.68 1.46l.68 1.368l-1.384-.664l-1.444.664l.689-1.42zm9.9 7.07l1.393.705l1.435-.704l-.68 1.46l.68 1.368l-1.384-.664l-1.445.664l.69-1.42l-.69-1.408z"/></svg>

React

import type { SVGProps } from "react";

export function JamMagic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1.5 24 24"><path fill="currentColor" d="m14.243 7.172l3.535-3.536l-.707-.707l-3.535 3.535zm-1.415 1.414l-.707-.707L2.93 17.07l.707.707l9.192-9.192zm4.95-7.778l2.121 2.12a1 1 0 0 1 0 1.415L4.343 19.9a1 1 0 0 1-1.414 0L.808 17.78a1 1 0 0 1 0-1.415L16.364.808a1 1 0 0 1 1.414 0M8.586.1l1.393.704L11.414.1l-.68 1.46l.68 1.368l-1.384-.664l-1.444.664l.689-1.42zm9.9 7.07l1.393.705l1.435-.704l-.68 1.46l.68 1.368l-1.384-.664l-1.445.664l.69-1.42l-.69-1.408z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1.5 24 24"><path fill="currentColor" d="m14.243 7.172l3.535-3.536l-.707-.707l-3.535 3.535zm-1.415 1.414l-.707-.707L2.93 17.07l.707.707l9.192-9.192zm4.95-7.778l2.121 2.12a1 1 0 0 1 0 1.415L4.343 19.9a1 1 0 0 1-1.414 0L.808 17.78a1 1 0 0 1 0-1.415L16.364.808a1 1 0 0 1 1.414 0M8.586.1l1.393.704L11.414.1l-.68 1.46l.68 1.368l-1.384-.664l-1.444.664l.689-1.42zm9.9 7.07l1.393.705l1.435-.704l-.68 1.46l.68 1.368l-1.384-.664l-1.445.664l.69-1.42l-.69-1.408z"/></svg>
</template>

CSS

.icon-magic {
  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%22-1%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.243%207.172l3.535-3.536l-.707-.707l-3.535%203.535zm-1.415%201.414l-.707-.707L2.93%2017.07l.707.707l9.192-9.192zm4.95-7.778l2.121%202.12a1%201%200%200%201%200%201.415L4.343%2019.9a1%201%200%200%201-1.414%200L.808%2017.78a1%201%200%200%201%200-1.415L16.364.808a1%201%200%200%201%201.414%200M8.586.1l1.393.704L11.414.1l-.68%201.46l.68%201.368l-1.384-.664l-1.444.664l.689-1.42zm9.9%207.07l1.393.705l1.435-.704l-.68%201.46l.68%201.368l-1.384-.664l-1.445.664l.69-1.42l-.69-1.408z%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%22-1%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.243%207.172l3.535-3.536l-.707-.707l-3.535%203.535zm-1.415%201.414l-.707-.707L2.93%2017.07l.707.707l9.192-9.192zm4.95-7.778l2.121%202.12a1%201%200%200%201%200%201.415L4.343%2019.9a1%201%200%200%201-1.414%200L.808%2017.78a1%201%200%200%201%200-1.415L16.364.808a1%201%200%200%201%201.414%200M8.586.1l1.393.704L11.414.1l-.68%201.46l.68%201.368l-1.384-.664l-1.444.664l.689-1.42zm9.9%207.07l1.393.705l1.435-.704l-.68%201.46l.68%201.368l-1.384-.664l-1.445.664l.69-1.42l-.69-1.408z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/magic.svg?color=%231a73e8&size=48