edit2 icon
edit2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- edit2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the edit2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 22H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75M19.02 3.482c-1.94-1.94-3.84-1.99-5.83 0l-1.21 1.21c-.1.1-.14.26-.1.4a8.13 8.13 0 0 0 5.53 5.53a.4.4 0 0 0 .41-.1l1.2-1.21c.99-.98 1.47-1.93 1.47-2.89c.01-.99-.47-1.95-1.47-2.94m-3.41 8.048c-.29-.14-.57-.28-.84-.44a9 9 0 0 1-.64-.42c-.17-.11-.37-.27-.56-.43a1.2 1.2 0 0 1-.17-.15c-.33-.28-.7-.64-1.03-1.04c-.03-.02-.08-.09-.15-.18c-.1-.12-.27-.32-.42-.55a6 6 0 0 1-.39-.59c-.16-.27-.3-.54-.44-.82l-.061-.135c-.148-.333-.583-.43-.84-.173L4.34 12.331c-.13.13-.25.38-.28.55l-.54 3.83c-.1.68.09 1.32.51 1.75c.36.35.86.54 1.4.54q.18 0 .36-.03l3.84-.54c.18-.03.43-.15.55-.28l5.722-5.721c.26-.26.161-.705-.176-.85z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconEdit2Filled(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 22H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75M19.02 3.482c-1.94-1.94-3.84-1.99-5.83 0l-1.21 1.21c-.1.1-.14.26-.1.4a8.13 8.13 0 0 0 5.53 5.53a.4.4 0 0 0 .41-.1l1.2-1.21c.99-.98 1.47-1.93 1.47-2.89c.01-.99-.47-1.95-1.47-2.94m-3.41 8.048c-.29-.14-.57-.28-.84-.44a9 9 0 0 1-.64-.42c-.17-.11-.37-.27-.56-.43a1.2 1.2 0 0 1-.17-.15c-.33-.28-.7-.64-1.03-1.04c-.03-.02-.08-.09-.15-.18c-.1-.12-.27-.32-.42-.55a6 6 0 0 1-.39-.59c-.16-.27-.3-.54-.44-.82l-.061-.135c-.148-.333-.583-.43-.84-.173L4.34 12.331c-.13.13-.25.38-.28.55l-.54 3.83c-.1.68.09 1.32.51 1.75c.36.35.86.54 1.4.54q.18 0 .36-.03l3.84-.54c.18-.03.43-.15.55-.28l5.722-5.721c.26-.26.161-.705-.176-.85z"/></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 22H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75M19.02 3.482c-1.94-1.94-3.84-1.99-5.83 0l-1.21 1.21c-.1.1-.14.26-.1.4a8.13 8.13 0 0 0 5.53 5.53a.4.4 0 0 0 .41-.1l1.2-1.21c.99-.98 1.47-1.93 1.47-2.89c.01-.99-.47-1.95-1.47-2.94m-3.41 8.048c-.29-.14-.57-.28-.84-.44a9 9 0 0 1-.64-.42c-.17-.11-.37-.27-.56-.43a1.2 1.2 0 0 1-.17-.15c-.33-.28-.7-.64-1.03-1.04c-.03-.02-.08-.09-.15-.18c-.1-.12-.27-.32-.42-.55a6 6 0 0 1-.39-.59c-.16-.27-.3-.54-.44-.82l-.061-.135c-.148-.333-.583-.43-.84-.173L4.34 12.331c-.13.13-.25.38-.28.55l-.54 3.83c-.1.68.09 1.32.51 1.75c.36.35.86.54 1.4.54q.18 0 .36-.03l3.84-.54c.18-.03.43-.15.55-.28l5.722-5.721c.26-.26.161-.705-.176-.85z"/></svg> </template>
CSS
.icon-edit2-filled {
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%2022H3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h18c.41%200%20.75.34.75.75s-.34.75-.75.75M19.02%203.482c-1.94-1.94-3.84-1.99-5.83%200l-1.21%201.21c-.1.1-.14.26-.1.4a8.13%208.13%200%200%200%205.53%205.53a.4.4%200%200%200%20.41-.1l1.2-1.21c.99-.98%201.47-1.93%201.47-2.89c.01-.99-.47-1.95-1.47-2.94m-3.41%208.048c-.29-.14-.57-.28-.84-.44a9%209%200%200%201-.64-.42c-.17-.11-.37-.27-.56-.43a1.2%201.2%200%200%201-.17-.15c-.33-.28-.7-.64-1.03-1.04c-.03-.02-.08-.09-.15-.18c-.1-.12-.27-.32-.42-.55a6%206%200%200%201-.39-.59c-.16-.27-.3-.54-.44-.82l-.061-.135c-.148-.333-.583-.43-.84-.173L4.34%2012.331c-.13.13-.25.38-.28.55l-.54%203.83c-.1.68.09%201.32.51%201.75c.36.35.86.54%201.4.54q.18%200%20.36-.03l3.84-.54c.18-.03.43-.15.55-.28l5.722-5.721c.26-.26.161-.705-.176-.85z%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%2022H3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h18c.41%200%20.75.34.75.75s-.34.75-.75.75M19.02%203.482c-1.94-1.94-3.84-1.99-5.83%200l-1.21%201.21c-.1.1-.14.26-.1.4a8.13%208.13%200%200%200%205.53%205.53a.4.4%200%200%200%20.41-.1l1.2-1.21c.99-.98%201.47-1.93%201.47-2.89c.01-.99-.47-1.95-1.47-2.94m-3.41%208.048c-.29-.14-.57-.28-.84-.44a9%209%200%200%201-.64-.42c-.17-.11-.37-.27-.56-.43a1.2%201.2%200%200%201-.17-.15c-.33-.28-.7-.64-1.03-1.04c-.03-.02-.08-.09-.15-.18c-.1-.12-.27-.32-.42-.55a6%206%200%200%201-.39-.59c-.16-.27-.3-.54-.44-.82l-.061-.135c-.148-.333-.583-.43-.84-.173L4.34%2012.331c-.13.13-.25.38-.28.55l-.54%203.83c-.1.68.09%201.32.51%201.75c.36.35.86.54%201.4.54q.18%200%20.36-.03l3.84-.54c.18-.03.43-.15.55-.28l5.722-5.721c.26-.26.161-.705-.176-.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/edit2-filled.svg?color=%231a73e8&size=48