Composer Edit Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Composer 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/316927.svg" alt="Composer Edit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316927.svg" alt="Composer Edit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316927.svg" alt="Composer Edit icon" :width="24" :height="24" />
CSS background
.icon-composer-edit {
background-image: url('https://proicons.com/icon/316927.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>composer-edit</title><path d="M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!