Youdanji Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Youdanji 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/335485.svg" alt="Youdanji icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335485.svg" alt="Youdanji icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335485.svg" alt="Youdanji icon" :width="24" :height="24" />
CSS background
.icon-youdanji {
background-image: url('https://proicons.com/icon/335485.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="svg990" width="48" height="48" version="1.1"><defs id="defs987"><style id="style1174">.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round}</style></defs><path id="path2759" d="M32.78 29.697c2.591.953 2.081.18 1.16-1.43m.88-1.095c2.605.967 1.895-.247.632-1.286-.82 1.666-2.894 3.67-3.65 4.886M5.007 34.96c-.77 2.5-.743 2.663.797.941m1.91.734c-.419 2.49.442 2.298 1.714.899m6.215 1.254c.668 2.574 1.118 2.29 1.836.084m.537-26.34c5.246 4.552 11.207 10.365 17.588 13.418m-24.09-11.327C9.31 21.362 5.739 28.171 4.989 35.138c.952 1.347 2.374 1.074 4.032 1.718 1.698 2.538 4.39 2.497 7.731 1.624 3.018 1.68 5.823-.236 8.916-1.235M11.162 10.601c-1.939-1.456-.535-2.361.999-2.431 1.11-.05 1.471-1.322 3.094-.577.54.248.152 1.609.16 1.944M11.65 11.71c-.132-.335-.598-.569-.388-1.098 1.166-.772 2.848-1.147 3.97-1.17.165.205.366.61.466.833m2.713 2.352c-2.047-1.544.228.275-2.346.452-.617-.982-.92-1.557-.945.41-1.323.351-2.287 1.495-2.689-.535-.085.243-.57.805-.436 1.242-2.42 1.124-2.25-.425-.687-2.264 1.399-.929 3.567-1.515 4.903-1.67.896.538 1.773 1.084 2.603 1.73l-.403.635zM16.78 29.11c3.16-1.311 7.664-1.14 11.275 1.987m-7.267-2.867c3.933-3.786 8.632.751 11.837 3.507 1.892 1.506 3.463 1.79 5.76.378 1.321-.861 2.096-2.481 3.69-2.942 1.53-.443 1.543 2.471 1.293 3.247-1.522 4.714-7.547 6.673-11.83 6.826-5.852-.032-9.67-6.722-15.2-5.693-2.689-.925-1.485-3.604.442-4.443m-2.142-.618c3.062-.754 6.204-1.446 8.98-3.07 2.105 2.235 1.882.594 1.39-1.211 2.043-3.939 3.167 1.674 2.702 3.516m-13.302.736c-.275 2.723-.07 2.314-2.197.055-.735-.4-1.834-1.125-2.734-.945-.596.119 1.343 2.945 1.551 3.188 2.266 2.638 5.408 3.49 8.775 2.86m-4.997-15.426c3.152-4.173 9.135 2.51 6.133 5.717-4.175 4.459-10.218-1.159-6.133-5.717zm3.114 1.573c1.727.667.96 3.877-1.062 2.903-1.751-.844-.863-3.61 1.062-2.903z" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000"/></svg>
Copied!