Genshin Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Genshin Assistant 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/341003.svg" alt="Genshin Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341003.svg" alt="Genshin Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341003.svg" alt="Genshin Assistant icon" :width="24" :height="24" />
CSS background
.icon-genshin-assistant {
background-image: url('https://proicons.com/icon/341003.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><polygon class="b" points="24 3.5 30.634 16.7522 44.5 24 30.634 31.2478 24 44.5 17.366 31.2478 3.5 24 17.366 16.7522 24 3.5"/><line class="b" x1="3.5" y1="24" x2="44.5" y2="24"/><line class="b" x1="24" y1="3.5" x2="24" y2="44.5"/><line class="b" x1="17.366" y1="31.2478" x2="30.634" y2="16.7522"/><line class="b" x1="30.634" y1="31.2478" x2="17.366" y2="16.7522"/></svg>
Copied!