file pen icon

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

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

5 other variants in Solar

The same icon in other sets

More files icons from Solar

Use the file pen 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C21.4816 20.1752 21.7706 19.3001 21.8985 18M22 14V13.5629C22 11.8083 22 10.931 21.654 10.1541C21.308 9.3772 20.6559 8.79032 19.3517 7.61654L15.3929 4.05365C14.2651 3.03857 13.7012 2.53104 13.0092 2.26552C12.3173 2 11.5548 2 10.0298 2C6.23869 2 4.34315 2 3.17157 3.17157C2.51839 3.82475 2.22937 4.69989 2.10149 6"/><path stroke-linejoin="round" d="M13 2.5V5C13 7.35702 13 8.53553 13.7322 9.26777C14.4645 10 15.643 10 18 10H22"/><path d="M10.0226 12.76L10.3232 12.4594C10.8212 11.9614 11.6285 11.9614 12.1265 12.4594C12.6245 12.9574 12.6245 13.7648 12.1265 14.2628L11.826 14.5633M10.0226 12.76C10.0226 12.76 10.0602 13.3987 10.6237 13.9622C11.1873 14.5258 11.826 14.5633 11.826 14.5633M10.0226 12.76L7.25945 15.5231C7.0723 15.7103 6.97872 15.8039 6.89824 15.9071C6.80331 16.0288 6.72192 16.1605 6.65551 16.2998C6.59922 16.4179 6.55737 16.5435 6.47367 16.7946L6.2057 17.5985M6.2057 17.5985L6.0323 18.1187C5.99112 18.2422 6.02328 18.3785 6.11538 18.4706C6.20748 18.5627 6.34371 18.5948 6.46727 18.5536L6.98745 18.3802L7.79137 18.1123C8.04246 18.0286 8.16801 17.9867 8.28614 17.9304C8.42548 17.864 8.55717 17.7826 8.67888 17.6877C8.78206 17.6072 8.87564 17.5136 9.0628 17.3265L11.826 14.5633M6.98745 18.3802L6.2057 17.5985"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFilePenBroken(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C21.4816 20.1752 21.7706 19.3001 21.8985 18M22 14V13.5629C22 11.8083 22 10.931 21.654 10.1541C21.308 9.3772 20.6559 8.79032 19.3517 7.61654L15.3929 4.05365C14.2651 3.03857 13.7012 2.53104 13.0092 2.26552C12.3173 2 11.5548 2 10.0298 2C6.23869 2 4.34315 2 3.17157 3.17157C2.51839 3.82475 2.22937 4.69989 2.10149 6"/><path strokeLinejoin="round" d="M13 2.5V5C13 7.35702 13 8.53553 13.7322 9.26777C14.4645 10 15.643 10 18 10H22"/><path d="M10.0226 12.76L10.3232 12.4594C10.8212 11.9614 11.6285 11.9614 12.1265 12.4594C12.6245 12.9574 12.6245 13.7648 12.1265 14.2628L11.826 14.5633M10.0226 12.76C10.0226 12.76 10.0602 13.3987 10.6237 13.9622C11.1873 14.5258 11.826 14.5633 11.826 14.5633M10.0226 12.76L7.25945 15.5231C7.0723 15.7103 6.97872 15.8039 6.89824 15.9071C6.80331 16.0288 6.72192 16.1605 6.65551 16.2998C6.59922 16.4179 6.55737 16.5435 6.47367 16.7946L6.2057 17.5985M6.2057 17.5985L6.0323 18.1187C5.99112 18.2422 6.02328 18.3785 6.11538 18.4706C6.20748 18.5627 6.34371 18.5948 6.46727 18.5536L6.98745 18.3802L7.79137 18.1123C8.04246 18.0286 8.16801 17.9867 8.28614 17.9304C8.42548 17.864 8.55717 17.7826 8.67888 17.6877C8.78206 17.6072 8.87564 17.5136 9.0628 17.3265L11.826 14.5633M6.98745 18.3802L6.2057 17.5985"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C21.4816 20.1752 21.7706 19.3001 21.8985 18M22 14V13.5629C22 11.8083 22 10.931 21.654 10.1541C21.308 9.3772 20.6559 8.79032 19.3517 7.61654L15.3929 4.05365C14.2651 3.03857 13.7012 2.53104 13.0092 2.26552C12.3173 2 11.5548 2 10.0298 2C6.23869 2 4.34315 2 3.17157 3.17157C2.51839 3.82475 2.22937 4.69989 2.10149 6"/><path stroke-linejoin="round" d="M13 2.5V5C13 7.35702 13 8.53553 13.7322 9.26777C14.4645 10 15.643 10 18 10H22"/><path d="M10.0226 12.76L10.3232 12.4594C10.8212 11.9614 11.6285 11.9614 12.1265 12.4594C12.6245 12.9574 12.6245 13.7648 12.1265 14.2628L11.826 14.5633M10.0226 12.76C10.0226 12.76 10.0602 13.3987 10.6237 13.9622C11.1873 14.5258 11.826 14.5633 11.826 14.5633M10.0226 12.76L7.25945 15.5231C7.0723 15.7103 6.97872 15.8039 6.89824 15.9071C6.80331 16.0288 6.72192 16.1605 6.65551 16.2998C6.59922 16.4179 6.55737 16.5435 6.47367 16.7946L6.2057 17.5985M6.2057 17.5985L6.0323 18.1187C5.99112 18.2422 6.02328 18.3785 6.11538 18.4706C6.20748 18.5627 6.34371 18.5948 6.46727 18.5536L6.98745 18.3802L7.79137 18.1123C8.04246 18.0286 8.16801 17.9867 8.28614 17.9304C8.42548 17.864 8.55717 17.7826 8.67888 17.6877C8.78206 17.6072 8.87564 17.5136 9.0628 17.3265L11.826 14.5633M6.98745 18.3802L6.2057 17.5985"/></g></svg>
</template>

CSS

.icon-file-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2010V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C21.4816%2020.1752%2021.7706%2019.3001%2021.8985%2018M22%2014V13.5629C22%2011.8083%2022%2010.931%2021.654%2010.1541C21.308%209.3772%2020.6559%208.79032%2019.3517%207.61654L15.3929%204.05365C14.2651%203.03857%2013.7012%202.53104%2013.0092%202.26552C12.3173%202%2011.5548%202%2010.0298%202C6.23869%202%204.34315%202%203.17157%203.17157C2.51839%203.82475%202.22937%204.69989%202.10149%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%202.5V5C13%207.35702%2013%208.53553%2013.7322%209.26777C14.4645%2010%2015.643%2010%2018%2010H22%22%2F%3E%3Cpath%20d%3D%22M10.0226%2012.76L10.3232%2012.4594C10.8212%2011.9614%2011.6285%2011.9614%2012.1265%2012.4594C12.6245%2012.9574%2012.6245%2013.7648%2012.1265%2014.2628L11.826%2014.5633M10.0226%2012.76C10.0226%2012.76%2010.0602%2013.3987%2010.6237%2013.9622C11.1873%2014.5258%2011.826%2014.5633%2011.826%2014.5633M10.0226%2012.76L7.25945%2015.5231C7.0723%2015.7103%206.97872%2015.8039%206.89824%2015.9071C6.80331%2016.0288%206.72192%2016.1605%206.65551%2016.2998C6.59922%2016.4179%206.55737%2016.5435%206.47367%2016.7946L6.2057%2017.5985M6.2057%2017.5985L6.0323%2018.1187C5.99112%2018.2422%206.02328%2018.3785%206.11538%2018.4706C6.20748%2018.5627%206.34371%2018.5948%206.46727%2018.5536L6.98745%2018.3802L7.79137%2018.1123C8.04246%2018.0286%208.16801%2017.9867%208.28614%2017.9304C8.42548%2017.864%208.55717%2017.7826%208.67888%2017.6877C8.78206%2017.6072%208.87564%2017.5136%209.0628%2017.3265L11.826%2014.5633M6.98745%2018.3802L6.2057%2017.5985%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2010V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C21.4816%2020.1752%2021.7706%2019.3001%2021.8985%2018M22%2014V13.5629C22%2011.8083%2022%2010.931%2021.654%2010.1541C21.308%209.3772%2020.6559%208.79032%2019.3517%207.61654L15.3929%204.05365C14.2651%203.03857%2013.7012%202.53104%2013.0092%202.26552C12.3173%202%2011.5548%202%2010.0298%202C6.23869%202%204.34315%202%203.17157%203.17157C2.51839%203.82475%202.22937%204.69989%202.10149%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%202.5V5C13%207.35702%2013%208.53553%2013.7322%209.26777C14.4645%2010%2015.643%2010%2018%2010H22%22%2F%3E%3Cpath%20d%3D%22M10.0226%2012.76L10.3232%2012.4594C10.8212%2011.9614%2011.6285%2011.9614%2012.1265%2012.4594C12.6245%2012.9574%2012.6245%2013.7648%2012.1265%2014.2628L11.826%2014.5633M10.0226%2012.76C10.0226%2012.76%2010.0602%2013.3987%2010.6237%2013.9622C11.1873%2014.5258%2011.826%2014.5633%2011.826%2014.5633M10.0226%2012.76L7.25945%2015.5231C7.0723%2015.7103%206.97872%2015.8039%206.89824%2015.9071C6.80331%2016.0288%206.72192%2016.1605%206.65551%2016.2998C6.59922%2016.4179%206.55737%2016.5435%206.47367%2016.7946L6.2057%2017.5985M6.2057%2017.5985L6.0323%2018.1187C5.99112%2018.2422%206.02328%2018.3785%206.11538%2018.4706C6.20748%2018.5627%206.34371%2018.5948%206.46727%2018.5536L6.98745%2018.3802L7.79137%2018.1123C8.04246%2018.0286%208.16801%2017.9867%208.28614%2017.9304C8.42548%2017.864%208.55717%2017.7826%208.67888%2017.6877C8.78206%2017.6072%208.87564%2017.5136%209.0628%2017.3265L11.826%2014.5633M6.98745%2018.3802L6.2057%2017.5985%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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