My Fairphone Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Fairphone Alt 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/329747.svg" alt="My Fairphone Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329747.svg" alt="My Fairphone Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329747.svg" alt="My Fairphone Alt icon" :width="24" :height="24" />
CSS background
.icon-my-fairphone-alt {
background-image: url('https://proicons.com/icon/329747.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="19.338" y1="15.9075" x2="19.338" y2="22.8829"/><line class="c" x1="8.5084" y1="15.9075" x2="11.9943" y2="15.9075"/><line class="c" x1="8.5084" y1="19.3952" x2="10.7741" y2="19.3952"/><line class="c" x1="8.5084" y1="15.9075" x2="8.5084" y2="22.8829"/><g id="b"><path class="c" d="M21.6899,22.8822v-6.974h2.2666c1.3076,0,2.3537,1.0461,2.3537,2.3537s-1.0461,2.3537-2.3537,2.3537h-2.2666"/></g><path class="c" d="M24.1224,20.6099l2.186,2.2712"/><path class="c" d="M17.0122,22.8811l-2.2675-6.9736-2.354,6.9754M13.1766,20.5271h3.0498"/><line class="c" x1="36.0824" y1="32.0908" x2="39.5" y2="32.0908"/><line class="c" x1="36.0824" y1="25.2573" x2="39.5" y2="25.2573"/><line class="c" x1="36.0824" y1="28.6749" x2="38.3025" y2="28.6749"/><line class="c" x1="36.0824" y1="25.2573" x2="36.0824" y2="32.0925"/><path class="c" d="M8.5,32.0908v-6.8335h2.2219c1.2805,0,2.3067,1.0244,2.3067,2.3067,0,1.2805-1.0262,2.3067-2.3067,2.3067h-2.2219"/><path class="c" d="M29.0533,32.0908v-6.8335l4.5268,6.8352v-6.8352"/><path class="c" d="M15.3197,25.2573v6.8352M19.8482,25.2573v6.8352M15.3197,28.6749h4.5286"/><path class="c" d="M22.2215,29.7288c0,1.2823,1.0244,2.3067,2.2202,2.3067,1.2805,0,2.3067-1.0244,2.3067-2.3067v-2.3049c0-1.2805-1.0244-2.3067-2.3067-2.3067-1.2805,0-2.2202,1.0244-2.2202,2.3067v2.3049Z"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!