Flextrafik Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flextrafik 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/340523.svg" alt="Flextrafik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340523.svg" alt="Flextrafik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340523.svg" alt="Flextrafik icon" :width="24" :height="24" />
CSS background
.icon-flextrafik {
background-image: url('https://proicons.com/icon/340523.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="M43.4627,35.4891V12.5111c0-2.207-1.7892-3.9962-3.9962-3.9962H8.4961c-2.207,0-3.9962,1.7892-3.9962,3.9962v22.9781c0,2.207,1.7892,3.9962,3.9962,3.9962h30.9704c2.207,0,3.9962-1.7892,3.9962-3.9962Z"/><path class="b" d="M14.7512,36.9926l19.7321.0616M4.6185,36.7651l5.3694.2584M39.3499,37.1386l4.1428.0034s.1381-4.0399-.7906-5.4791c-.8373-.9534-3.1987-1.3557-4.8857-2.3084-4.9276-5.9894-8.2498-6.9775-8.2498-6.9775l-24.948.0189"/><circle class="b" cx="12.0718" cy="37.0236" r="2.0838"/><circle class="b" cx="36.8371" cy="37.0146" r="2.0838"/><rect class="b" x="7.2774" y="24.8682" width="8.3852" height="4.4914" rx=".7003" ry=".7003"/><rect class="b" x="18.5426" y="24.8702" width="7.7307" height="4.4914" rx=".7003" ry=".7003"/><path class="b" d="M29.1624,24.8792h1.3731c.3878,0,1.9705,1.3514,2.2325,1.6374l1.9722,2.1536c.262.2861-.3122.7003-.7.7003h-4.7372c-.3878,0-.7-.3123-.7-.7003v-3.0908c0-.388.1716-.7003.5593-.7003h0Z"/><line class="b" x1="25.5119" y1="14.2114" x2="21.0622" y2="19.9878"/><line class="b" x1="25.5119" y1="19.9878" x2="21.0622" y2="14.2114"/><path class="b" d="M19.137,18.8879c-.3959.6804-1.134,1.1003-1.9334,1.1-1.2288,0-2.225-.976-2.225-2.1798v-1.4168c0-1.2038.9961-2.1798,2.2249-2.1798h.0001c1.2289,0,2.2251.9759,2.2251,2.1798v.7087h-4.45"/><line class="b" x1="7.0419" y1="14.2114" x2="10.1566" y2="14.2114"/><path class="b" d="M8.3611,19.9878v-7.195c0-.8427.6973-1.5258,1.5575-1.5258h.6063c.6032-.0565,1.196.1825,1.584.6384v6.9909c0,.602.4981,1.09,1.1125,1.09h.3337"/></svg>
Copied!