Megasync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Megasync 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/343596.svg" alt="Megasync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343596.svg" alt="Megasync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343596.svg" alt="Megasync icon" :width="24" :height="24" />
CSS background
.icon-megasync {
background-image: url('https://proicons.com/icon/343596.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M8.7973,8.7972C1.9164,15.6781.515,26.3222,5.3806,34.7502c4.8655,8.4273,14.785,12.536,24.184,10.017l-5.5646-5.5646"/><path class="cls-1" d="M24.0001,8.7972l-5.5646-5.5646c9.3994-2.5186,19.319,1.5901,24.184,10.017,4.8655,8.4273,3.4641,19.072-3.4168,25.953"/><path class="cls-1" d="M15.6001,29.987v-11.987l8.4,12,8.4-11.982v11.982"/></svg>
Copied!