pen from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
pen
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the pen emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m18.637 51.107l5.036 5.036l-5.359 2.042l-1.699-1.799z"/><path fill="#d0cfce" stroke="#d0cfce" stroke-miterlimit="10" stroke-width="2" d="M18.033 59.07c7.31-1.718 14.455-7.194 18.033-10.1c5.284-4.29 15.682-15.02 22.025-21.693c2.98-3.137 3.175-7.81.442-10.544l-.488-.487c-2.733-2.733-7.406-2.54-10.543.442c-6.674 6.343-17.402 16.74-21.693 22.024c-2.763 3.403-7.85 10.03-9.82 16.958c-.189.662.02 1.375.506 1.862l1.538 1.538"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="m16.887 57.924l-2.422 2.423m33.45-43.194l9.651 9.65M44.751 14.022c-1.156-1.156-3.143-1.044-4.438.25L27.81 26.777M18.033 59.07c7.31-1.718 14.455-7.194 18.033-10.1c5.284-4.29 15.682-15.02 22.025-21.693c2.98-3.137 3.175-7.81.442-10.544h0l-.488-.487h0c-2.733-2.733-7.406-2.54-10.543.442c-6.674 6.343-17.402 16.74-21.693 22.024c-2.906 3.578-8.382 10.723-10.1 18.034z"/><path stroke-width="1.961" d="m24.474 55.747l-5.686-5.686"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m18.637 51.107l5.036 5.036l-5.359 2.042l-1.699-1.799z"/><path fill="#d0cfce" stroke="#d0cfce" strokeMiterlimit="10" strokeWidth="2" d="M18.033 59.07c7.31-1.718 14.455-7.194 18.033-10.1c5.284-4.29 15.682-15.02 22.025-21.693c2.98-3.137 3.175-7.81.442-10.544l-.488-.487c-2.733-2.733-7.406-2.54-10.543.442c-6.674 6.343-17.402 16.74-21.693 22.024c-2.763 3.403-7.85 10.03-9.82 16.958c-.189.662.02 1.375.506 1.862l1.538 1.538"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="2" d="m16.887 57.924l-2.422 2.423m33.45-43.194l9.651 9.65M44.751 14.022c-1.156-1.156-3.143-1.044-4.438.25L27.81 26.777M18.033 59.07c7.31-1.718 14.455-7.194 18.033-10.1c5.284-4.29 15.682-15.02 22.025-21.693c2.98-3.137 3.175-7.81.442-10.544h0l-.488-.487h0c-2.733-2.733-7.406-2.54-10.543.442c-6.674 6.343-17.402 16.74-21.693 22.024c-2.906 3.578-8.382 10.723-10.1 18.034z"/><path strokeWidth="1.961" d="m24.474 55.747l-5.686-5.686"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m18.637 51.107l5.036 5.036l-5.359 2.042l-1.699-1.799z"/><path fill="#d0cfce" stroke="#d0cfce" stroke-miterlimit="10" stroke-width="2" d="M18.033 59.07c7.31-1.718 14.455-7.194 18.033-10.1c5.284-4.29 15.682-15.02 22.025-21.693c2.98-3.137 3.175-7.81.442-10.544l-.488-.487c-2.733-2.733-7.406-2.54-10.543.442c-6.674 6.343-17.402 16.74-21.693 22.024c-2.763 3.403-7.85 10.03-9.82 16.958c-.189.662.02 1.375.506 1.862l1.538 1.538"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="m16.887 57.924l-2.422 2.423m33.45-43.194l9.651 9.65M44.751 14.022c-1.156-1.156-3.143-1.044-4.438.25L27.81 26.777M18.033 59.07c7.31-1.718 14.455-7.194 18.033-10.1c5.284-4.29 15.682-15.02 22.025-21.693c2.98-3.137 3.175-7.81.442-10.544h0l-.488-.487h0c-2.733-2.733-7.406-2.54-10.543.442c-6.674 6.343-17.402 16.74-21.693 22.024c-2.906 3.578-8.382 10.723-10.1 18.034z"/><path stroke-width="1.961" d="m24.474 55.747l-5.686-5.686"/></g></svg>
</template>

CSS

.icon-pen {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m18.637%2051.107l5.036%205.036l-5.359%202.042l-1.699-1.799z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M18.033%2059.07c7.31-1.718%2014.455-7.194%2018.033-10.1c5.284-4.29%2015.682-15.02%2022.025-21.693c2.98-3.137%203.175-7.81.442-10.544l-.488-.487c-2.733-2.733-7.406-2.54-10.543.442c-6.674%206.343-17.402%2016.74-21.693%2022.024c-2.763%203.403-7.85%2010.03-9.82%2016.958c-.189.662.02%201.375.506%201.862l1.538%201.538%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m16.887%2057.924l-2.422%202.423m33.45-43.194l9.651%209.65M44.751%2014.022c-1.156-1.156-3.143-1.044-4.438.25L27.81%2026.777M18.033%2059.07c7.31-1.718%2014.455-7.194%2018.033-10.1c5.284-4.29%2015.682-15.02%2022.025-21.693c2.98-3.137%203.175-7.81.442-10.544h0l-.488-.487h0c-2.733-2.733-7.406-2.54-10.543.442c-6.674%206.343-17.402%2016.74-21.693%2022.024c-2.906%203.578-8.382%2010.723-10.1%2018.034z%22%2F%3E%3Cpath%20stroke-width%3D%221.961%22%20d%3D%22m24.474%2055.747l-5.686-5.686%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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m18.637%2051.107l5.036%205.036l-5.359%202.042l-1.699-1.799z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M18.033%2059.07c7.31-1.718%2014.455-7.194%2018.033-10.1c5.284-4.29%2015.682-15.02%2022.025-21.693c2.98-3.137%203.175-7.81.442-10.544l-.488-.487c-2.733-2.733-7.406-2.54-10.543.442c-6.674%206.343-17.402%2016.74-21.693%2022.024c-2.763%203.403-7.85%2010.03-9.82%2016.958c-.189.662.02%201.375.506%201.862l1.538%201.538%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m16.887%2057.924l-2.422%202.423m33.45-43.194l9.651%209.65M44.751%2014.022c-1.156-1.156-3.143-1.044-4.438.25L27.81%2026.777M18.033%2059.07c7.31-1.718%2014.455-7.194%2018.033-10.1c5.284-4.29%2015.682-15.02%2022.025-21.693c2.98-3.137%203.175-7.81.442-10.544h0l-.488-.487h0c-2.733-2.733-7.406-2.54-10.543.442c-6.674%206.343-17.402%2016.74-21.693%2022.024c-2.906%203.578-8.382%2010.723-10.1%2018.034z%22%2F%3E%3Cpath%20stroke-width%3D%221.961%22%20d%3D%22m24.474%2055.747l-5.686-5.686%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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