progress-pencil from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
progress-pencil
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the progress pencil icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.84 10.2l-1.01 1.01l-2.07-2.03l1.01-1.02c.2-.21.54-.22.78 0l1.29 1.25c.21.21.22.55 0 .79M8 13.91l4.17-4.19l2.07 2.08l-4.16 4.2H8zM13 2v2c4.39.54 7.5 4.53 6.96 8.92A8.014 8.014 0 0 1 13 19.88v2c5.5-.6 9.45-5.54 8.85-11.03C21.33 6.19 17.66 2.5 13 2m-2 0c-1.96.18-3.81.95-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68v-2M4.26 5.67A9.8 9.8 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5 5.37l-1.39 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63z"/></svg>

React

import type { SVGProps } from "react";

export function MdiProgressPencil(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="m15.84 10.2l-1.01 1.01l-2.07-2.03l1.01-1.02c.2-.21.54-.22.78 0l1.29 1.25c.21.21.22.55 0 .79M8 13.91l4.17-4.19l2.07 2.08l-4.16 4.2H8zM13 2v2c4.39.54 7.5 4.53 6.96 8.92A8.014 8.014 0 0 1 13 19.88v2c5.5-.6 9.45-5.54 8.85-11.03C21.33 6.19 17.66 2.5 13 2m-2 0c-1.96.18-3.81.95-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68v-2M4.26 5.67A9.8 9.8 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5 5.37l-1.39 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.84 10.2l-1.01 1.01l-2.07-2.03l1.01-1.02c.2-.21.54-.22.78 0l1.29 1.25c.21.21.22.55 0 .79M8 13.91l4.17-4.19l2.07 2.08l-4.16 4.2H8zM13 2v2c4.39.54 7.5 4.53 6.96 8.92A8.014 8.014 0 0 1 13 19.88v2c5.5-.6 9.45-5.54 8.85-11.03C21.33 6.19 17.66 2.5 13 2m-2 0c-1.96.18-3.81.95-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68v-2M4.26 5.67A9.8 9.8 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5 5.37l-1.39 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63z"/></svg>
</template>

CSS

.icon-progress-pencil {
  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%22m15.84%2010.2l-1.01%201.01l-2.07-2.03l1.01-1.02c.2-.21.54-.22.78%200l1.29%201.25c.21.21.22.55%200%20.79M8%2013.91l4.17-4.19l2.07%202.08l-4.16%204.2H8zM13%202v2c4.39.54%207.5%204.53%206.96%208.92A8.014%208.014%200%200%201%2013%2019.88v2c5.5-.6%209.45-5.54%208.85-11.03C21.33%206.19%2017.66%202.5%2013%202m-2%200c-1.96.18-3.81.95-5.33%202.2L7.1%205.74c1.12-.9%202.47-1.48%203.9-1.68v-2M4.26%205.67A9.8%209.8%200%200%200%202.05%2011h2c.19-1.42.75-2.77%201.64-3.9zM2.06%2013c.2%201.96.97%203.81%202.21%205.33l1.42-1.43A8%208%200%200%201%204.06%2013zm5%205.37l-1.39%201.37A10%2010%200%200%200%2011%2022v-2a8%208%200%200%201-3.9-1.63z%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%22m15.84%2010.2l-1.01%201.01l-2.07-2.03l1.01-1.02c.2-.21.54-.22.78%200l1.29%201.25c.21.21.22.55%200%20.79M8%2013.91l4.17-4.19l2.07%202.08l-4.16%204.2H8zM13%202v2c4.39.54%207.5%204.53%206.96%208.92A8.014%208.014%200%200%201%2013%2019.88v2c5.5-.6%209.45-5.54%208.85-11.03C21.33%206.19%2017.66%202.5%2013%202m-2%200c-1.96.18-3.81.95-5.33%202.2L7.1%205.74c1.12-.9%202.47-1.48%203.9-1.68v-2M4.26%205.67A9.8%209.8%200%200%200%202.05%2011h2c.19-1.42.75-2.77%201.64-3.9zM2.06%2013c.2%201.96.97%203.81%202.21%205.33l1.42-1.43A8%208%200%200%201%204.06%2013zm5%205.37l-1.39%201.37A10%2010%200%200%200%2011%2022v-2a8%208%200%200%201-3.9-1.63z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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