Yu Gi Oh Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yu Gi Oh 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/350081.svg" alt="Yu Gi Oh icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350081.svg" alt="Yu Gi Oh icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350081.svg" alt="Yu Gi Oh icon" :width="24" :height="24" />
CSS background
.icon-yu-gi-oh {
background-image: url('https://proicons.com/icon/350081.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><path class="c" d="m27.1961,41.0924c1.4605-1.4416,6.2404-3.7367,9.5598-4.6314,0,0-2.371-.3761-4.8368.4775,1.764-1.764,8.1941-6.2594,13.3533-6.506,0,0-5.1403-3.1866-10.1857-2.352,0,0,4.685-7.3026,10.4133-10.8116,0,0-8.839-1.0243-15.0794,2.7124-2.4468-5.6903-3.8125-10.9824-4.1919-15.0794-4.5712,5.0454-8.3269,14.5483-8.3269,14.5483-4.7989-2.2761-13.4861-3.4332-13.4861-3.4332,3.2435,3.8694,7.7199,12.2532,7.7199,12.2532-6.9612.3035-9.6356,2.6745-9.6356,2.6745,4.116.0379,11.9118,5.1592,11.9118,5.1592-2.8072-.4932-4.8747-.0759-4.8747-.0759,2.5607.2655,11.2669,5.0644,11.2669,5.0644"/><path class="c" d="m31.2742,31.5516s-.9294,3.7746-1.3277,4.6471-5.1592,4.723-5.9464,4.723c-1.4658,0-6.1386-4.4425-6.1386-4.4425"/><path class="c" d="m40.6063,35.0227c-1.9347-1.6502-7.2647-4.7799-7.7578-4.9885s-3.1107-1.0432-3.8884-.9674c0,0-1.0053-4.6281-.1897-7.4164,0,0-4.1729,4.6661-4.5412,7.2267l2.322.0095.5311,2.1813c4.1919-.0474,5.1213.4837,13.524,3.9548Z"/><path class="c" d="m25.9347,25.3048c-1.0906-3.4206-1.2041-11.6209-.5402-14.6178-2.8266,4.9885-2.6938,14.6178-2.6938,14.6178"/><path class="c" d="m28.46,24.9119c.6518-1.4785,2.3778-2.958,2.3778-2.958-.3794,1.764.1517,6.1076.1517,6.1076,2.1244.1517,3.4711.7777,3.4711.7777,0,0,6.8284,3.3004,8.1372,4.5143"/><line class="c" x1="23.8269" y1="35.0606" x2="23.8924" y2="36.7101"/><path class="c" d="m23.1796,38.1334c.818-.0356,2.0343.1138,2.0343.1138"/><path class="c" d="m30.618,31.3071c-.1013,2.0365-2.0539,3.7155-2.0539,3.7155l-2.8594-.4102.0996-1.7142c2.0058-1.0883,2.5755-1.5481,4.1756-1.6952"/><path class="c" d="m17.9284,31.3071l4.0668-2.4206,2.322-.0095c-.3683-2.5607-4.5412-7.2267-4.5412-7.2267.8156,2.7883-.1897,7.4164-.1897,7.4164-.7777-.0759-3.3952.7587-3.8884.9674-.6982,4.5286.4399,12.808.4399,12.808"/><path class="c" d="m20.0864,24.9119c-.6518-1.4785-2.3778-2.958-2.3778-2.958.3794,1.764-.1517,6.1076-.1517,6.1076-2.1244.1517-3.4711.7777-3.4711.7777,0,0-4.9185,1.8114-11.2063,5.8516"/><path class="c" d="m18.5665,31.2031c1.6001.1471,2.1698.6069,4.1756,1.6952l.0996,1.7142-2.8594.4102s-1.9525-1.679-2.0539-3.7155"/><path class="c" d="m17.9284,31.3071c-.5529,4.2798.642,11.7911.642,11.7911"/></svg>
Copied!