Midttrafik Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Midttrafik 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/343815.svg" alt="Midttrafik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343815.svg" alt="Midttrafik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343815.svg" alt="Midttrafik icon" :width="24" :height="24" />
CSS background
.icon-midttrafik {
background-image: url('https://proicons.com/icon/343815.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="b" 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><path class="c" d="m19.18,31.98c3.76,2.41,14.75-6.17,14.68-10.56-.07-4.4-13.75-16.38-20.14-13.05-6.38,3.33-.29,19.92,5.46,23.61Z"/><path class="c" d="m27.04,38.81c4.12-1.71,3.35-15.63-.3-18.08-3.65-2.45-21.3,1.95-22.2,9.09-.91,7.14,16.19,11.61,22.5,8.99Z"/><path class="c" d="m20.47,28.41c-1.43,4.23,9.55,12.82,13.79,11.69,4.25-1.13,12.57-17.3,7.8-22.69-4.77-5.39-19.4,4.53-21.59,11Z"/></svg>
Copied!