Myfastweb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myfastweb 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/344400.svg" alt="Myfastweb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344400.svg" alt="Myfastweb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344400.svg" alt="Myfastweb icon" :width="24" :height="24" />
CSS background
.icon-myfastweb {
background-image: url('https://proicons.com/icon/344400.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m30.387,11.8092h-7.06m-4.862,0h-6.265c-.507,4.335-.846,9.583-1.764,14.127l5.3-.005c1.782-4.683,2.656-10.073,2.728-14.122m-13.964,24.357c4.587.361,7.95-3.132,10.227-7.873l-4.84-.003c-1.035,3.823-2.648,6.842-5.387,7.876m0,0c5.242-.03,10.236-2.804,13.768-7.872l5.476-.004c-3.993,4.508-10.117,7.882-19.244,7.876M30.387,11.8102c-.267,4.056-1.604,9.445-4.805,14.123h-5.866c2.033-3.78,3.353-8.53,3.611-14.123m13.294,14.12c4.119-4.16,6.21-9.152,6.879-14.122h-7.892c-.825,4.584-2.065,9.736-5.463,14.123l6.476-.001Zm-8.603,2.357c-4.457,4.245-11.63,7.381-23.518,7.878,13.881,0,23.309-3.167,29.437-7.874l-5.919-.004Z"/><rect class="b" x="4" y="11.308" width="40" height="25.384"/></svg>
Copied!