Redactor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Redactor 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/332014.svg" alt="Redactor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332014.svg" alt="Redactor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332014.svg" alt="Redactor icon" :width="24" :height="24" />
CSS background
.icon-redactor {
background-image: url('https://proicons.com/icon/332014.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.5,5.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4v-18.0943l-2.864,4.9616-11.4142-9.4193,10.4481-10.4481H9.5ZM28.2218,15.9481l11.4142,9.4193s-3.0565-.5384-10.8227,5.4865l-4.2485-3.657s4.4928-8.7412,3.657-11.2487ZM21.3528,28.6364h3.212s-2.4882,3.3024-2.4856,3.3014l-.7245.5382c-.2078.0839-.4128.1464-.6162.1864-.2034.0397-.4326.059-.6846.059-.4908,0-.8917-.0996-1.2057-.2986-.1965-.1273-.3506-.2972-.483-.4868h-1.3426c-.0762.1329-.174.2528-.3043.3537-.3095.2431-.7315.3651-1.2665.3651h-1.7705v-.7188h-3.87l-.2187.7189h-1.0802v-4.0183h1.4111l.2586-.7379h1.2285l.2605.7379h2.0101v-.717h1.4719c.6279,0,1.1035.0874,1.4263.2643.1907.1031.3198.2579.3994.4526h4.374ZM25.3517,27.8742l2.4812,2.1357-1.4937,1.9279h-4.2599l3.2725-4.0637Z"/></svg>
Copied!