edit small icon

edit-small-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
edit-small-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

Related icons in Teenyicons

Use the edit small icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m4.5 8.5l-.354-.354L4 8.293V8.5zm4-4l.354-.354a.5.5 0 0 0-.708 0zm2 2l.354.354a.5.5 0 0 0 0-.708zm-4 4v.5h.207l.147-.146zm-2 0H4a.5.5 0 0 0 .5.5zm.354-1.646l4-4l-.708-.708l-4 4zm3.292-4l2 2l.708-.708l-2-2zm2 1.292l-4 4l.708.708l4-4zM6.5 10h-2v1h2zm-1.5.5v-2H4v2z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsEditSmallOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m4.5 8.5l-.354-.354L4 8.293V8.5zm4-4l.354-.354a.5.5 0 0 0-.708 0zm2 2l.354.354a.5.5 0 0 0 0-.708zm-4 4v.5h.207l.147-.146zm-2 0H4a.5.5 0 0 0 .5.5zm.354-1.646l4-4l-.708-.708l-4 4zm3.292-4l2 2l.708-.708l-2-2zm2 1.292l-4 4l.708.708l4-4zM6.5 10h-2v1h2zm-1.5.5v-2H4v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m4.5 8.5l-.354-.354L4 8.293V8.5zm4-4l.354-.354a.5.5 0 0 0-.708 0zm2 2l.354.354a.5.5 0 0 0 0-.708zm-4 4v.5h.207l.147-.146zm-2 0H4a.5.5 0 0 0 .5.5zm.354-1.646l4-4l-.708-.708l-4 4zm3.292-4l2 2l.708-.708l-2-2zm2 1.292l-4 4l.708.708l4-4zM6.5 10h-2v1h2zm-1.5.5v-2H4v2z"/></svg>
</template>

CSS

.icon-edit-small-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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.5%208.5l-.354-.354L4%208.293V8.5zm4-4l.354-.354a.5.5%200%200%200-.708%200zm2%202l.354.354a.5.5%200%200%200%200-.708zm-4%204v.5h.207l.147-.146zm-2%200H4a.5.5%200%200%200%20.5.5zm.354-1.646l4-4l-.708-.708l-4%204zm3.292-4l2%202l.708-.708l-2-2zm2%201.292l-4%204l.708.708l4-4zM6.5%2010h-2v1h2zm-1.5.5v-2H4v2z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.5%208.5l-.354-.354L4%208.293V8.5zm4-4l.354-.354a.5.5%200%200%200-.708%200zm2%202l.354.354a.5.5%200%200%200%200-.708zm-4%204v.5h.207l.147-.146zm-2%200H4a.5.5%200%200%200%20.5.5zm.354-1.646l4-4l-.708-.708l-4%204zm3.292-4l2%202l.708-.708l-2-2zm2%201.292l-4%204l.708.708l4-4zM6.5%2010h-2v1h2zm-1.5.5v-2H4v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/edit-small-outline.svg?color=%231a73e8&size=48