Yango Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yango 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/335435.svg" alt="Yango icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335435.svg" alt="Yango icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335435.svg" alt="Yango icon" :width="24" :height="24" />
CSS background
.icon-yango {
background-image: url('https://proicons.com/icon/335435.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="m" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><g id="c"><path id="d" class="m" d="M20.5532,27.7105v-7.4211l4.9486,7.4211v-7.4211"/><g id="e"><path id="f" class="m" d="M13.644,20.2895l-2.4276,3.7105-2.4276-3.7105"/><path id="g" class="m" d="M11.2164,27.7105v-3.7105"/></g><path id="h" class="m" d="M36.6919,27.7105h0c-1.4006,0-2.4276-1.1132-2.4276-2.4119v-2.5046c0-1.3915,1.1204-2.5046,2.4276-2.5046h0c1.4006,0,2.521,1.1132,2.521,2.5046v2.4119c0,1.3915-1.1204,2.5046-2.521,2.5046Z"/><path id="i" class="m" d="M32.4411,22.7941c0-1.3915-1.1204-2.5046-2.521-2.5046h0c-1.4006,0-2.521,1.1132-2.521,2.5046v2.5046c0,1.3915,1.1204,2.4119,2.521,2.4119h0c1.4006,0,2.521-1.1132,2.521-2.4119h-2.521"/><g id="j"><path id="k" class="m" d="M17.8896,25.2059h-3.3613"/><path id="l" class="m" d="M13.688,27.7105l2.521-7.4211,2.521,7.4211"/></g></g></svg>
Copied!