Quickedit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quickedit icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/331812.svg" alt="Quickedit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331812.svg" alt="Quickedit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331812.svg" alt="Quickedit icon" :width="24" :height="24" />
CSS background
.icon-quickedit {
background-image: url('https://proicons.com/icon/331812.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.8207,2.5476A21.321,21.321,0,1,0,33.1177,43.06l-5.9023-5.9024A13.7278,13.7278,0,1,1,37.15,27.1127l5.9243,5.9244a21.33,21.33,0,0,0-19.2538-30.49Z"/><path class="a" d="M43.7534,37.13a23.69,23.69,0,0,1-6.5566,6.595l1.7274,1.7275H45.5V38.8765Z"/><path class="a" d="M31.6573,25.0336,25.0815,31.61,27.696,34.224a11.5831,11.5831,0,0,0,6.532-6.62Z"/><path class="a" d="M27.696,34.224l9.5008,9.5009"/><path class="a" d="M43.7534,37.13,34.228,27.6043"/></svg>
Copied!