Logline Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Logline 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/328649.svg" alt="Logline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328649.svg" alt="Logline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328649.svg" alt="Logline icon" :width="24" :height="24" />
CSS background
.icon-logline {
background-image: url('https://proicons.com/icon/328649.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"><path d="M10.8,26.1145l5.7-.1145M10.8,23.4h7.1M32.5999,18.2h4.7l3.1-5-2.2-4.1-5.6,9.1ZM24.3999,18.2h4.6l6.2-9.7002-5.2.6002-5.6,9.1ZM16,18.2h4.6l5.2-8-5.4.9-4.4,7.1ZM7.6,14l1.8,2.2v2h3l3.6-6.2-8.4,2ZM40.4999,19.8v13.8c0,1.6151-1.2839,2.9-2.9,2.9h-9.3699c.4992,1.7055,2.1032,3,3.9699,3h7.2c2.2661,0,4.1001-1.8343,4.1001-4.1v-11.7c0-1.8655-1.2935-3.4022-3.0001-3.9ZM4.5,16.1v18.7c0,2.5494,2.0491,4.7002,4.6001,4.7002h8.1c1.9624,0,3.7303-1.2739,4.4-3.0002h-11.2c-1.6161,0-2.9-1.2849-2.9-2.9v-14.3l-3.0001-3.2Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!