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

Name
ink-pen-outline
Set
Material Symbols Light
Style
Outline
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="m11.98 11.248l.907.906l5.829-5.829l-.906-.906zM5.136 19h.906l6.113-6.113l-.906-.906l-6.113 6.113zm8.105-5.76l-2.326-2.346l4.79-4.79l-.36-.36q-.154-.153-.461-.153t-.462.153l-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.463 20H4.135v-2.327l6.76-6.779l2.346 2.347z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInkPenOutline(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="m11.98 11.248l.907.906l5.829-5.829l-.906-.906zM5.136 19h.906l6.113-6.113l-.906-.906l-6.113 6.113zm8.105-5.76l-2.326-2.346l4.79-4.79l-.36-.36q-.154-.153-.461-.153t-.462.153l-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.463 20H4.135v-2.327l6.76-6.779l2.346 2.347z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.98 11.248l.907.906l5.829-5.829l-.906-.906zM5.136 19h.906l6.113-6.113l-.906-.906l-6.113 6.113zm8.105-5.76l-2.326-2.346l4.79-4.79l-.36-.36q-.154-.153-.461-.153t-.462.153l-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.463 20H4.135v-2.327l6.76-6.779l2.346 2.347z"/></svg>
</template>

CSS

.icon-ink-pen-outline {
  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%22m11.98%2011.248l.907.906l5.829-5.829l-.906-.906zM5.136%2019h.906l6.113-6.113l-.906-.906l-6.113%206.113zm8.105-5.76l-2.326-2.346l4.79-4.79l-.36-.36q-.154-.153-.461-.153t-.462.153l-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.463%2020H4.135v-2.327l6.76-6.779l2.346%202.347z%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%22m11.98%2011.248l.907.906l5.829-5.829l-.906-.906zM5.136%2019h.906l6.113-6.113l-.906-.906l-6.113%206.113zm8.105-5.76l-2.326-2.346l4.79-4.79l-.36-.36q-.154-.153-.461-.153t-.462.153l-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.463%2020H4.135v-2.327l6.76-6.779l2.346%202.347z%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-outline.svg?color=%231a73e8&size=48