Virgin Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Virgin Mobile 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/334781.svg" alt="Virgin Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334781.svg" alt="Virgin Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334781.svg" alt="Virgin Mobile icon" :width="24" :height="24" />
CSS background
.icon-virgin-mobile {
background-image: url('https://proicons.com/icon/334781.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>.o{fill:#000;}.p{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="p" d="M12.3116,24.6526l1.6516-4.4303,2.0361,10.864c.7406-7.5711,2.4811-14.1314,5.407-19.4894"/><path id="e" class="p" d="M19.7771,23.0716l-.3169,3.9939"/><path id="f" class="p" d="M22.0611,25.7225l.0986-3.6716,1.4475-.6927"/><path id="g" class="p" d="M26.2895,19.8351c-.9194.1451-1.2209,1.5317-1.4025,2.7874-.3801,2.6522,1.9304,1.9202,2.8273.5771"/><path id="h" class="p" d="M27.8031,19.5605l-.2802,14.0104"/><path id="i" class="p" d="M30.1603,18.3583l-.2535,3.435"/><path id="j" class="p" d="M32.2019,20.8586l.1239-2.7311c.8504-1.0587,2.1008-2.5354,2.75-1.6866.8546,1.1163-.7083,3.991,1.0772,3.808"/><path id="k" class="p" d="M37.8258,19.769c-3.8441.6068-19.4426,11.8607-19.1792,13.1347"/><path id="l" class="p" d="M5.5,6.5948c0,.0184.0079,23.3737.0054,34.8104,8.6777-1.5201,27.8592-4.8448,36.9946-6.4267V10.5947c-7.4584-.8236-35.5959-3.9243-37-3.9999Z"/><circle id="m" class="o" cx="19.9138" cy="20.8586" r=".7486"/><circle id="n" class="o" cx="30.2736" cy="16.3165" r=".7486"/></svg>
Copied!