comment edit icon

comment-edit from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.

Name
comment-edit
Set
Unicons
Style
Line
Category
Chat
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More chat icons from Unicons

Use the comment edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 4.72l-2.43-2.43a1 1 0 0 0-1.41 0l-5.58 5.58a1 1 0 0 0-.29.71V11a1 1 0 0 0 1 1h2.42a1 1 0 0 0 .71-.29l5.58-5.58a1 1 0 0 0 0-1.41M15 10h-1V9l4.58-4.58l1 1Zm4 2a1 1 0 0 0-1 1a7 7 0 0 1-7 7H5.41l.64-.63a1 1 0 0 0 0-1.42A7 7 0 0 1 11 6a1 1 0 0 0 0-2a9 9 0 0 0-7 14.62l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 22h8a9 9 0 0 0 9-9a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function UilCommentEdit(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="m21.71 4.72l-2.43-2.43a1 1 0 0 0-1.41 0l-5.58 5.58a1 1 0 0 0-.29.71V11a1 1 0 0 0 1 1h2.42a1 1 0 0 0 .71-.29l5.58-5.58a1 1 0 0 0 0-1.41M15 10h-1V9l4.58-4.58l1 1Zm4 2a1 1 0 0 0-1 1a7 7 0 0 1-7 7H5.41l.64-.63a1 1 0 0 0 0-1.42A7 7 0 0 1 11 6a1 1 0 0 0 0-2a9 9 0 0 0-7 14.62l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 22h8a9 9 0 0 0 9-9a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 4.72l-2.43-2.43a1 1 0 0 0-1.41 0l-5.58 5.58a1 1 0 0 0-.29.71V11a1 1 0 0 0 1 1h2.42a1 1 0 0 0 .71-.29l5.58-5.58a1 1 0 0 0 0-1.41M15 10h-1V9l4.58-4.58l1 1Zm4 2a1 1 0 0 0-1 1a7 7 0 0 1-7 7H5.41l.64-.63a1 1 0 0 0 0-1.42A7 7 0 0 1 11 6a1 1 0 0 0 0-2a9 9 0 0 0-7 14.62l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 22h8a9 9 0 0 0 9-9a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-comment-edit {
  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%22m21.71%204.72l-2.43-2.43a1%201%200%200%200-1.41%200l-5.58%205.58a1%201%200%200%200-.29.71V11a1%201%200%200%200%201%201h2.42a1%201%200%200%200%20.71-.29l5.58-5.58a1%201%200%200%200%200-1.41M15%2010h-1V9l4.58-4.58l1%201Zm4%202a1%201%200%200%200-1%201a7%207%200%200%201-7%207H5.41l.64-.63a1%201%200%200%200%200-1.42A7%207%200%200%201%2011%206a1%201%200%200%200%200-2a9%209%200%200%200-7%2014.62l-1.71%201.67a1%201%200%200%200-.21%201.09A1%201%200%200%200%203%2022h8a9%209%200%200%200%209-9a1%201%200%200%200-1-1%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%22m21.71%204.72l-2.43-2.43a1%201%200%200%200-1.41%200l-5.58%205.58a1%201%200%200%200-.29.71V11a1%201%200%200%200%201%201h2.42a1%201%200%200%200%20.71-.29l5.58-5.58a1%201%200%200%200%200-1.41M15%2010h-1V9l4.58-4.58l1%201Zm4%202a1%201%200%200%200-1%201a7%207%200%200%201-7%207H5.41l.64-.63a1%201%200%200%200%200-1.42A7%207%200%200%201%2011%206a1%201%200%200%200%200-2a9%209%200%200%200-7%2014.62l-1.71%201.67a1%201%200%200%200-.21%201.09A1%201%200%200%200%203%2022h8a9%209%200%200%200%209-9a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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