Tfl Drive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tfl Drive 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/333839.svg" alt="Tfl Drive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333839.svg" alt="Tfl Drive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333839.svg" alt="Tfl Drive icon" :width="24" :height="24" />
CSS background
.icon-tfl-drive {
background-image: url('https://proicons.com/icon/333839.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="4.5" y="21" width="39" height="6"/><path class="d" d="m8.7943 20.994a15.5 15.5 0 0115.206-12.494 15.5 15.5 0 0115.207 12.499"/><path class="d" d="m39.206 27.006a15.5 15.5 0 01-15.206 12.494 15.5 15.5 0 01-15.206-12.494"/><path class="d" d="m14.988 20.993a9.5 9.5 0 019.0117-6.4935 9.5 9.5 0 019.0137 6.4995"/><path class="d" d="m33.012 27.007a9.5 9.5 0 01-9.0117 6.4935 9.5 9.5 0 01-9.0117-6.4935"/><path class="d" d="m6.45 24h5.85m3.9 0h5.85m3.9 0h5.85m3.9 0h5.85"/><path class="d" d="m8.7932 21 7.0636-1.8927"/><path class="d" d="m39.207 21-7.0636-1.8927"/><path class="d" d="m8.7932 27 7.0636 1.8927"/><path class="d" d="m39.207 27-7.0636 1.8927"/></svg>
Copied!