comment edit icon
comment-edit-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- comment-edit-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
comment-add-12-filledcomment-arrow-left-12-filledcomment-arrow-right-12-filledcomment-badge-16-filledcomment-checkmark-12-filledcomment-delete-24-filledcomment-dismiss-20-filledcomment-error-16-filledcomment-lightning-20-filledcomment-link-16-filledcomment-mention-16-filledcomment-multiple-16-filledcomment-multiple-checkmark-16-filledcomment-multiple-link-16-filledcomment-multiple-mention-16-filledcomment-next-24-filledcomment-note-20-filledcomment-off-16-filledcomment-previous-24-filledcomment-quote-16-filledcomment-text-16-filled
Use the comment edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 8.134V5.566C17 4.713 16.296 4 15.4 4H4.6C3.704 4 3 4.713 3 5.566v6.71c0 .853.704 1.566 1.6 1.566h1.6V17h.003l.002-.001l2.167-1.6l-.314 1.254q-.032.128-.046.255l-1.213.895a1.01 1.01 0 0 1-1.4-.199a.98.98 0 0 1-.199-.59v-2.172h-.6c-1.436 0-2.6-1.149-2.6-2.566v-6.71C2 4.149 3.164 3 4.6 3h10.8C16.836 3 18 4.149 18 5.566V8.69a2.9 2.9 0 0 0-1-.556m-2.193 1.412l-4.83 4.83a2.2 2.2 0 0 0-.577 1.02l-.375 1.498a.89.89 0 0 0 1.079 1.079l1.498-.375a2.2 2.2 0 0 0 1.02-.578l4.83-4.83a1.87 1.87 0 1 0-2.645-2.644"/></svg>
React
import type { SVGProps } from "react";
export function FluentCommentEdit20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 8.134V5.566C17 4.713 16.296 4 15.4 4H4.6C3.704 4 3 4.713 3 5.566v6.71c0 .853.704 1.566 1.6 1.566h1.6V17h.003l.002-.001l2.167-1.6l-.314 1.254q-.032.128-.046.255l-1.213.895a1.01 1.01 0 0 1-1.4-.199a.98.98 0 0 1-.199-.59v-2.172h-.6c-1.436 0-2.6-1.149-2.6-2.566v-6.71C2 4.149 3.164 3 4.6 3h10.8C16.836 3 18 4.149 18 5.566V8.69a2.9 2.9 0 0 0-1-.556m-2.193 1.412l-4.83 4.83a2.2 2.2 0 0 0-.577 1.02l-.375 1.498a.89.89 0 0 0 1.079 1.079l1.498-.375a2.2 2.2 0 0 0 1.02-.578l4.83-4.83a1.87 1.87 0 1 0-2.645-2.644"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 8.134V5.566C17 4.713 16.296 4 15.4 4H4.6C3.704 4 3 4.713 3 5.566v6.71c0 .853.704 1.566 1.6 1.566h1.6V17h.003l.002-.001l2.167-1.6l-.314 1.254q-.032.128-.046.255l-1.213.895a1.01 1.01 0 0 1-1.4-.199a.98.98 0 0 1-.199-.59v-2.172h-.6c-1.436 0-2.6-1.149-2.6-2.566v-6.71C2 4.149 3.164 3 4.6 3h10.8C16.836 3 18 4.149 18 5.566V8.69a2.9 2.9 0 0 0-1-.556m-2.193 1.412l-4.83 4.83a2.2 2.2 0 0 0-.577 1.02l-.375 1.498a.89.89 0 0 0 1.079 1.079l1.498-.375a2.2 2.2 0 0 0 1.02-.578l4.83-4.83a1.87 1.87 0 1 0-2.645-2.644"/></svg> </template>
CSS
.icon-comment-edit-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%208.134V5.566C17%204.713%2016.296%204%2015.4%204H4.6C3.704%204%203%204.713%203%205.566v6.71c0%20.853.704%201.566%201.6%201.566h1.6V17h.003l.002-.001l2.167-1.6l-.314%201.254q-.032.128-.046.255l-1.213.895a1.01%201.01%200%200%201-1.4-.199a.98.98%200%200%201-.199-.59v-2.172h-.6c-1.436%200-2.6-1.149-2.6-2.566v-6.71C2%204.149%203.164%203%204.6%203h10.8C16.836%203%2018%204.149%2018%205.566V8.69a2.9%202.9%200%200%200-1-.556m-2.193%201.412l-4.83%204.83a2.2%202.2%200%200%200-.577%201.02l-.375%201.498a.89.89%200%200%200%201.079%201.079l1.498-.375a2.2%202.2%200%200%200%201.02-.578l4.83-4.83a1.87%201.87%200%201%200-2.645-2.644%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%208.134V5.566C17%204.713%2016.296%204%2015.4%204H4.6C3.704%204%203%204.713%203%205.566v6.71c0%20.853.704%201.566%201.6%201.566h1.6V17h.003l.002-.001l2.167-1.6l-.314%201.254q-.032.128-.046.255l-1.213.895a1.01%201.01%200%200%201-1.4-.199a.98.98%200%200%201-.199-.59v-2.172h-.6c-1.436%200-2.6-1.149-2.6-2.566v-6.71C2%204.149%203.164%203%204.6%203h10.8C16.836%203%2018%204.149%2018%205.566V8.69a2.9%202.9%200%200%200-1-.556m-2.193%201.412l-4.83%204.83a2.2%202.2%200%200%200-.577%201.02l-.375%201.498a.89.89%200%200%200%201.079%201.079l1.498-.375a2.2%202.2%200%200%200%201.02-.578l4.83-4.83a1.87%201.87%200%201%200-2.645-2.644%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/comment-edit-20-regular.svg?color=%231a73e8&size=48