Set Edit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Set Edit icon is commonly used in content management systems, form toolbars and inline editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/347169.svg" alt="Set Edit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347169.svg" alt="Set Edit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347169.svg" alt="Set Edit icon" :width="24" :height="24" />
CSS background
.icon-set-edit {
background-image: url('https://proicons.com/icon/347169.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.2155,3.5,18.2107,8.6725a15.7781,15.7781,0,0,0-4.6,2.6468L8.6417,9.6062,3.8526,17.8937l3.98,3.46a14.9758,14.9758,0,0,0,0,5.2976L3.8526,30.11l4.7891,8.2841,4.9644-1.71a15.6414,15.6414,0,0,0,4.6046,2.6433L19.2155,44.5h9.5693l.9853-5.1207a17.9941,17.9941,0,0,0,4.62-2.6984l4.9688,1.7132L44.1429,30.11,40.167,26.6472a14.7463,14.7463,0,0,0,0-5.2891l3.98-3.4673L39.3583,9.6067l-4.9647,1.71a15.689,15.689,0,0,0-4.6045-2.6423L28.7843,3.5016Zm4.6973,14.2057a6.3756,6.3756,0,0,1,0,12.7512h0a6.3755,6.3755,0,0,1-6.3759-6.3749v-.0013a6.3754,6.3754,0,0,1,6.3758-6.375Z"/></svg>
Copied!