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/319768.svg" alt="Composer Edit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319768.svg" alt="Composer Edit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319768.svg" alt="Composer Edit icon" :width="24" :height="24" />
CSS background
.icon-composer-edit {
background-image: url('https://proicons.com/icon/319768.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="composer-edit_00000176755023415824852220000011635455019497357956_" d="M22,30.36c-2.283,0-4.162-1.764-4.346-4H1v-0.72 h16.654c0.174-2.117,1.868-3.812,3.985-3.985V8.333c-1.014-0.156-1.816-0.959-1.973-1.973H14.36V10c0,0.199-0.161,0.36-0.36,0.36H6 c-0.199,0-0.36-0.161-0.36-0.36V6.36H1V5.64h4.64V2c0-0.199,0.161-0.36,0.36-0.36h8c0.199,0,0.36,0.161,0.36,0.36v3.64h5.307 c0.174-1.131,1.154-2,2.333-2s2.159,0.869,2.333,2H31v0.72h-6.667c-0.156,1.014-0.959,1.817-1.973,1.973v13.322 c2.117,0.174,3.812,1.868,3.985,3.985H31v0.721h-4.654C26.162,28.597,24.283,30.36,22,30.36z M18.378,26.36 c0.17,1.72,1.542,3.092,3.262,3.262V26.36H18.378z M22.36,26.36v3.262c1.72-0.17,3.092-1.542,3.262-3.262H22.36z M22.36,25.64h3.262 c-0.17-1.72-1.542-3.092-3.262-3.262V25.64z M18.378,25.64h3.262v-3.262C19.92,22.548,18.548,23.92,18.378,25.64z M6.36,9.64h7.28 V2.36H6.36V9.64z M22,4.36c-0.904,0-1.64,0.736-1.64,1.64S21.096,7.64,22,7.64S23.64,6.904,23.64,6S22.904,4.36,22,4.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!