Tallink Silja Line Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tallink Silja Line 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/333646.svg" alt="Tallink Silja Line icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333646.svg" alt="Tallink Silja Line icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333646.svg" alt="Tallink Silja Line icon" :width="24" :height="24" />
CSS background
.icon-tallink-silja-line {
background-image: url('https://proicons.com/icon/333646.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M19.9,17.4076l.358-.379c.358-.38,1.074-1.139,1.859-1.126.786.012,1.639.797,2.066,1.19l.427.391"/><path class="d" d="M5.5,37.5286l1.436-3.896c1.437-3.897,4.31-11.691,6.316-16.128,2.005-4.436,3.143-5.517,4.366-6.165s2.531-.861,3.568-.868,1.807.192,3.001.604c1.195.413,2.817,1.039,5.491,2.247,2.674,1.21,6.399,3.002,8.616,4.089,2.218,1.086,2.925,1.466,3.38,1.844.456.376.658.749.758,1.348.102.599.102,1.424-.089,2.27-.192.847-.577,1.713-1.196,2.424-.618.711-1.472,1.267-2.432,1.679s-2.027.683-3.221.804c-1.195.12-2.517.092-3.919-.114-1.2704-.1959-2.5238-.4894-3.749-.878-.869-.285-1.128-.475-1.257-.569l-.129-.095M32.931,20.4946l9.345-.117M37.188,20.5976l.024,6.909M35.098,27.8216l2.918,9.524"/></svg>
Copied!