pen 2 icon

pen-2-bold-duotone from Solar by 480 Design · Bold Duotone · Messages · CC-BY-4.0 Attribution required.

Name
pen-2-bold-duotone
Set
Solar
Style
Bold 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 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.25 22C3.25 21.5858 3.58579 21.25 4 21.25H20C20.4142 21.25 20.75 21.5858 20.75 22C20.75 22.4142 20.4142 22.75 20 22.75H4C3.58579 22.75 3.25 22.4142 3.25 22Z" clip-rule="evenodd" opacity=".5"/><path d="M19.0807 7.37162C20.3095 6.14279 20.3095 4.15046 19.0807 2.92162C17.8519 1.69279 15.8595 1.69279 14.6307 2.92162L13.9209 3.63141C13.9306 3.66076 13.9407 3.69052 13.9512 3.72066C14.2113 4.47054 14.7022 5.45356 15.6256 6.37698C16.549 7.30039 17.532 7.79126 18.2819 8.05142C18.3119 8.06183 18.3415 8.07187 18.3708 8.08155L19.0807 7.37162Z" opacity=".5"/><path d="M13.9511 3.59961L13.9205 3.63017C13.9303 3.65952 13.9403 3.68928 13.9508 3.71942C14.211 4.4693 14.7018 5.45232 15.6252 6.37574C16.5487 7.29915 17.5317 7.79002 18.2816 8.05018C18.3113 8.0605 18.3407 8.07046 18.3696 8.08005L11.5198 14.9299C11.058 15.3917 10.827 15.6227 10.5724 15.8213C10.2721 16.0555 9.94711 16.2564 9.60326 16.4202C9.31177 16.5591 9.00196 16.6624 8.38235 16.869L5.11497 17.9581C4.81005 18.0597 4.47388 17.9804 4.24661 17.7531C4.01934 17.5258 3.93998 17.1897 4.04162 16.8847L5.13074 13.6173C5.33728 12.9977 5.44055 12.6879 5.57947 12.3964C5.74334 12.0526 5.94418 11.7276 6.17844 11.4273C6.37702 11.1727 6.60794 10.9418 7.06971 10.48L13.9511 3.59961Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPen2BoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M3.25 22C3.25 21.5858 3.58579 21.25 4 21.25H20C20.4142 21.25 20.75 21.5858 20.75 22C20.75 22.4142 20.4142 22.75 20 22.75H4C3.58579 22.75 3.25 22.4142 3.25 22Z" clipRule="evenodd" opacity=".5"/><path d="M19.0807 7.37162C20.3095 6.14279 20.3095 4.15046 19.0807 2.92162C17.8519 1.69279 15.8595 1.69279 14.6307 2.92162L13.9209 3.63141C13.9306 3.66076 13.9407 3.69052 13.9512 3.72066C14.2113 4.47054 14.7022 5.45356 15.6256 6.37698C16.549 7.30039 17.532 7.79126 18.2819 8.05142C18.3119 8.06183 18.3415 8.07187 18.3708 8.08155L19.0807 7.37162Z" opacity=".5"/><path d="M13.9511 3.59961L13.9205 3.63017C13.9303 3.65952 13.9403 3.68928 13.9508 3.71942C14.211 4.4693 14.7018 5.45232 15.6252 6.37574C16.5487 7.29915 17.5317 7.79002 18.2816 8.05018C18.3113 8.0605 18.3407 8.07046 18.3696 8.08005L11.5198 14.9299C11.058 15.3917 10.827 15.6227 10.5724 15.8213C10.2721 16.0555 9.94711 16.2564 9.60326 16.4202C9.31177 16.5591 9.00196 16.6624 8.38235 16.869L5.11497 17.9581C4.81005 18.0597 4.47388 17.9804 4.24661 17.7531C4.01934 17.5258 3.93998 17.1897 4.04162 16.8847L5.13074 13.6173C5.33728 12.9977 5.44055 12.6879 5.57947 12.3964C5.74334 12.0526 5.94418 11.7276 6.17844 11.4273C6.37702 11.1727 6.60794 10.9418 7.06971 10.48L13.9511 3.59961Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.25 22C3.25 21.5858 3.58579 21.25 4 21.25H20C20.4142 21.25 20.75 21.5858 20.75 22C20.75 22.4142 20.4142 22.75 20 22.75H4C3.58579 22.75 3.25 22.4142 3.25 22Z" clip-rule="evenodd" opacity=".5"/><path d="M19.0807 7.37162C20.3095 6.14279 20.3095 4.15046 19.0807 2.92162C17.8519 1.69279 15.8595 1.69279 14.6307 2.92162L13.9209 3.63141C13.9306 3.66076 13.9407 3.69052 13.9512 3.72066C14.2113 4.47054 14.7022 5.45356 15.6256 6.37698C16.549 7.30039 17.532 7.79126 18.2819 8.05142C18.3119 8.06183 18.3415 8.07187 18.3708 8.08155L19.0807 7.37162Z" opacity=".5"/><path d="M13.9511 3.59961L13.9205 3.63017C13.9303 3.65952 13.9403 3.68928 13.9508 3.71942C14.211 4.4693 14.7018 5.45232 15.6252 6.37574C16.5487 7.29915 17.5317 7.79002 18.2816 8.05018C18.3113 8.0605 18.3407 8.07046 18.3696 8.08005L11.5198 14.9299C11.058 15.3917 10.827 15.6227 10.5724 15.8213C10.2721 16.0555 9.94711 16.2564 9.60326 16.4202C9.31177 16.5591 9.00196 16.6624 8.38235 16.869L5.11497 17.9581C4.81005 18.0597 4.47388 17.9804 4.24661 17.7531C4.01934 17.5258 3.93998 17.1897 4.04162 16.8847L5.13074 13.6173C5.33728 12.9977 5.44055 12.6879 5.57947 12.3964C5.74334 12.0526 5.94418 11.7276 6.17844 11.4273C6.37702 11.1727 6.60794 10.9418 7.06971 10.48L13.9511 3.59961Z"/></g></svg>
</template>

CSS

.icon-pen-2-bold-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%2022C3.25%2021.5858%203.58579%2021.25%204%2021.25H20C20.4142%2021.25%2020.75%2021.5858%2020.75%2022C20.75%2022.4142%2020.4142%2022.75%2020%2022.75H4C3.58579%2022.75%203.25%2022.4142%203.25%2022Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.0807%207.37162C20.3095%206.14279%2020.3095%204.15046%2019.0807%202.92162C17.8519%201.69279%2015.8595%201.69279%2014.6307%202.92162L13.9209%203.63141C13.9306%203.66076%2013.9407%203.69052%2013.9512%203.72066C14.2113%204.47054%2014.7022%205.45356%2015.6256%206.37698C16.549%207.30039%2017.532%207.79126%2018.2819%208.05142C18.3119%208.06183%2018.3415%208.07187%2018.3708%208.08155L19.0807%207.37162Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.9511%203.59961L13.9205%203.63017C13.9303%203.65952%2013.9403%203.68928%2013.9508%203.71942C14.211%204.4693%2014.7018%205.45232%2015.6252%206.37574C16.5487%207.29915%2017.5317%207.79002%2018.2816%208.05018C18.3113%208.0605%2018.3407%208.07046%2018.3696%208.08005L11.5198%2014.9299C11.058%2015.3917%2010.827%2015.6227%2010.5724%2015.8213C10.2721%2016.0555%209.94711%2016.2564%209.60326%2016.4202C9.31177%2016.5591%209.00196%2016.6624%208.38235%2016.869L5.11497%2017.9581C4.81005%2018.0597%204.47388%2017.9804%204.24661%2017.7531C4.01934%2017.5258%203.93998%2017.1897%204.04162%2016.8847L5.13074%2013.6173C5.33728%2012.9977%205.44055%2012.6879%205.57947%2012.3964C5.74334%2012.0526%205.94418%2011.7276%206.17844%2011.4273C6.37702%2011.1727%206.60794%2010.9418%207.06971%2010.48L13.9511%203.59961Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%2022C3.25%2021.5858%203.58579%2021.25%204%2021.25H20C20.4142%2021.25%2020.75%2021.5858%2020.75%2022C20.75%2022.4142%2020.4142%2022.75%2020%2022.75H4C3.58579%2022.75%203.25%2022.4142%203.25%2022Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.0807%207.37162C20.3095%206.14279%2020.3095%204.15046%2019.0807%202.92162C17.8519%201.69279%2015.8595%201.69279%2014.6307%202.92162L13.9209%203.63141C13.9306%203.66076%2013.9407%203.69052%2013.9512%203.72066C14.2113%204.47054%2014.7022%205.45356%2015.6256%206.37698C16.549%207.30039%2017.532%207.79126%2018.2819%208.05142C18.3119%208.06183%2018.3415%208.07187%2018.3708%208.08155L19.0807%207.37162Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.9511%203.59961L13.9205%203.63017C13.9303%203.65952%2013.9403%203.68928%2013.9508%203.71942C14.211%204.4693%2014.7018%205.45232%2015.6252%206.37574C16.5487%207.29915%2017.5317%207.79002%2018.2816%208.05018C18.3113%208.0605%2018.3407%208.07046%2018.3696%208.08005L11.5198%2014.9299C11.058%2015.3917%2010.827%2015.6227%2010.5724%2015.8213C10.2721%2016.0555%209.94711%2016.2564%209.60326%2016.4202C9.31177%2016.5591%209.00196%2016.6624%208.38235%2016.869L5.11497%2017.9581C4.81005%2018.0597%204.47388%2017.9804%204.24661%2017.7531C4.01934%2017.5258%203.93998%2017.1897%204.04162%2016.8847L5.13074%2013.6173C5.33728%2012.9977%205.44055%2012.6879%205.57947%2012.3964C5.74334%2012.0526%205.94418%2011.7276%206.17844%2011.4273C6.37702%2011.1727%206.60794%2010.9418%207.06971%2010.48L13.9511%203.59961Z%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-2-bold-duotone.svg?color=%231a73e8&size=48