Gwent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gwent 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/341397.svg" alt="Gwent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341397.svg" alt="Gwent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341397.svg" alt="Gwent icon" :width="24" :height="24" />
CSS background
.icon-gwent {
background-image: url('https://proicons.com/icon/341397.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><path class="a" d="M5.7188,40.1484H42.2812"/><path class="a" d="M5.7188,37.7109H42.2813"/><path class="a" d="M4.5,32.7055l2.4375,2.5679h7.0078v-4.875H11.2031v-4.875L12.7266,24,4.5,15.7734Z"/><path class="a" d="M43.5,32.7059l-2.4375,2.568H34.0547v-4.875h2.7422v-4.875L35.2734,24,43.5,15.7734Z"/><path class="a" d="M16.0781,35.2734H31.9219V16.3828L24,7.8516l-7.9219,8.5312Z"/><path class="a" d="M17.6016,26.1328,24,19.7344l6.3984,6.3984L24,32.5312Z"/></svg>
Copied!