pen sparkles icon

pen-sparkles from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
pen-sparkles
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Related icons in Keyline Icons

Use the pen sparkles 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" stroke-width="2"><path d="M21.0237 7.6904L9.8567 18.8573L2 22L5.1427 14.1433L16.3096 2.9763C16.9348 2.3512 17.7826 2 18.6667 2C19.5507 2 20.3986 2.3512 21.0237 2.9763C21.6488 3.6014 22 4.4493 22 5.3333C22 6.2174 21.6488 7.0652 21.0237 7.6904ZM15.0638 4.2222L19.7778 8.9362"/><path d="M5 2L5 8M2 5L8 5M19 17L19 21M17 19L21 19"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsPenSparkles(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" strokeWidth="2"><path d="M21.0237 7.6904L9.8567 18.8573L2 22L5.1427 14.1433L16.3096 2.9763C16.9348 2.3512 17.7826 2 18.6667 2C19.5507 2 20.3986 2.3512 21.0237 2.9763C21.6488 3.6014 22 4.4493 22 5.3333C22 6.2174 21.6488 7.0652 21.0237 7.6904ZM15.0638 4.2222L19.7778 8.9362"/><path d="M5 2L5 8M2 5L8 5M19 17L19 21M17 19L21 19"/></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" stroke-width="2"><path d="M21.0237 7.6904L9.8567 18.8573L2 22L5.1427 14.1433L16.3096 2.9763C16.9348 2.3512 17.7826 2 18.6667 2C19.5507 2 20.3986 2.3512 21.0237 2.9763C21.6488 3.6014 22 4.4493 22 5.3333C22 6.2174 21.6488 7.0652 21.0237 7.6904ZM15.0638 4.2222L19.7778 8.9362"/><path d="M5 2L5 8M2 5L8 5M19 17L19 21M17 19L21 19"/></g></svg>
</template>

CSS

.icon-pen-sparkles {
  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%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M21.0237%207.6904L9.8567%2018.8573L2%2022L5.1427%2014.1433L16.3096%202.9763C16.9348%202.3512%2017.7826%202%2018.6667%202C19.5507%202%2020.3986%202.3512%2021.0237%202.9763C21.6488%203.6014%2022%204.4493%2022%205.3333C22%206.2174%2021.6488%207.0652%2021.0237%207.6904ZM15.0638%204.2222L19.7778%208.9362%22%2F%3E%3Cpath%20d%3D%22M5%202L5%208M2%205L8%205M19%2017L19%2021M17%2019L21%2019%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%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M21.0237%207.6904L9.8567%2018.8573L2%2022L5.1427%2014.1433L16.3096%202.9763C16.9348%202.3512%2017.7826%202%2018.6667%202C19.5507%202%2020.3986%202.3512%2021.0237%202.9763C21.6488%203.6014%2022%204.4493%2022%205.3333C22%206.2174%2021.6488%207.0652%2021.0237%207.6904ZM15.0638%204.2222L19.7778%208.9362%22%2F%3E%3Cpath%20d%3D%22M5%202L5%208M2%205L8%205M19%2017L19%2021M17%2019L21%2019%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/pen-sparkles.svg?color=%231a73e8&size=48