edit compact icon
edit-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- edit-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Related icons in Codicons
Use the edit compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M9.63 0c1.31 0 2.38 1.07 2.38 2.38c0 .63-.25 1.23-.69 1.68l-.63.62l-6.18 6.18c-.22.22-.51.38-.82.45l-3.07.68S.55 12 .51 12H.5a.47.47 0 0 1-.35-.15a.49.49 0 0 1-.13-.46L.7 8.32c.07-.31.22-.59.45-.82L7.95.7C8.4.25 9 0 9.63 0M1.84 8.21q-.135.135-.18.33l-.51 2.3l2.3-.51c.12-.03.24-.09.33-.18l5.83-5.83l-1.94-1.94zM9.62 1c-.37 0-.71.14-.97.4l-.265.265l1.95 1.95l.265-.265c.26-.26.4-.61.4-.97C11 1.62 10.38 1 9.62 1" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function CodiconEditCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" fillRule="evenodd" d="M9.63 0c1.31 0 2.38 1.07 2.38 2.38c0 .63-.25 1.23-.69 1.68l-.63.62l-6.18 6.18c-.22.22-.51.38-.82.45l-3.07.68S.55 12 .51 12H.5a.47.47 0 0 1-.35-.15a.49.49 0 0 1-.13-.46L.7 8.32c.07-.31.22-.59.45-.82L7.95.7C8.4.25 9 0 9.63 0M1.84 8.21q-.135.135-.18.33l-.51 2.3l2.3-.51c.12-.03.24-.09.33-.18l5.83-5.83l-1.94-1.94zM9.62 1c-.37 0-.71.14-.97.4l-.265.265l1.95 1.95l.265-.265c.26-.26.4-.61.4-.97C11 1.62 10.38 1 9.62 1" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M9.63 0c1.31 0 2.38 1.07 2.38 2.38c0 .63-.25 1.23-.69 1.68l-.63.62l-6.18 6.18c-.22.22-.51.38-.82.45l-3.07.68S.55 12 .51 12H.5a.47.47 0 0 1-.35-.15a.49.49 0 0 1-.13-.46L.7 8.32c.07-.31.22-.59.45-.82L7.95.7C8.4.25 9 0 9.63 0M1.84 8.21q-.135.135-.18.33l-.51 2.3l2.3-.51c.12-.03.24-.09.33-.18l5.83-5.83l-1.94-1.94zM9.62 1c-.37 0-.71.14-.97.4l-.265.265l1.95 1.95l.265-.265c.26-.26.4-.61.4-.97C11 1.62 10.38 1 9.62 1" clip-rule="evenodd"/></svg> </template>
CSS
.icon-edit-compact {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.63%200c1.31%200%202.38%201.07%202.38%202.38c0%20.63-.25%201.23-.69%201.68l-.63.62l-6.18%206.18c-.22.22-.51.38-.82.45l-3.07.68S.55%2012%20.51%2012H.5a.47.47%200%200%201-.35-.15a.49.49%200%200%201-.13-.46L.7%208.32c.07-.31.22-.59.45-.82L7.95.7C8.4.25%209%200%209.63%200M1.84%208.21q-.135.135-.18.33l-.51%202.3l2.3-.51c.12-.03.24-.09.33-.18l5.83-5.83l-1.94-1.94zM9.62%201c-.37%200-.71.14-.97.4l-.265.265l1.95%201.95l.265-.265c.26-.26.4-.61.4-.97C11%201.62%2010.38%201%209.62%201%22%20clip-rule%3D%22evenodd%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.63%200c1.31%200%202.38%201.07%202.38%202.38c0%20.63-.25%201.23-.69%201.68l-.63.62l-6.18%206.18c-.22.22-.51.38-.82.45l-3.07.68S.55%2012%20.51%2012H.5a.47.47%200%200%201-.35-.15a.49.49%200%200%201-.13-.46L.7%208.32c.07-.31.22-.59.45-.82L7.95.7C8.4.25%209%200%209.63%200M1.84%208.21q-.135.135-.18.33l-.51%202.3l2.3-.51c.12-.03.24-.09.33-.18l5.83-5.83l-1.94-1.94zM9.62%201c-.37%200-.71.14-.97.4l-.265.265l1.95%201.95l.265-.265c.26-.26.4-.61.4-.97C11%201.62%2010.38%201%209.62%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/edit-compact.svg?color=%231a73e8&size=48