pen square icon

pen-square-duotone from Reicon by REICON · Duotone · Messages · MIT Free for personal and commercial use.

Name
pen-square-duotone
Set
Reicon
Style
Duotone
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All pen square icons →

More messages icons from Reicon

Use the pen square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1 12c0-5.185 0-7.778 1.61-9.39C4.223 1 6.816 1 12 1s7.778 0 9.39 1.61C23 4.223 23 6.816 23 12s0 7.778-1.61 9.39C19.777 23 17.184 23 12 23s-7.778 0-9.39-1.61C1 19.777 1 17.184 1 12" opacity=".5"/><path d="M13.926 14.302c.245-.191.467-.413.912-.858l5.54-5.54c.134-.134.073-.365-.106-.427a6.1 6.1 0 0 1-2.3-1.449a6.1 6.1 0 0 1-1.45-2.3c-.061-.18-.292-.24-.426-.106l-5.54 5.54c-.445.444-.667.667-.858.912a5 5 0 0 0-.577.932c-.133.28-.233.579-.431 1.175l-.257.77l-.409 1.226l-.382 1.148a.817.817 0 0 0 1.032 1.033l1.15-.383l1.224-.408l.77-.257c.597-.199.895-.298 1.175-.432q.498-.237.933-.576m8.187-8.132a3.028 3.028 0 0 0-4.282-4.283l-.179.178a.73.73 0 0 0-.206.651c.027.15.077.37.168.633a4.9 4.9 0 0 0 1.174 1.863a4.9 4.9 0 0 0 1.862 1.174c.263.09.483.141.633.168c.24.043.48-.035.652-.207z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPenSquareDuotone(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 d="M1 12c0-5.185 0-7.778 1.61-9.39C4.223 1 6.816 1 12 1s7.778 0 9.39 1.61C23 4.223 23 6.816 23 12s0 7.778-1.61 9.39C19.777 23 17.184 23 12 23s-7.778 0-9.39-1.61C1 19.777 1 17.184 1 12" opacity=".5"/><path d="M13.926 14.302c.245-.191.467-.413.912-.858l5.54-5.54c.134-.134.073-.365-.106-.427a6.1 6.1 0 0 1-2.3-1.449a6.1 6.1 0 0 1-1.45-2.3c-.061-.18-.292-.24-.426-.106l-5.54 5.54c-.445.444-.667.667-.858.912a5 5 0 0 0-.577.932c-.133.28-.233.579-.431 1.175l-.257.77l-.409 1.226l-.382 1.148a.817.817 0 0 0 1.032 1.033l1.15-.383l1.224-.408l.77-.257c.597-.199.895-.298 1.175-.432q.498-.237.933-.576m8.187-8.132a3.028 3.028 0 0 0-4.282-4.283l-.179.178a.73.73 0 0 0-.206.651c.027.15.077.37.168.633a4.9 4.9 0 0 0 1.174 1.863a4.9 4.9 0 0 0 1.862 1.174c.263.09.483.141.633.168c.24.043.48-.035.652-.207z"/></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 d="M1 12c0-5.185 0-7.778 1.61-9.39C4.223 1 6.816 1 12 1s7.778 0 9.39 1.61C23 4.223 23 6.816 23 12s0 7.778-1.61 9.39C19.777 23 17.184 23 12 23s-7.778 0-9.39-1.61C1 19.777 1 17.184 1 12" opacity=".5"/><path d="M13.926 14.302c.245-.191.467-.413.912-.858l5.54-5.54c.134-.134.073-.365-.106-.427a6.1 6.1 0 0 1-2.3-1.449a6.1 6.1 0 0 1-1.45-2.3c-.061-.18-.292-.24-.426-.106l-5.54 5.54c-.445.444-.667.667-.858.912a5 5 0 0 0-.577.932c-.133.28-.233.579-.431 1.175l-.257.77l-.409 1.226l-.382 1.148a.817.817 0 0 0 1.032 1.033l1.15-.383l1.224-.408l.77-.257c.597-.199.895-.298 1.175-.432q.498-.237.933-.576m8.187-8.132a3.028 3.028 0 0 0-4.282-4.283l-.179.178a.73.73 0 0 0-.206.651c.027.15.077.37.168.633a4.9 4.9 0 0 0 1.174 1.863a4.9 4.9 0 0 0 1.862 1.174c.263.09.483.141.633.168c.24.043.48-.035.652-.207z"/></g></svg>
</template>

CSS

.icon-pen-square-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%20d%3D%22M1%2012c0-5.185%200-7.778%201.61-9.39C4.223%201%206.816%201%2012%201s7.778%200%209.39%201.61C23%204.223%2023%206.816%2023%2012s0%207.778-1.61%209.39C19.777%2023%2017.184%2023%2012%2023s-7.778%200-9.39-1.61C1%2019.777%201%2017.184%201%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.926%2014.302c.245-.191.467-.413.912-.858l5.54-5.54c.134-.134.073-.365-.106-.427a6.1%206.1%200%200%201-2.3-1.449a6.1%206.1%200%200%201-1.45-2.3c-.061-.18-.292-.24-.426-.106l-5.54%205.54c-.445.444-.667.667-.858.912a5%205%200%200%200-.577.932c-.133.28-.233.579-.431%201.175l-.257.77l-.409%201.226l-.382%201.148a.817.817%200%200%200%201.032%201.033l1.15-.383l1.224-.408l.77-.257c.597-.199.895-.298%201.175-.432q.498-.237.933-.576m8.187-8.132a3.028%203.028%200%200%200-4.282-4.283l-.179.178a.73.73%200%200%200-.206.651c.027.15.077.37.168.633a4.9%204.9%200%200%200%201.174%201.863a4.9%204.9%200%200%200%201.862%201.174c.263.09.483.141.633.168c.24.043.48-.035.652-.207z%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%20d%3D%22M1%2012c0-5.185%200-7.778%201.61-9.39C4.223%201%206.816%201%2012%201s7.778%200%209.39%201.61C23%204.223%2023%206.816%2023%2012s0%207.778-1.61%209.39C19.777%2023%2017.184%2023%2012%2023s-7.778%200-9.39-1.61C1%2019.777%201%2017.184%201%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.926%2014.302c.245-.191.467-.413.912-.858l5.54-5.54c.134-.134.073-.365-.106-.427a6.1%206.1%200%200%201-2.3-1.449a6.1%206.1%200%200%201-1.45-2.3c-.061-.18-.292-.24-.426-.106l-5.54%205.54c-.445.444-.667.667-.858.912a5%205%200%200%200-.577.932c-.133.28-.233.579-.431%201.175l-.257.77l-.409%201.226l-.382%201.148a.817.817%200%200%200%201.032%201.033l1.15-.383l1.224-.408l.77-.257c.597-.199.895-.298%201.175-.432q.498-.237.933-.576m8.187-8.132a3.028%203.028%200%200%200-4.282-4.283l-.179.178a.73.73%200%200%200-.206.651c.027.15.077.37.168.633a4.9%204.9%200%200%200%201.174%201.863a4.9%204.9%200%200%200%201.862%201.174c.263.09.483.141.633.168c.24.043.48-.035.652-.207z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Pen Square duotone icon — Reicon · IconsDB