pen-broken from Solar by 480 Design · Broken · Messages · CC-BY-4.0 Attribution required.

Name
pen-broken
Set
Solar
Style
Broken
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More messages icons from Solar

Use the pen 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-width="1.5" d="M14.3601 4.07866L15.2869 3.15178C16.8226 1.61607 19.3125 1.61607 20.8482 3.15178C22.3839 4.68748 22.3839 7.17735 20.8482 8.71306L19.9213 9.63993M14.3601 4.07866C14.3601 4.07866 14.4759 6.04828 16.2138 7.78618C17.9517 9.52407 19.9213 9.63993 19.9213 9.63993M14.3601 4.07866L12 6.43872M8.5 9.93872L5.83882 12.5999C5.26166 13.1771 4.97308 13.4656 4.7249 13.7838C4.43213 14.1592 4.18114 14.5653 3.97634 14.995C3.80273 15.3593 3.67368 15.7465 3.41556 16.5208L2.32181 19.8021L2.05445 20.6042C1.92743 20.9852 2.0266 21.4053 2.31063 21.6894C2.59466 21.9734 3.01478 22.0726 3.39584 21.9456L4.19792 21.6782L7.47918 20.5844C8.25352 20.3263 8.6407 20.1973 9.00498 20.0237C9.43469 19.8189 9.84082 19.5679 10.2162 19.2751C10.5344 19.0269 10.8229 18.7383 11.4001 18.1612L11.5613 18L14.6607 14.9006L19.9213 9.63993M4.19792 21.6782L2.32181 19.8021"/></svg>

React

import type { SVGProps } from "react";

export function SolarPenBroken(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" strokeWidth="1.5" d="M14.3601 4.07866L15.2869 3.15178C16.8226 1.61607 19.3125 1.61607 20.8482 3.15178C22.3839 4.68748 22.3839 7.17735 20.8482 8.71306L19.9213 9.63993M14.3601 4.07866C14.3601 4.07866 14.4759 6.04828 16.2138 7.78618C17.9517 9.52407 19.9213 9.63993 19.9213 9.63993M14.3601 4.07866L12 6.43872M8.5 9.93872L5.83882 12.5999C5.26166 13.1771 4.97308 13.4656 4.7249 13.7838C4.43213 14.1592 4.18114 14.5653 3.97634 14.995C3.80273 15.3593 3.67368 15.7465 3.41556 16.5208L2.32181 19.8021L2.05445 20.6042C1.92743 20.9852 2.0266 21.4053 2.31063 21.6894C2.59466 21.9734 3.01478 22.0726 3.39584 21.9456L4.19792 21.6782L7.47918 20.5844C8.25352 20.3263 8.6407 20.1973 9.00498 20.0237C9.43469 19.8189 9.84082 19.5679 10.2162 19.2751C10.5344 19.0269 10.8229 18.7383 11.4001 18.1612L11.5613 18L14.6607 14.9006L19.9213 9.63993M4.19792 21.6782L2.32181 19.8021"/></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-width="1.5" d="M14.3601 4.07866L15.2869 3.15178C16.8226 1.61607 19.3125 1.61607 20.8482 3.15178C22.3839 4.68748 22.3839 7.17735 20.8482 8.71306L19.9213 9.63993M14.3601 4.07866C14.3601 4.07866 14.4759 6.04828 16.2138 7.78618C17.9517 9.52407 19.9213 9.63993 19.9213 9.63993M14.3601 4.07866L12 6.43872M8.5 9.93872L5.83882 12.5999C5.26166 13.1771 4.97308 13.4656 4.7249 13.7838C4.43213 14.1592 4.18114 14.5653 3.97634 14.995C3.80273 15.3593 3.67368 15.7465 3.41556 16.5208L2.32181 19.8021L2.05445 20.6042C1.92743 20.9852 2.0266 21.4053 2.31063 21.6894C2.59466 21.9734 3.01478 22.0726 3.39584 21.9456L4.19792 21.6782L7.47918 20.5844C8.25352 20.3263 8.6407 20.1973 9.00498 20.0237C9.43469 19.8189 9.84082 19.5679 10.2162 19.2751C10.5344 19.0269 10.8229 18.7383 11.4001 18.1612L11.5613 18L14.6607 14.9006L19.9213 9.63993M4.19792 21.6782L2.32181 19.8021"/></svg>
</template>

CSS

.icon-pen-broken {
  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-width%3D%221.5%22%20d%3D%22M14.3601%204.07866L15.2869%203.15178C16.8226%201.61607%2019.3125%201.61607%2020.8482%203.15178C22.3839%204.68748%2022.3839%207.17735%2020.8482%208.71306L19.9213%209.63993M14.3601%204.07866C14.3601%204.07866%2014.4759%206.04828%2016.2138%207.78618C17.9517%209.52407%2019.9213%209.63993%2019.9213%209.63993M14.3601%204.07866L12%206.43872M8.5%209.93872L5.83882%2012.5999C5.26166%2013.1771%204.97308%2013.4656%204.7249%2013.7838C4.43213%2014.1592%204.18114%2014.5653%203.97634%2014.995C3.80273%2015.3593%203.67368%2015.7465%203.41556%2016.5208L2.32181%2019.8021L2.05445%2020.6042C1.92743%2020.9852%202.0266%2021.4053%202.31063%2021.6894C2.59466%2021.9734%203.01478%2022.0726%203.39584%2021.9456L4.19792%2021.6782L7.47918%2020.5844C8.25352%2020.3263%208.6407%2020.1973%209.00498%2020.0237C9.43469%2019.8189%209.84082%2019.5679%2010.2162%2019.2751C10.5344%2019.0269%2010.8229%2018.7383%2011.4001%2018.1612L11.5613%2018L14.6607%2014.9006L19.9213%209.63993M4.19792%2021.6782L2.32181%2019.8021%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-width%3D%221.5%22%20d%3D%22M14.3601%204.07866L15.2869%203.15178C16.8226%201.61607%2019.3125%201.61607%2020.8482%203.15178C22.3839%204.68748%2022.3839%207.17735%2020.8482%208.71306L19.9213%209.63993M14.3601%204.07866C14.3601%204.07866%2014.4759%206.04828%2016.2138%207.78618C17.9517%209.52407%2019.9213%209.63993%2019.9213%209.63993M14.3601%204.07866L12%206.43872M8.5%209.93872L5.83882%2012.5999C5.26166%2013.1771%204.97308%2013.4656%204.7249%2013.7838C4.43213%2014.1592%204.18114%2014.5653%203.97634%2014.995C3.80273%2015.3593%203.67368%2015.7465%203.41556%2016.5208L2.32181%2019.8021L2.05445%2020.6042C1.92743%2020.9852%202.0266%2021.4053%202.31063%2021.6894C2.59466%2021.9734%203.01478%2022.0726%203.39584%2021.9456L4.19792%2021.6782L7.47918%2020.5844C8.25352%2020.3263%208.6407%2020.1973%209.00498%2020.0237C9.43469%2019.8189%209.84082%2019.5679%2010.2162%2019.2751C10.5344%2019.0269%2010.8229%2018.7383%2011.4001%2018.1612L11.5613%2018L14.6607%2014.9006L19.9213%209.63993M4.19792%2021.6782L2.32181%2019.8021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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