Line Height Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Line Height 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/306000.svg" alt="Line Height icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306000.svg" alt="Line Height icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306000.svg" alt="Line Height icon" :width="24" :height="24" />
CSS background
.icon-line-height {
background-image: url('https://proicons.com/icon/306000.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M352 437v12c12-1 27-2 45-2 23 0 47 1 73 2v-12c-17-1-30-4-39-10s-13-15-13-30c0-16 6-38 16-66l16-41h129l35 97c5 13 7 22 7 28 0 8-3 13-9 16-7 3-17 5-32 6v12c19-2 49-2 89-2 37 0 66 1 90 2v-12c-6 0-13-4-19-9-7-6-13-16-18-29L579 30h-41L403 375c-14 38-31 59-51 62zm164-318l58 160H455l61-160zm125 462v12c16 0 28 4 37 11s12 19 12 35c0 17-5 41-16 72l-73 196-104-265c-5-12-7-21-7-28 0-8 3-13 10-16 6-3 17-5 32-5v-12c-20 1-50 1-90 1-36 0-66 0-90-1v12c6 0 13 3 20 9 6 6 12 15 17 28l151 370c4 0 11-1 20-1s16 1 21 1l124-337c7-21 16-37 25-48 10-11 20-19 30-22v-12c-12 1-27 1-45 1-23 0-48 0-74-1zM260 369V131h39l-49-66-48 66h39v238h-39l48 66 49-66h-39zM177 0h55v13h-55V0zm74 0h55v13h-55V0zm74 0h55v13h-55V0zm73 0h56v13h-56V0zm74 0h56v13h-56V0zm74 0h56v13h-56V0zm74 0h56v13h-56V0zm74 0h56v13h-56V0zm74 0h56v13h-56V0zM177 493h55v13h-55v-13zm74 0h55v13h-55v-13zm74 0h55v13h-55v-13zm73 0h56v13h-56v-13zm74 0h56v13h-56v-13zm74 0h56v13h-56v-13zm74 0h56v13h-56v-13zm74 0h56v13h-56v-13zm74 0h56v13h-56v-13z"/></svg>
Copied!