line icon
line from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- line
- Set
- Unicons
- Style
- Line
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
line-outlinedAnt Design IconslineBootstrap IconslineCoreUI BrandslineFont Awesome 6 BrandslineFont Awesome Brandsline-20-filledFluent UI System IconslineHuge IconslineJam IconslineLine AwesomelineMage Iconsline-fillMingCute Iconline-fillRemix IconlineSimple IconslineTabler Iconsline-outlineTeenyiconslineUnicons Monochrome
More brand logos icons from Unicons
Use the line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.78 9.46a.38.38 0 0 0-.38.38v1.67L12 9.65a.4.4 0 0 0-.33-.19a.38.38 0 0 0-.38.38v2.84a.38.38 0 0 0 .38.38a.38.38 0 0 0 .38-.38V11l1.39 1.91a.27.27 0 0 0 .15.11a.3.3 0 0 0 .14 0A.33.33 0 0 0 14 13l.1-.07a.4.4 0 0 0 .11-.27V9.84a.38.38 0 0 0-.43-.38M9.2 12.27H8.14V9.84a.38.38 0 0 0-.38-.38a.38.38 0 0 0-.38.38v2.84a.38.38 0 0 0 .38.38H9.2a.39.39 0 0 0 .39-.38a.39.39 0 0 0-.39-.41m1.11-2.81a.39.39 0 0 0-.39.38v2.84a.39.39 0 0 0 .39.38a.38.38 0 0 0 .38-.38V9.84a.38.38 0 0 0-.38-.38M17.91 2H6.09A4.1 4.1 0 0 0 2 6.09v11.82A4.1 4.1 0 0 0 6.09 22h11.82A4.1 4.1 0 0 0 22 17.91V6.09A4.1 4.1 0 0 0 17.91 2m.31 12.28a2 2 0 0 1-.13.17a5.5 5.5 0 0 1-.8.8c-2 1.87-5.36 4.11-5.81 3.76s.64-1.76-.53-2a1 1 0 0 1-.25 0c-3.44-.48-6-2.89-6-5.78c0-3.25 3.29-5.88 7.34-5.88s7.34 2.63 7.34 5.88a5 5 0 0 1-1.16 3.05m-1.71-4.81H15a.38.38 0 0 0-.38.38v2.84a.38.38 0 0 0 .38.38h1.48a.38.38 0 0 0 .38-.38a.38.38 0 0 0-.38-.38h-1.03v-.6h1.06a.39.39 0 0 0 .38-.39a.38.38 0 0 0-.38-.38h-1.06v-.61h1.06a.38.38 0 0 0 .38-.38a.38.38 0 0 0-.38-.48"/></svg>
React
import type { SVGProps } from "react";
export function UilLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.78 9.46a.38.38 0 0 0-.38.38v1.67L12 9.65a.4.4 0 0 0-.33-.19a.38.38 0 0 0-.38.38v2.84a.38.38 0 0 0 .38.38a.38.38 0 0 0 .38-.38V11l1.39 1.91a.27.27 0 0 0 .15.11a.3.3 0 0 0 .14 0A.33.33 0 0 0 14 13l.1-.07a.4.4 0 0 0 .11-.27V9.84a.38.38 0 0 0-.43-.38M9.2 12.27H8.14V9.84a.38.38 0 0 0-.38-.38a.38.38 0 0 0-.38.38v2.84a.38.38 0 0 0 .38.38H9.2a.39.39 0 0 0 .39-.38a.39.39 0 0 0-.39-.41m1.11-2.81a.39.39 0 0 0-.39.38v2.84a.39.39 0 0 0 .39.38a.38.38 0 0 0 .38-.38V9.84a.38.38 0 0 0-.38-.38M17.91 2H6.09A4.1 4.1 0 0 0 2 6.09v11.82A4.1 4.1 0 0 0 6.09 22h11.82A4.1 4.1 0 0 0 22 17.91V6.09A4.1 4.1 0 0 0 17.91 2m.31 12.28a2 2 0 0 1-.13.17a5.5 5.5 0 0 1-.8.8c-2 1.87-5.36 4.11-5.81 3.76s.64-1.76-.53-2a1 1 0 0 1-.25 0c-3.44-.48-6-2.89-6-5.78c0-3.25 3.29-5.88 7.34-5.88s7.34 2.63 7.34 5.88a5 5 0 0 1-1.16 3.05m-1.71-4.81H15a.38.38 0 0 0-.38.38v2.84a.38.38 0 0 0 .38.38h1.48a.38.38 0 0 0 .38-.38a.38.38 0 0 0-.38-.38h-1.03v-.6h1.06a.39.39 0 0 0 .38-.39a.38.38 0 0 0-.38-.38h-1.06v-.61h1.06a.38.38 0 0 0 .38-.38a.38.38 0 0 0-.38-.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.78 9.46a.38.38 0 0 0-.38.38v1.67L12 9.65a.4.4 0 0 0-.33-.19a.38.38 0 0 0-.38.38v2.84a.38.38 0 0 0 .38.38a.38.38 0 0 0 .38-.38V11l1.39 1.91a.27.27 0 0 0 .15.11a.3.3 0 0 0 .14 0A.33.33 0 0 0 14 13l.1-.07a.4.4 0 0 0 .11-.27V9.84a.38.38 0 0 0-.43-.38M9.2 12.27H8.14V9.84a.38.38 0 0 0-.38-.38a.38.38 0 0 0-.38.38v2.84a.38.38 0 0 0 .38.38H9.2a.39.39 0 0 0 .39-.38a.39.39 0 0 0-.39-.41m1.11-2.81a.39.39 0 0 0-.39.38v2.84a.39.39 0 0 0 .39.38a.38.38 0 0 0 .38-.38V9.84a.38.38 0 0 0-.38-.38M17.91 2H6.09A4.1 4.1 0 0 0 2 6.09v11.82A4.1 4.1 0 0 0 6.09 22h11.82A4.1 4.1 0 0 0 22 17.91V6.09A4.1 4.1 0 0 0 17.91 2m.31 12.28a2 2 0 0 1-.13.17a5.5 5.5 0 0 1-.8.8c-2 1.87-5.36 4.11-5.81 3.76s.64-1.76-.53-2a1 1 0 0 1-.25 0c-3.44-.48-6-2.89-6-5.78c0-3.25 3.29-5.88 7.34-5.88s7.34 2.63 7.34 5.88a5 5 0 0 1-1.16 3.05m-1.71-4.81H15a.38.38 0 0 0-.38.38v2.84a.38.38 0 0 0 .38.38h1.48a.38.38 0 0 0 .38-.38a.38.38 0 0 0-.38-.38h-1.03v-.6h1.06a.39.39 0 0 0 .38-.39a.38.38 0 0 0-.38-.38h-1.06v-.61h1.06a.38.38 0 0 0 .38-.38a.38.38 0 0 0-.38-.48"/></svg> </template>
CSS
.icon-line {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.78%209.46a.38.38%200%200%200-.38.38v1.67L12%209.65a.4.4%200%200%200-.33-.19a.38.38%200%200%200-.38.38v2.84a.38.38%200%200%200%20.38.38a.38.38%200%200%200%20.38-.38V11l1.39%201.91a.27.27%200%200%200%20.15.11a.3.3%200%200%200%20.14%200A.33.33%200%200%200%2014%2013l.1-.07a.4.4%200%200%200%20.11-.27V9.84a.38.38%200%200%200-.43-.38M9.2%2012.27H8.14V9.84a.38.38%200%200%200-.38-.38a.38.38%200%200%200-.38.38v2.84a.38.38%200%200%200%20.38.38H9.2a.39.39%200%200%200%20.39-.38a.39.39%200%200%200-.39-.41m1.11-2.81a.39.39%200%200%200-.39.38v2.84a.39.39%200%200%200%20.39.38a.38.38%200%200%200%20.38-.38V9.84a.38.38%200%200%200-.38-.38M17.91%202H6.09A4.1%204.1%200%200%200%202%206.09v11.82A4.1%204.1%200%200%200%206.09%2022h11.82A4.1%204.1%200%200%200%2022%2017.91V6.09A4.1%204.1%200%200%200%2017.91%202m.31%2012.28a2%202%200%200%201-.13.17a5.5%205.5%200%200%201-.8.8c-2%201.87-5.36%204.11-5.81%203.76s.64-1.76-.53-2a1%201%200%200%201-.25%200c-3.44-.48-6-2.89-6-5.78c0-3.25%203.29-5.88%207.34-5.88s7.34%202.63%207.34%205.88a5%205%200%200%201-1.16%203.05m-1.71-4.81H15a.38.38%200%200%200-.38.38v2.84a.38.38%200%200%200%20.38.38h1.48a.38.38%200%200%200%20.38-.38a.38.38%200%200%200-.38-.38h-1.03v-.6h1.06a.39.39%200%200%200%20.38-.39a.38.38%200%200%200-.38-.38h-1.06v-.61h1.06a.38.38%200%200%200%20.38-.38a.38.38%200%200%200-.38-.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.78%209.46a.38.38%200%200%200-.38.38v1.67L12%209.65a.4.4%200%200%200-.33-.19a.38.38%200%200%200-.38.38v2.84a.38.38%200%200%200%20.38.38a.38.38%200%200%200%20.38-.38V11l1.39%201.91a.27.27%200%200%200%20.15.11a.3.3%200%200%200%20.14%200A.33.33%200%200%200%2014%2013l.1-.07a.4.4%200%200%200%20.11-.27V9.84a.38.38%200%200%200-.43-.38M9.2%2012.27H8.14V9.84a.38.38%200%200%200-.38-.38a.38.38%200%200%200-.38.38v2.84a.38.38%200%200%200%20.38.38H9.2a.39.39%200%200%200%20.39-.38a.39.39%200%200%200-.39-.41m1.11-2.81a.39.39%200%200%200-.39.38v2.84a.39.39%200%200%200%20.39.38a.38.38%200%200%200%20.38-.38V9.84a.38.38%200%200%200-.38-.38M17.91%202H6.09A4.1%204.1%200%200%200%202%206.09v11.82A4.1%204.1%200%200%200%206.09%2022h11.82A4.1%204.1%200%200%200%2022%2017.91V6.09A4.1%204.1%200%200%200%2017.91%202m.31%2012.28a2%202%200%200%201-.13.17a5.5%205.5%200%200%201-.8.8c-2%201.87-5.36%204.11-5.81%203.76s.64-1.76-.53-2a1%201%200%200%201-.25%200c-3.44-.48-6-2.89-6-5.78c0-3.25%203.29-5.88%207.34-5.88s7.34%202.63%207.34%205.88a5%205%200%200%201-1.16%203.05m-1.71-4.81H15a.38.38%200%200%200-.38.38v2.84a.38.38%200%200%200%20.38.38h1.48a.38.38%200%200%200%20.38-.38a.38.38%200%200%200-.38-.38h-1.03v-.6h1.06a.39.39%200%200%200%20.38-.39a.38.38%200%200%200-.38-.38h-1.06v-.61h1.06a.38.38%200%200%200%20.38-.38a.38.38%200%200%200-.38-.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/line.svg?color=%231a73e8&size=48