Flixbus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flixbus 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/340549.svg" alt="Flixbus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340549.svg" alt="Flixbus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340549.svg" alt="Flixbus icon" :width="24" :height="24" />
CSS background
.icon-flixbus {
background-image: url('https://proicons.com/icon/340549.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="M38.5,5.5H9.5c-2.20909977,0-4,1.79090023-4,4v29c0,2.20909882,1.79090023,4,4,4h29c2.20909882,0,4-1.79090118,4-4V9.5c0-2.20909977-1.79090118-4-4-4Z"/><polyline class="b" points="19.35195938 12.26763925 19.35195938 22.26172563 23.94792401 22.26172563"/><line class="b" x1="26.77629657" y1="12.26763925" x2="26.77629657" y2="22.26172563"/><line class="b" x1="11.80546842" y1="12.26763925" x2="16.80255477" y2="12.26763925"/><line class="b" x1="11.80546842" y1="17.26463928" x2="15.05358326" y2="17.26463928"/><line class="b" x1="11.80546842" y1="12.26763925" x2="11.80546842" y2="22.26172563"/><line class="b" x1="36.19451708" y1="12.26763925" x2="33.88192459" y2="15.7583409"/><line class="b" x1="33.88192459" y1="18.77102399" x2="36.19451708" y2="22.26172563"/><polyline class="b" points="29.57337372 12.26763925 32.88398979 17.26463928 29.57337372 22.26172563"/><path class="b" d="M30.07682504,34.63736936c.61284637.79784666,1.38129838,1.09500273,2.45044001,1.09500273h1.47957486c1.37689996,0,2.4931105-1.11862434,2.4931105-2.49854318h0c0-1.37991884-1.11621055-2.49854318-2.4931105-2.49854318h-1.63483357c-1.37689996,0-2.49311215-1.11862434-2.49311215-2.49854318h0c0-1.37991884,1.11621219-2.49854318,2.49311215-2.49854318h1.47957486c1.06914162,0,1.837592.29715607,2.45043836,1.09500437"/><path class="b" d="M20.66162013,25.73828818v6.68355663c0,1.82836763,1.48215965,3.31052729,3.31052893,3.31052729s3.31052893-1.48215965,3.31052893-3.31052729v-6.68355663"/><path class="b" d="M15.62255059,30.73537453c1.37991884,0,2.49854318,1.11862434,2.49854318,2.49854318s-1.11862434,2.49854318-2.49854318,2.49854318h-4.12260019v-9.9941727h4.12260019c1.37991884,0,2.49854318,1.11862434,2.49854318,2.49854318s-1.11862434,2.49854318-2.49854318,2.49854318h0Z"/><line class="b" x1="15.62255059" y1="30.73537453" x2="11.49995041" y2="30.73537453"/></svg>
Copied!