Mysmartfren Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mysmartfren 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/329909.svg" alt="Mysmartfren icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329909.svg" alt="Mysmartfren icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329909.svg" alt="Mysmartfren icon" :width="24" :height="24" />
CSS background
.icon-mysmartfren {
background-image: url('https://proicons.com/icon/329909.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m11.7147,12.9571v-6.2152m-5.0144,34.1195c-2.0464-1.3711-1.068-3.9803-.0621-5.7521,4.4845,2.5254,10.4438,2.488,11.1396.4224,1.0379-3.0805-5.044-1.912-9.1662-4.7968-2.0388-1.4269-3.0897-3.5778-2.4208-6.7503,1.3674-6.4858,11.3383-6.7216,17.3688-4.2322-.0247.4475-.1441,1.9083-.6805,3.0812-1.615,3.5313-10.4438-2.0537-10.8526,2.1945-.3704,3.8568,14.7313,1.5311,11.6858,11.8393-2.2813,7.7218-14.808,5.3185-17.0127,3.9938h.0008ZM27.0666,15.4705c.0329-8.5023,9.5947-8.3471,13.9471-7.8357.096,1.6947.1087,3.4034-.9418,4.7905-.7971.5779-3.9761-.232-5.5313.8937-1.612,1.3002-1.3188,3.431-1.3644,5.296h6.2387c.4417,4.7143-.7373,4.8427-1.6355,4.9109-1.5255.0733-3.0543.071-4.5814.0898v18.2058h-6.2332l.1018-26.3509Zm9.0083,19.9267h6.4251v6.4251h-6.4251v-6.4251Zm-12.1177-24.6653c-.0092,2.8361-5.5656,2.8763-5.5656,0v-5.0152m5.6081,0l-.0556,8.4394c-.0124,1.8419-4.6506,2.8067-5.5524.5685m-11.8633-1.7672l.0587-5.514c0-1.2416,3.1175-2.7907,5.1284-.7011,2.1871-1.9252,5.1313-.5768,5.1313.797v5.4182"/></svg>
Copied!