Seiyu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seiyu 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/347118.svg" alt="Seiyu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347118.svg" alt="Seiyu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347118.svg" alt="Seiyu icon" :width="24" :height="24" />
CSS background
.icon-seiyu {
background-image: url('https://proicons.com/icon/347118.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="3.5" y="19.7946" width="8.4103" height="8.4103"/><line class="c" x1="28.6887" y1="19.7946" x2="28.6887" y2="28.2048"/><path class="c" d="M36.5944,19.7946l-2.7859,4.2051-2.7859-4.2051"/><line class="c" x1="33.8085" y1="28.2048" x2="33.8085" y2="23.9997"/><path class="c" d="M14.4102,27.2839c.5157.6714,1.1624.9215,2.0621.9215h1.2451c1.1587,0,2.098-.9393,2.098-2.1026s-.9393-2.1026-2.098-2.1026h-1.3735c-1.16,0-2.1003-.9403-2.1003-2.1015s.9424-2.1036,2.1049-2.1036h1.2383c.8997,0,1.5464.2501,2.0621.9215"/><path class="c" d="M38.9282,19.7946v5.6244c0,1.5387,1.2472,2.7859,2.7859,2.7859s2.7859-1.2472,2.7859-2.7859v-5.6244"/><line class="c" x1="22.1497" y1="23.9997" x2="24.8831" y2="23.9997"/><path class="c" d="M26.3549,28.2048h-4.2051v-8.4103h4.2051"/></svg>
Copied!