Linguee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linguee 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/328547.svg" alt="Linguee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328547.svg" alt="Linguee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328547.svg" alt="Linguee icon" :width="24" :height="24" />
CSS background
.icon-linguee {
background-image: url('https://proicons.com/icon/328547.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M11.6069,16.2011a24.4984,24.4984,0,0,0,3.6625.5455c2.4649.0128,5.0817.0082,7.3251-1.0131a6.6637,6.6637,0,0,0,3.0391-2.6494,4.0231,4.0231,0,0,0,.5455-3.1171,2.2153,2.2153,0,0,0-1.4806-1.3247,2.7944,2.7944,0,0,0-2.3378.5455c-1.7446,1.4288-2.1544,3.997-2.8053,6.1561-1.3817,4.5834-1.1615,9.5231-2.26,14.1826a17.9672,17.9672,0,0,1-1.3247,4.208,8.8213,8.8213,0,0,1-4.3639,4.5977,6.1577,6.1577,0,0,1-4.2859.8572,2.5567,2.5567,0,0,1-1.87-1.5586,2.6734,2.6734,0,0,1,1.0131-2.65c1.7332-1.1928,4.1558-.7957,6.312,0A79.3153,79.3153,0,0,0,23.8413,38.566a37.28,37.28,0,0,0,8.5719.8571,77.466,77.466,0,0,0,10.2083-1.5585"/></svg>
Copied!