Mysudo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mysudo 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/344476.svg" alt="Mysudo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344476.svg" alt="Mysudo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344476.svg" alt="Mysudo icon" :width="24" :height="24" />
CSS background
.icon-mysudo {
background-image: url('https://proicons.com/icon/344476.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26,29.0949v-10.19h2.2927a4.458,4.458,0,0,1,4.458,4.458v1.2738a4.458,4.458,0,0,1-4.458,4.458Z"/><path class="a" d="M4.7018,27.9784A2.85,2.85,0,0,0,7.2,29.0949H8.7088a2.5447,2.5447,0,0,0,2.5419-2.5475h0A2.5447,2.5447,0,0,0,8.7088,24H7.042A2.5447,2.5447,0,0,1,4.5,21.4526h0a2.5447,2.5447,0,0,1,2.542-2.5475H8.5505a2.85,2.85,0,0,1,2.4984,1.1165"/><path class="a" d="M36.7493,25.72a3.3754,3.3754,0,1,0,6.7507,0v-3.439a3.3754,3.3754,0,1,0-6.7507,0Z"/><path class="a" d="M15.25,18.9051V25.72a3.3754,3.3754,0,1,0,6.7507,0V18.9051"/><path class="a" d="M8.3216,14.9479a18.107,18.107,0,0,1,31.3569,0"/><path class="a" d="M39.6782,33.0524a18.1069,18.1069,0,0,1-31.3564,0"/></svg>
Copied!