pen-fancy from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
pen-fancy
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
pen-fancy-solid

The same icon in other sets

More objects icons from Line Awesome

Use the pen fancy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.813 4.031c-1.09 0-2.2.418-3.032 1.25L11.5 14.563l-5.469 2.093l-.531.219l-.094.563L4 26.843l-.188 1.343L5.157 28l9.407-1.406l.562-.094l.219-.531l1.969-5.188l.5-.468l9-9c1.613-1.614 1.644-4.204.125-5.876l-.125-.156a4.22 4.22 0 0 0-3-1.25zm0 1.969c.562 0 1.125.25 1.593.719c.938.937.938 2.25 0 3.187l-5.031 5.031l-3.188-3.187l5.032-5.031C22.687 6.25 23.25 6 23.812 6zm-8.063 7.188l3.188 3.187l-1.813 1.813L13.937 15zm-3.344 3.156h.031l3.22 3.218l-1.97 5.157l-5.843.843l2.687-2.687c.055.004.102.031.156.031c.883 0 1.626-.71 1.626-1.593s-.743-1.625-1.626-1.625s-1.593.742-1.593 1.625c0 .054.027.101.031.156l-2.688 2.687l.844-5.843z"/></svg>

React

import type { SVGProps } from "react";

export function LaPenFancy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.813 4.031c-1.09 0-2.2.418-3.032 1.25L11.5 14.563l-5.469 2.093l-.531.219l-.094.563L4 26.843l-.188 1.343L5.157 28l9.407-1.406l.562-.094l.219-.531l1.969-5.188l.5-.468l9-9c1.613-1.614 1.644-4.204.125-5.876l-.125-.156a4.22 4.22 0 0 0-3-1.25zm0 1.969c.562 0 1.125.25 1.593.719c.938.937.938 2.25 0 3.187l-5.031 5.031l-3.188-3.187l5.032-5.031C22.687 6.25 23.25 6 23.812 6zm-8.063 7.188l3.188 3.187l-1.813 1.813L13.937 15zm-3.344 3.156h.031l3.22 3.218l-1.97 5.157l-5.843.843l2.687-2.687c.055.004.102.031.156.031c.883 0 1.626-.71 1.626-1.593s-.743-1.625-1.626-1.625s-1.593.742-1.593 1.625c0 .054.027.101.031.156l-2.688 2.687l.844-5.843z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.813 4.031c-1.09 0-2.2.418-3.032 1.25L11.5 14.563l-5.469 2.093l-.531.219l-.094.563L4 26.843l-.188 1.343L5.157 28l9.407-1.406l.562-.094l.219-.531l1.969-5.188l.5-.468l9-9c1.613-1.614 1.644-4.204.125-5.876l-.125-.156a4.22 4.22 0 0 0-3-1.25zm0 1.969c.562 0 1.125.25 1.593.719c.938.937.938 2.25 0 3.187l-5.031 5.031l-3.188-3.187l5.032-5.031C22.687 6.25 23.25 6 23.812 6zm-8.063 7.188l3.188 3.187l-1.813 1.813L13.937 15zm-3.344 3.156h.031l3.22 3.218l-1.97 5.157l-5.843.843l2.687-2.687c.055.004.102.031.156.031c.883 0 1.626-.71 1.626-1.593s-.743-1.625-1.626-1.625s-1.593.742-1.593 1.625c0 .054.027.101.031.156l-2.688 2.687l.844-5.843z"/></svg>
</template>

CSS

.icon-pen-fancy {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.813%204.031c-1.09%200-2.2.418-3.032%201.25L11.5%2014.563l-5.469%202.093l-.531.219l-.094.563L4%2026.843l-.188%201.343L5.157%2028l9.407-1.406l.562-.094l.219-.531l1.969-5.188l.5-.468l9-9c1.613-1.614%201.644-4.204.125-5.876l-.125-.156a4.22%204.22%200%200%200-3-1.25zm0%201.969c.562%200%201.125.25%201.593.719c.938.937.938%202.25%200%203.187l-5.031%205.031l-3.188-3.187l5.032-5.031C22.687%206.25%2023.25%206%2023.812%206zm-8.063%207.188l3.188%203.187l-1.813%201.813L13.937%2015zm-3.344%203.156h.031l3.22%203.218l-1.97%205.157l-5.843.843l2.687-2.687c.055.004.102.031.156.031c.883%200%201.626-.71%201.626-1.593s-.743-1.625-1.626-1.625s-1.593.742-1.593%201.625c0%20.054.027.101.031.156l-2.688%202.687l.844-5.843z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.813%204.031c-1.09%200-2.2.418-3.032%201.25L11.5%2014.563l-5.469%202.093l-.531.219l-.094.563L4%2026.843l-.188%201.343L5.157%2028l9.407-1.406l.562-.094l.219-.531l1.969-5.188l.5-.468l9-9c1.613-1.614%201.644-4.204.125-5.876l-.125-.156a4.22%204.22%200%200%200-3-1.25zm0%201.969c.562%200%201.125.25%201.593.719c.938.937.938%202.25%200%203.187l-5.031%205.031l-3.188-3.187l5.032-5.031C22.687%206.25%2023.25%206%2023.812%206zm-8.063%207.188l3.188%203.187l-1.813%201.813L13.937%2015zm-3.344%203.156h.031l3.22%203.218l-1.97%205.157l-5.843.843l2.687-2.687c.055.004.102.031.156.031c.883%200%201.626-.71%201.626-1.593s-.743-1.625-1.626-1.625s-1.593.742-1.593%201.625c0%20.054.027.101.031.156l-2.688%202.687l.844-5.843z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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