Myuca Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myuca 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/344494.svg" alt="Myuca icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344494.svg" alt="Myuca icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344494.svg" alt="Myuca icon" :width="24" :height="24" />
CSS background
.icon-myuca {
background-image: url('https://proicons.com/icon/344494.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;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="M17.4823,24.0168c0,2.3108-1.2359,4.446-3.2421,5.6014-2.0062,1.1554-4.478,1.1554-6.4842,0-2.0062-1.1554-3.2421-3.2906-3.2421-5.6014"/><path class="c" d="M30.4818,23.9998c0,2.8287-1.8353,5.3307-4.5341,6.1813-2.6989.8507-5.6379-.1466-7.2611-2.4638-1.6231-2.3172-1.5554-5.4189.1673-7.6631,1.7227-2.2442,4.7025-3.1124,7.3617-2.1449"/><path class="c" d="M30.5147,23.9852c0-3.5724,2.9031-6.4684,6.4842-6.4684h0c3.5811,0,6.4842,2.896,6.4842,6.4684"/><path class="c" d="M4.5143,24.0168l-.0158-6.5159"/><path class="c" d="M43.4827,23.9852l.0159,6.5159"/><circle class="d" cx="36.9987" cy="24.001" r=".75"/></svg>
Copied!