De Lijn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The De Lijn 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/338899.svg" alt="De Lijn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338899.svg" alt="De Lijn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338899.svg" alt="De Lijn icon" :width="24" :height="24" />
CSS background
.icon-de-lijn {
background-image: url('https://proicons.com/icon/338899.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.4999" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="b" class="c" d="M30.2731,22.9914h2.4702l.8711-4.9403h-2.4702l-.8711,4.9403-1.5991-4.9403h-2.4702l-.8711,4.9403h2.4702l.8711-4.9403M20.3924,22.9914l.8711-4.9403h2.4702l-.5444,3.0877c-.1804,1.0232-1.1561,1.8526-2.1793,1.8526h-1.8526M16.3233,18.0511l-.4356,2.4702h2.4702l.4356-2.4702h-2.4702ZM14.4637,22.9914h-4.9403l.8711-4.9403h2.4702l-.8711,4.9403M42.5001,25.4615h-23.3098l-3.0043,17.0385M22.7091,5.5l-1.7774,10.0809h21.5682"/></svg>
Copied!