ink-pen from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
ink-pen
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the ink pen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.948 12.533l-2.327-2.352l4.083-4.077l-.36-.36q-.154-.154-.461-.154t-.462.154l-4.879 4.879l-.707-.67l4.911-4.916q.485-.485 1.153-.485t1.153.485l.36.36l.827-.828q.242-.242.568-.242t.568.242l1.267 1.268q.243.242.224.53q-.02.287-.262.53zM6.462 20H4.135v-2.327l6.754-6.76l2.352 2.328z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInkPen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.948 12.533l-2.327-2.352l4.083-4.077l-.36-.36q-.154-.154-.461-.154t-.462.154l-4.879 4.879l-.707-.67l4.911-4.916q.485-.485 1.153-.485t1.153.485l.36.36l.827-.828q.242-.242.568-.242t.568.242l1.267 1.268q.243.242.224.53q-.02.287-.262.53zM6.462 20H4.135v-2.327l6.754-6.76l2.352 2.328z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.948 12.533l-2.327-2.352l4.083-4.077l-.36-.36q-.154-.154-.461-.154t-.462.154l-4.879 4.879l-.707-.67l4.911-4.916q.485-.485 1.153-.485t1.153.485l.36.36l.827-.828q.242-.242.568-.242t.568.242l1.267 1.268q.243.242.224.53q-.02.287-.262.53zM6.462 20H4.135v-2.327l6.754-6.76l2.352 2.328z"/></svg>
</template>

CSS

.icon-ink-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.948%2012.533l-2.327-2.352l4.083-4.077l-.36-.36q-.154-.154-.461-.154t-.462.154l-4.879%204.879l-.707-.67l4.911-4.916q.485-.485%201.153-.485t1.153.485l.36.36l.827-.828q.242-.242.568-.242t.568.242l1.267%201.268q.243.242.224.53q-.02.287-.262.53zM6.462%2020H4.135v-2.327l6.754-6.76l2.352%202.328z%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%22currentColor%22%20d%3D%22m13.948%2012.533l-2.327-2.352l4.083-4.077l-.36-.36q-.154-.154-.461-.154t-.462.154l-4.879%204.879l-.707-.67l4.911-4.916q.485-.485%201.153-.485t1.153.485l.36.36l.827-.828q.242-.242.568-.242t.568.242l1.267%201.268q.243.242.224.53q-.02.287-.262.53zM6.462%2020H4.135v-2.327l6.754-6.76l2.352%202.328z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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