pen-linear from Solar by 480 Design · Linear · Messages · CC-BY-4.0 Attribution required.

Name
pen-linear
Set
Solar
Style
Linear
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-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.63993M19.9213 9.63993L11.4001 18.1612C10.8229 18.7383 10.5344 19.0269 10.2162 19.2751C9.84082 19.5679 9.43469 19.8189 9.00498 20.0237C8.6407 20.1973 8.25352 20.3263 7.47918 20.5844L4.19792 21.6782L3.39584 21.9456C3.01478 22.0726 2.59466 21.9734 2.31063 21.6894C2.0266 21.4053 1.92743 20.9852 2.05445 20.6042L2.32181 19.8021L3.41556 16.5208C3.67368 15.7465 3.80273 15.3593 3.97634 14.995C4.18114 14.5653 4.43213 14.1592 4.7249 13.7838C4.97308 13.4656 5.26166 13.1771 5.83882 12.5999L14.3601 4.07866M4.19792 21.6782L2.32181 19.8021"/></svg>

React

import type { SVGProps } from "react";

export function SolarPenLinear(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" 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.63993M19.9213 9.63993L11.4001 18.1612C10.8229 18.7383 10.5344 19.0269 10.2162 19.2751C9.84082 19.5679 9.43469 19.8189 9.00498 20.0237C8.6407 20.1973 8.25352 20.3263 7.47918 20.5844L4.19792 21.6782L3.39584 21.9456C3.01478 22.0726 2.59466 21.9734 2.31063 21.6894C2.0266 21.4053 1.92743 20.9852 2.05445 20.6042L2.32181 19.8021L3.41556 16.5208C3.67368 15.7465 3.80273 15.3593 3.97634 14.995C4.18114 14.5653 4.43213 14.1592 4.7249 13.7838C4.97308 13.4656 5.26166 13.1771 5.83882 12.5999L14.3601 4.07866M4.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-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.63993M19.9213 9.63993L11.4001 18.1612C10.8229 18.7383 10.5344 19.0269 10.2162 19.2751C9.84082 19.5679 9.43469 19.8189 9.00498 20.0237C8.6407 20.1973 8.25352 20.3263 7.47918 20.5844L4.19792 21.6782L3.39584 21.9456C3.01478 22.0726 2.59466 21.9734 2.31063 21.6894C2.0266 21.4053 1.92743 20.9852 2.05445 20.6042L2.32181 19.8021L3.41556 16.5208C3.67368 15.7465 3.80273 15.3593 3.97634 14.995C4.18114 14.5653 4.43213 14.1592 4.7249 13.7838C4.97308 13.4656 5.26166 13.1771 5.83882 12.5999L14.3601 4.07866M4.19792 21.6782L2.32181 19.8021"/></svg>
</template>

CSS

.icon-pen-linear {
  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-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.63993M19.9213%209.63993L11.4001%2018.1612C10.8229%2018.7383%2010.5344%2019.0269%2010.2162%2019.2751C9.84082%2019.5679%209.43469%2019.8189%209.00498%2020.0237C8.6407%2020.1973%208.25352%2020.3263%207.47918%2020.5844L4.19792%2021.6782L3.39584%2021.9456C3.01478%2022.0726%202.59466%2021.9734%202.31063%2021.6894C2.0266%2021.4053%201.92743%2020.9852%202.05445%2020.6042L2.32181%2019.8021L3.41556%2016.5208C3.67368%2015.7465%203.80273%2015.3593%203.97634%2014.995C4.18114%2014.5653%204.43213%2014.1592%204.7249%2013.7838C4.97308%2013.4656%205.26166%2013.1771%205.83882%2012.5999L14.3601%204.07866M4.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-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.63993M19.9213%209.63993L11.4001%2018.1612C10.8229%2018.7383%2010.5344%2019.0269%2010.2162%2019.2751C9.84082%2019.5679%209.43469%2019.8189%209.00498%2020.0237C8.6407%2020.1973%208.25352%2020.3263%207.47918%2020.5844L4.19792%2021.6782L3.39584%2021.9456C3.01478%2022.0726%202.59466%2021.9734%202.31063%2021.6894C2.0266%2021.4053%201.92743%2020.9852%202.05445%2020.6042L2.32181%2019.8021L3.41556%2016.5208C3.67368%2015.7465%203.80273%2015.3593%203.97634%2014.995C4.18114%2014.5653%204.43213%2014.1592%204.7249%2013.7838C4.97308%2013.4656%205.26166%2013.1771%205.83882%2012.5999L14.3601%204.07866M4.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-linear.svg?color=%231a73e8&size=48