Iliad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iliad 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/341901.svg" alt="Iliad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341901.svg" alt="Iliad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341901.svg" alt="Iliad icon" :width="24" :height="24" />
CSS background
.icon-iliad {
background-image: url('https://proicons.com/icon/341901.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="c" cx="13.3404" cy="19.768" r=".75"/><line class="d" x1="13.3404" y1="22.7094" x2="13.3404" y2="29.0724"/><circle class="c" cx="20.4269" cy="19.768" r=".75"/><line class="d" x1="20.4269" y1="22.7094" x2="20.4269" y2="29.0724"/><path class="d" d="M16.1766,19.4678v8.404c0,.6631.5375,1.2006,1.2006,1.2006h.3602"/><path class="d" d="M27.9483,26.6713c0,1.3261-1.075,2.4011-2.4011,2.4011h0c-1.3261,0-2.4011-1.075-2.4011-2.4011v-1.5608c0-1.3261,1.075-2.4011,2.4011-2.4011h0c1.3261,0,2.4011,1.075,2.4011,2.4011"/><line class="d" x1="27.9483" y1="29.0724" x2="27.9483" y2="22.7094"/><path class="d" d="M35.5,25.1105c0-1.3261-1.075-2.4011-2.4011-2.4011h0c-1.3261,0-2.4011,1.075-2.4011,2.4011v1.5608c0,1.3261,1.075,2.4011,2.4011,2.4011h0c1.3261,0,2.4011-1.075,2.4011-2.4011"/><line class="d" x1="35.5" y1="29.0724" x2="35.5" y2="19.4678"/></svg>
Copied!