Yu Gi Oh Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yu Gi Oh Alt 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/335523.svg" alt="Yu Gi Oh Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335523.svg" alt="Yu Gi Oh Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335523.svg" alt="Yu Gi Oh Alt icon" :width="24" :height="24" />
CSS background
.icon-yu-gi-oh-alt {
background-image: url('https://proicons.com/icon/335523.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="25.5528" cy="22.5512" r="2.8656"/><circle class="c" cx="25.5528" cy="22.5512" r="7.5789"/><path class="c" d="m25.5528,14.9723c6.921,0,10.1261,7.1925,16.097,7.1925,1.5582,0,2.5733,0,3.7825,0s1.7531-.587,1.2341-2.3684c-.4612-1.5831-1.6745-2.0319-4.2507-2.0319-7.1634,0-7.2798-7.1967-16.8629-7.1967-9.5831,0-9.6995,7.1967-16.8629,7.1967-2.5762,0-3.7895.4488-4.2507,2.0319-.519,1.7814.0249,2.3684,1.2341,2.3684h3.7825c5.9709,0,9.176-7.1925,16.097-7.1925Z"/><path class="c" d="m44.6594,22.1648c.9851,0,2.3934,1.1468,2.3934,2.8172,0,1.6704-.723,2.0568-2.1191,2.0568s-3.1787,0-4.313,0c-3.2909,0-3.3906,7.6288-15.0679,7.6288-11.6773,0-11.777-7.6288-15.0679-7.6288h-4.313c-1.3961,0-2.1191-.3864-2.1191-2.0568s1.4082-2.8172,2.3934-2.8172"/><path class="c" d="m45.6214,26.9944c-.367,4.2681-5.3996,17.3019-20.0686,17.3019-14.669,0-19.7016-13.0338-20.0686-17.3019"/><path class="c" d="m45.1059,18.0948c-2.0171-9.5297-11.9839-14.3912-19.5531-14.3912-7.5692,0-17.536,4.8615-19.5531,14.3912"/><path class="c" d="m39.1325,21.7289c-3.9966.1742-1.7473,8.4013-13.5797,8.4013-11.8324,0-9.5831-8.2271-13.5797-8.4013"/></svg>
Copied!