Simpletexteditor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simpletexteditor 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/347346.svg" alt="Simpletexteditor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347346.svg" alt="Simpletexteditor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347346.svg" alt="Simpletexteditor icon" :width="24" :height="24" />
CSS background
.icon-simpletexteditor {
background-image: url('https://proicons.com/icon/347346.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><line class="a" x1="8.4189" y1="14.4719" x2="18.341" y2="4.5"/><line class="a" x1="15.838" y1="22.928" x2="23.2726" y2="22.928"/><line class="a" x1="24.4635" y1="34.994" x2="32.1121" y2="34.994"/><line class="a" x1="15.838" y1="34.994" x2="16.6168" y2="34.994"/><line class="a" x1="28.7905" y1="28.961" x2="32.1121" y2="28.961"/><line class="a" x1="15.838" y1="28.961" x2="18.9456" y2="28.961"/><path class="a" d="M15.838,40.157l1.311-8.691L35.6511,5.669a4,4,0,1,1,6.5009,4.6625L23.65,36.1285Z"/><path class="a" d="M36.8578,4.51,18.341,4.5v7.9775a1.9945,1.9945,0,0,1-1.9446,1.9944H8.4189V41.5056A1.9944,1.9944,0,0,0,10.4133,43.5H37.6365a1.9945,1.9945,0,0,0,1.9446-1.9944V13.916"/><path class="a" d="M31.6966,11.1826a4,4,0,0,1,6.5009,4.6625"/><path class="a" d="M17.1489,31.466A4,4,0,0,1,23.65,36.1285h0"/></svg>
Copied!