Edit Session Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Edit Session 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/307140.svg" alt="Edit Session icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307140.svg" alt="Edit Session icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307140.svg" alt="Edit Session icon" :width="24" :height="24" />
CSS background
.icon-edit-session {
background-image: url('https://proicons.com/icon/307140.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M14.621 4.66449C14.816 4.85949 14.816 5.17649 14.621 5.37149C14.336 5.65649 13.997 5.88049 13.623 6.03149C13.25 6.18249 12.85 6.25649 12.447 6.24949C12.044 6.24249 11.647 6.15449 11.279 5.99049C11.183 5.94749 11.09 5.90049 10.999 5.84749V5.99949C10.999 6.27549 10.775 6.49949 10.499 6.49949C10.223 6.49949 9.999 6.27549 9.999 5.99949V4.49949C9.999 4.22349 10.223 3.99949 10.499 3.99949H11.999C12.275 3.99949 12.499 4.22349 12.499 4.49949C12.499 4.77549 12.275 4.99949 11.999 4.99949H11.531C11.581 5.02749 11.633 5.05349 11.686 5.07649C11.931 5.18549 12.196 5.24449 12.465 5.24949C12.733 5.25449 13 5.20449 13.249 5.10449C13.498 5.00349 13.724 4.85449 13.914 4.66449C14.109 4.46949 14.426 4.46949 14.621 4.66449ZM14.5 0.500488C14.224 0.500488 14 0.724488 14 1.00049V1.15249C13.909 1.10049 13.816 1.05249 13.72 1.00949C13.352 0.845488 12.955 0.757488 12.552 0.750488C12.149 0.743488 11.749 0.817488 11.376 0.968488C11.002 1.11949 10.663 1.34349 10.378 1.62849C10.183 1.82349 10.183 2.14049 10.378 2.33549C10.573 2.53049 10.89 2.53049 11.085 2.33549C11.275 2.14549 11.501 1.99549 11.75 1.89549C11.999 1.79549 12.266 1.74549 12.534 1.75049C12.802 1.75549 13.067 1.81349 13.313 1.92349C13.366 1.94649 13.417 1.97249 13.468 2.00049H13C12.724 2.00049 12.5 2.22449 12.5 2.50049C12.5 2.77649 12.724 3.00049 13 3.00049H14.5C14.776 3.00049 15 2.77649 15 2.50049V1.00049C15 0.724488 14.776 0.500488 14.5 0.500488ZM5 11.4995C5 11.7755 5.224 11.9995 5.5 11.9995H9.5C9.776 11.9995 10 11.7755 10 11.4995C10 11.2235 9.776 10.9995 9.5 10.9995H5.5C5.224 10.9995 5 11.2235 5 11.4995ZM9 5.99949H8V4.49949C8 4.22349 7.776 3.99949 7.5 3.99949C7.224 3.99949 7 4.22349 7 4.49949V5.99949H5.5C5.224 5.99949 5 6.22349 5 6.49949C5 6.77549 5.224 6.99949 5.5 6.99949H7V8.49949C7 8.77549 7.224 8.99949 7.5 8.99949C7.776 8.99949 8 8.77549 8 8.49949V6.99949H9.389C9.15 6.73349 9 6.38449 9 5.99949ZM12 7.18649V12.9995C12 13.5515 11.552 13.9995 11 13.9995H4C3.448 13.9995 3 13.5515 3 12.9995V2.99949C3 2.44749 3.448 1.99949 4 1.99949H8.586C8.718 1.99949 8.847 2.05349 8.94 2.14549L9.25 2.45549V1.17449C9.043 1.07149 8.819 1.00049 8.586 1.00049H4C2.897 1.00049 2 1.89749 2 3.00049V13.0005C2 14.1035 2.897 15.0005 4 15.0005H11C12.103 15.0005 13 14.1035 13 13.0005V7.20249C12.835 7.22349 12.67 7.25049 12.502 7.25049C12.321 7.24749 12.167 7.20749 12 7.18649Z"/></svg>
Copied!