Jotatexteditor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jotatexteditor 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/342275.svg" alt="Jotatexteditor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342275.svg" alt="Jotatexteditor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342275.svg" alt="Jotatexteditor icon" :width="24" :height="24" />
CSS background
.icon-jotatexteditor {
background-image: url('https://proicons.com/icon/342275.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M12.73,4.5v39H37.46a2,2,0,0,0,2-2V17.32L45.07,11A1,1,0,0,0,45,9.63L43.23,8.06a1,1,0,0,0-1.39.08l-2.38,2.68V6.5a2,2,0,0,0-2-2ZM32,19.18l3.23,2.87-3.77,4.24-3,3.35-2.4,2.7-2.49,2.81L17.9,38.33l2.49-6,2.49-2.8h0l5.39-6,.24-.28Z"/><line class="cls-1" x1="39.46" y1="10.82" x2="32.03" y2="19.18"/><line class="cls-1" x1="35.26" y1="22.05" x2="39.46" y2="17.32"/><path class="cls-1" d="M8.4,6.45v35.1a2,2,0,0,0,1.95,2h2.38V4.5H10.35A2,2,0,0,0,8.4,6.45Z"/></svg>
Copied!