pen-line-duotone from Solar by 480 Design · Line Duotone · Messages · CC-BY-4.0 Attribution required.

Name
pen-line-duotone
Set
Solar
Style
Line Duotone
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"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M15.2869 3.15178L14.3601 4.07866L5.83882 12.5999L5.83881 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.5844L7.47919 20.5844C8.25353 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.4001 18.1612L19.9213 9.63993L20.8482 8.71306C22.3839 7.17735 22.3839 4.68748 20.8482 3.15178C19.3125 1.61607 16.8226 1.61607 15.2869 3.15178Z"/><path d="M14.36 4.07812C14.36 4.07812 14.4759 6.04774 16.2138 7.78564C17.9517 9.52354 19.9213 9.6394 19.9213 9.6394M4.19789 21.6777L2.32178 19.8015" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPenLineDuotone(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 d="M15.2869 3.15178L14.3601 4.07866L5.83882 12.5999L5.83881 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.5844L7.47919 20.5844C8.25353 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.4001 18.1612L19.9213 9.63993L20.8482 8.71306C22.3839 7.17735 22.3839 4.68748 20.8482 3.15178C19.3125 1.61607 16.8226 1.61607 15.2869 3.15178Z"/><path d="M14.36 4.07812C14.36 4.07812 14.4759 6.04774 16.2138 7.78564C17.9517 9.52354 19.9213 9.6394 19.9213 9.6394M4.19789 21.6777L2.32178 19.8015" opacity=".5"/></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 d="M15.2869 3.15178L14.3601 4.07866L5.83882 12.5999L5.83881 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.5844L7.47919 20.5844C8.25353 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.4001 18.1612L19.9213 9.63993L20.8482 8.71306C22.3839 7.17735 22.3839 4.68748 20.8482 3.15178C19.3125 1.61607 16.8226 1.61607 15.2869 3.15178Z"/><path d="M14.36 4.07812C14.36 4.07812 14.4759 6.04774 16.2138 7.78564C17.9517 9.52354 19.9213 9.6394 19.9213 9.6394M4.19789 21.6777L2.32178 19.8015" opacity=".5"/></g></svg>
</template>

CSS

.icon-pen-line-duotone {
  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%20d%3D%22M15.2869%203.15178L14.3601%204.07866L5.83882%2012.5999L5.83881%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.5844L7.47919%2020.5844C8.25353%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.4001%2018.1612L19.9213%209.63993L20.8482%208.71306C22.3839%207.17735%2022.3839%204.68748%2020.8482%203.15178C19.3125%201.61607%2016.8226%201.61607%2015.2869%203.15178Z%22%2F%3E%3Cpath%20d%3D%22M14.36%204.07812C14.36%204.07812%2014.4759%206.04774%2016.2138%207.78564C17.9517%209.52354%2019.9213%209.6394%2019.9213%209.6394M4.19789%2021.6777L2.32178%2019.8015%22%20opacity%3D%22.5%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%20d%3D%22M15.2869%203.15178L14.3601%204.07866L5.83882%2012.5999L5.83881%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.5844L7.47919%2020.5844C8.25353%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.4001%2018.1612L19.9213%209.63993L20.8482%208.71306C22.3839%207.17735%2022.3839%204.68748%2020.8482%203.15178C19.3125%201.61607%2016.8226%201.61607%2015.2869%203.15178Z%22%2F%3E%3Cpath%20d%3D%22M14.36%204.07812C14.36%204.07812%2014.4759%206.04774%2016.2138%207.78564C17.9517%209.52354%2019.9213%209.6394%2019.9213%209.6394M4.19789%2021.6777L2.32178%2019.8015%22%20opacity%3D%22.5%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/pen-line-duotone.svg?color=%231a73e8&size=48