magicpen icon
magicpen from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- magicpen
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the magicpen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M3.5 20.5c.83.83 2.17.83 3 0l13-13c.83-.83.83-2.17 0-3s-2.17-.83-3 0l-13 13c-.83.83-.83 2.17 0 3M18.01 8.99l-3-3"/><path d="M8.5 2.44L10 2l-.44 1.5L10 5l-1.5-.44L7 5l.44-1.5L7 2zm-4 6L6 8l-.44 1.5L6 11l-1.5-.44L3 11l.44-1.5L3 8zm15 5L21 13l-.44 1.5L21 16l-1.5-.44L18 16l.44-1.5L18 13z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMagicpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="1.5" d="M3.5 20.5c.83.83 2.17.83 3 0l13-13c.83-.83.83-2.17 0-3s-2.17-.83-3 0l-13 13c-.83.83-.83 2.17 0 3M18.01 8.99l-3-3"/><path d="M8.5 2.44L10 2l-.44 1.5L10 5l-1.5-.44L7 5l.44-1.5L7 2zm-4 6L6 8l-.44 1.5L6 11l-1.5-.44L3 11l.44-1.5L3 8zm15 5L21 13l-.44 1.5L21 16l-1.5-.44L18 16l.44-1.5L18 13z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M3.5 20.5c.83.83 2.17.83 3 0l13-13c.83-.83.83-2.17 0-3s-2.17-.83-3 0l-13 13c-.83.83-.83 2.17 0 3M18.01 8.99l-3-3"/><path d="M8.5 2.44L10 2l-.44 1.5L10 5l-1.5-.44L7 5l.44-1.5L7 2zm-4 6L6 8l-.44 1.5L6 11l-1.5-.44L3 11l.44-1.5L3 8zm15 5L21 13l-.44 1.5L21 16l-1.5-.44L18 16l.44-1.5L18 13z"/></g></svg> </template>
CSS
.icon-magicpen {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M3.5%2020.5c.83.83%202.17.83%203%200l13-13c.83-.83.83-2.17%200-3s-2.17-.83-3%200l-13%2013c-.83.83-.83%202.17%200%203M18.01%208.99l-3-3%22%2F%3E%3Cpath%20d%3D%22M8.5%202.44L10%202l-.44%201.5L10%205l-1.5-.44L7%205l.44-1.5L7%202zm-4%206L6%208l-.44%201.5L6%2011l-1.5-.44L3%2011l.44-1.5L3%208zm15%205L21%2013l-.44%201.5L21%2016l-1.5-.44L18%2016l.44-1.5L18%2013z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M3.5%2020.5c.83.83%202.17.83%203%200l13-13c.83-.83.83-2.17%200-3s-2.17-.83-3%200l-13%2013c-.83.83-.83%202.17%200%203M18.01%208.99l-3-3%22%2F%3E%3Cpath%20d%3D%22M8.5%202.44L10%202l-.44%201.5L10%205l-1.5-.44L7%205l.44-1.5L7%202zm-4%206L6%208l-.44%201.5L6%2011l-1.5-.44L3%2011l.44-1.5L3%208zm15%205L21%2013l-.44%201.5L21%2016l-1.5-.44L18%2016l.44-1.5L18%2013z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/magicpen.svg?color=%231a73e8&size=48