Oldschool Editor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oldschool Editor 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/345136.svg" alt="Oldschool Editor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345136.svg" alt="Oldschool Editor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345136.svg" alt="Oldschool Editor icon" :width="24" :height="24" />
CSS background
.icon-oldschool-editor {
background-image: url('https://proicons.com/icon/345136.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m17.6451,7.3434h24.8549l-12.1451,24.6601H5.5L17.6451,7.3434Z"/><path class="b" d="m42.4671,7.3526v33.304h-24.4041v-8.6756"/><path class="b" d="m39.4585,37.1011l-18.4414.0035,18.4414-.0035Z"/><path class="b" d="m21.0171,34.3954l18.4431.0035-18.4431-.0035Z"/><path class="b" d="m30.5892,31.6897l8.871.0035-8.871-.0035Z"/><path class="b" d="m31.9421,28.984l7.5182.0035-7.5182-.0035Z"/><path class="b" d="m33.2949,26.2783l6.1653.0035-6.1653-.0035Z"/><path class="b" d="m34.6478,23.5726l4.8125.0035-4.8125-.0035Z"/><path class="b" d="m36.0006,20.8669l3.4596.0035-3.4596-.0035Z"/><path class="b" d="m37.3535,18.1612l2.1068.0035-2.1068-.0035Z"/><path class="b" d="m39.4602,15.459l-.8504-.0002"/></svg>
Copied!