Emoji Yin Yang Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Yin Yang 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/325425.svg" alt="Emoji Yin Yang icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325425.svg" alt="Emoji Yin Yang icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325425.svg" alt="Emoji Yin Yang icon" :width="24" :height="24" />
CSS background
.icon-emoji-yin-yang {
background-image: url('https://proicons.com/icon/325425.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M13.2501,34.75c0,5.7083,4.4505,10.3846,10.0835,10.7285.2257.0107.4407.0215.6665.0215s.4408-.0108.6557-.0215c11.567-.3332,20.8443-9.8147,20.8443-21.4785S36.2227,2.8548,24.6557,2.5216c5.633.344,10.0943,5.0202,10.0943,10.7285,0,5.934-4.816,10.75-10.75,10.75-5.9446,0-10.75,4.8159-10.75,10.75"/><path id="c" class="f" d="M2.5,24c0,11.6531,9.2665,21.1345,20.8336,21.4785-5.633-.3439-10.0835-5.0202-10.0835-10.7285,0-5.934,4.8054-10.75,10.75-10.75,5.934,0,10.75-4.816,10.75-10.75,0-5.7083-4.4612-10.3845-10.0943-10.7285-.2149-.0108-.4299-.0215-.6557-.0215s-.4515,0-.6665.0215C11.7665,2.8655,2.5,12.347,2.5,24"/><path id="d" class="f" d="M21.7102,34.3201c-.0012,1.8999,1.538,3.441,3.4379,3.4422,1.8999.0012,3.441-1.538,3.4422-3.4379v-.0043c.0012-1.8999-1.538-3.441-3.4379-3.4422-1.8999-.0012-3.441,1.538-3.4422,3.4379v.0043"/><path id="e" class="f" d="M21.7102,12.82c-.0012,1.8999,1.538,3.441,3.4379,3.4422,1.8999.0012,3.441-1.538,3.4422-3.4379v-.0043c.0012-1.8999-1.538-3.441-3.4379-3.4422-1.8999-.0012-3.441,1.538-3.4422,3.4379v.0043"/></svg>
Copied!