Organtrail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Organtrail 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/330783.svg" alt="Organtrail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330783.svg" alt="Organtrail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330783.svg" alt="Organtrail icon" :width="24" :height="24" />
CSS background
.icon-organtrail {
background-image: url('https://proicons.com/icon/330783.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M17.5,4.5h5.57V6.36h1.86v3.71h1.86v1.86H19.36v1.86h3.71v1.85H34.21V17.5h1.86v3.71H32.36V19.36H23.07v5.57H19.36v1.86h1.85v1.85h1.86v5.57h1.86v5.58h3.71v1.85H24.93V43.5H21.21V34.21H17.5v3.72H15.64v3.71h3.72V43.5H13.79V41.64H11.93V37.93h1.86V34.21h1.85V17.5H17.5V13.79H15.64V6.36H17.5Zm3.71,3.71v1.86h1.86V8.21Z"/></svg>
Copied!