edit-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
edit-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.4 7.34L16.66 4.6A2 2 0 0 0 14 4.53l-9 9a2 2 0 0 0-.57 1.21L4 18.91a1 1 0 0 0 .29.8A1 1 0 0 0 5 20h.09l4.17-.38a2 2 0 0 0 1.21-.57l9-9a1.92 1.92 0 0 0-.07-2.71M9.08 17.62l-3 .28l.27-3L12 9.32l2.7 2.7ZM16 10.68L13.32 8l1.95-2L18 8.73Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaEditOutline(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="M19.4 7.34L16.66 4.6A2 2 0 0 0 14 4.53l-9 9a2 2 0 0 0-.57 1.21L4 18.91a1 1 0 0 0 .29.8A1 1 0 0 0 5 20h.09l4.17-.38a2 2 0 0 0 1.21-.57l9-9a1.92 1.92 0 0 0-.07-2.71M9.08 17.62l-3 .28l.27-3L12 9.32l2.7 2.7ZM16 10.68L13.32 8l1.95-2L18 8.73Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.4 7.34L16.66 4.6A2 2 0 0 0 14 4.53l-9 9a2 2 0 0 0-.57 1.21L4 18.91a1 1 0 0 0 .29.8A1 1 0 0 0 5 20h.09l4.17-.38a2 2 0 0 0 1.21-.57l9-9a1.92 1.92 0 0 0-.07-2.71M9.08 17.62l-3 .28l.27-3L12 9.32l2.7 2.7ZM16 10.68L13.32 8l1.95-2L18 8.73Z"/></svg>
</template>

CSS

.icon-edit-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%22M19.4%207.34L16.66%204.6A2%202%200%200%200%2014%204.53l-9%209a2%202%200%200%200-.57%201.21L4%2018.91a1%201%200%200%200%20.29.8A1%201%200%200%200%205%2020h.09l4.17-.38a2%202%200%200%200%201.21-.57l9-9a1.92%201.92%200%200%200-.07-2.71M9.08%2017.62l-3%20.28l.27-3L12%209.32l2.7%202.7ZM16%2010.68L13.32%208l1.95-2L18%208.73Z%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%22M19.4%207.34L16.66%204.6A2%202%200%200%200%2014%204.53l-9%209a2%202%200%200%200-.57%201.21L4%2018.91a1%201%200%200%200%20.29.8A1%201%200%200%200%205%2020h.09l4.17-.38a2%202%200%200%200%201.21-.57l9-9a1.92%201.92%200%200%200-.07-2.71M9.08%2017.62l-3%20.28l.27-3L12%209.32l2.7%202.7ZM16%2010.68L13.32%208l1.95-2L18%208.73Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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