line icon
line from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- line
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
line-outlinedAnt Design IconslineBootstrap IconslineCoreUI BrandslineFont Awesome 6 BrandslineFont Awesome Brandsline-20-filledFluent UI System IconslineHuge IconslineLine AwesomelineMage Iconsline-fillMingCute Iconline-fillRemix IconlineSimple IconslineTabler Iconsline-outlineTeenyiconslineUniconslineUnicons Monochrome
Use the line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="M19.914 9.003a6.7 6.7 0 0 1-.764 2.2c-.179.324-1.056 1.558-1.325 1.884c-1.478 1.788-3.953 3.851-8.092 5.857a.545.545 0 0 1-.78-.552l.21-1.885a.545.545 0 0 0-.483-.604C3.781 15.388 0 12.04 0 7.986C0 3.576 4.476 0 9.997 0c5.366 0 9.744 3.377 9.987 7.615c.007.123.026.516.01.78c-.011.16-.034.365-.08.608m-15.414.6V6.24a.512.512 0 1 0-1.023 0v3.877c0 .284.23.514.512.514h2.045a.512.512 0 0 0 0-1.027H4.5zm3.154 1.028a.4.4 0 0 0 .4-.401V6.128a.4.4 0 0 0-.4-.402h-.223a.4.4 0 0 0-.4.402v4.102a.4.4 0 0 0 .4.4zm4.133-4.391v2.369s-2.042-2.676-2.074-2.71a.5.5 0 0 0-.4-.172a.527.527 0 0 0-.492.534v3.856a.512.512 0 1 0 1.023 0V7.763s2.073 2.698 2.104 2.727c.09.086.211.14.346.14c.284.003.516-.249.516-.534V6.24a.512.512 0 1 0-1.023 0m4.858 0a.51.51 0 0 0-.512-.514h-2.045a.51.51 0 0 0-.511.514v3.877c0 .284.229.514.511.514h2.045a.512.512 0 0 0 0-1.027H14.6v-.912h1.534a.512.512 0 0 0 0-1.027H14.6v-.912h1.534c.283 0 .512-.23.512-.513z"/></svg>
React
import type { SVGProps } from "react";
export function JamLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="M19.914 9.003a6.7 6.7 0 0 1-.764 2.2c-.179.324-1.056 1.558-1.325 1.884c-1.478 1.788-3.953 3.851-8.092 5.857a.545.545 0 0 1-.78-.552l.21-1.885a.545.545 0 0 0-.483-.604C3.781 15.388 0 12.04 0 7.986C0 3.576 4.476 0 9.997 0c5.366 0 9.744 3.377 9.987 7.615c.007.123.026.516.01.78c-.011.16-.034.365-.08.608m-15.414.6V6.24a.512.512 0 1 0-1.023 0v3.877c0 .284.23.514.512.514h2.045a.512.512 0 0 0 0-1.027H4.5zm3.154 1.028a.4.4 0 0 0 .4-.401V6.128a.4.4 0 0 0-.4-.402h-.223a.4.4 0 0 0-.4.402v4.102a.4.4 0 0 0 .4.4zm4.133-4.391v2.369s-2.042-2.676-2.074-2.71a.5.5 0 0 0-.4-.172a.527.527 0 0 0-.492.534v3.856a.512.512 0 1 0 1.023 0V7.763s2.073 2.698 2.104 2.727c.09.086.211.14.346.14c.284.003.516-.249.516-.534V6.24a.512.512 0 1 0-1.023 0m4.858 0a.51.51 0 0 0-.512-.514h-2.045a.51.51 0 0 0-.511.514v3.877c0 .284.229.514.511.514h2.045a.512.512 0 0 0 0-1.027H14.6v-.912h1.534a.512.512 0 0 0 0-1.027H14.6v-.912h1.534c.283 0 .512-.23.512-.513z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="M19.914 9.003a6.7 6.7 0 0 1-.764 2.2c-.179.324-1.056 1.558-1.325 1.884c-1.478 1.788-3.953 3.851-8.092 5.857a.545.545 0 0 1-.78-.552l.21-1.885a.545.545 0 0 0-.483-.604C3.781 15.388 0 12.04 0 7.986C0 3.576 4.476 0 9.997 0c5.366 0 9.744 3.377 9.987 7.615c.007.123.026.516.01.78c-.011.16-.034.365-.08.608m-15.414.6V6.24a.512.512 0 1 0-1.023 0v3.877c0 .284.23.514.512.514h2.045a.512.512 0 0 0 0-1.027H4.5zm3.154 1.028a.4.4 0 0 0 .4-.401V6.128a.4.4 0 0 0-.4-.402h-.223a.4.4 0 0 0-.4.402v4.102a.4.4 0 0 0 .4.4zm4.133-4.391v2.369s-2.042-2.676-2.074-2.71a.5.5 0 0 0-.4-.172a.527.527 0 0 0-.492.534v3.856a.512.512 0 1 0 1.023 0V7.763s2.073 2.698 2.104 2.727c.09.086.211.14.346.14c.284.003.516-.249.516-.534V6.24a.512.512 0 1 0-1.023 0m4.858 0a.51.51 0 0 0-.512-.514h-2.045a.51.51 0 0 0-.511.514v3.877c0 .284.229.514.511.514h2.045a.512.512 0 0 0 0-1.027H14.6v-.912h1.534a.512.512 0 0 0 0-1.027H14.6v-.912h1.534c.283 0 .512-.23.512-.513z"/></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%22-2%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.914%209.003a6.7%206.7%200%200%201-.764%202.2c-.179.324-1.056%201.558-1.325%201.884c-1.478%201.788-3.953%203.851-8.092%205.857a.545.545%200%200%201-.78-.552l.21-1.885a.545.545%200%200%200-.483-.604C3.781%2015.388%200%2012.04%200%207.986C0%203.576%204.476%200%209.997%200c5.366%200%209.744%203.377%209.987%207.615c.007.123.026.516.01.78c-.011.16-.034.365-.08.608m-15.414.6V6.24a.512.512%200%201%200-1.023%200v3.877c0%20.284.23.514.512.514h2.045a.512.512%200%200%200%200-1.027H4.5zm3.154%201.028a.4.4%200%200%200%20.4-.401V6.128a.4.4%200%200%200-.4-.402h-.223a.4.4%200%200%200-.4.402v4.102a.4.4%200%200%200%20.4.4zm4.133-4.391v2.369s-2.042-2.676-2.074-2.71a.5.5%200%200%200-.4-.172a.527.527%200%200%200-.492.534v3.856a.512.512%200%201%200%201.023%200V7.763s2.073%202.698%202.104%202.727c.09.086.211.14.346.14c.284.003.516-.249.516-.534V6.24a.512.512%200%201%200-1.023%200m4.858%200a.51.51%200%200%200-.512-.514h-2.045a.51.51%200%200%200-.511.514v3.877c0%20.284.229.514.511.514h2.045a.512.512%200%200%200%200-1.027H14.6v-.912h1.534a.512.512%200%200%200%200-1.027H14.6v-.912h1.534c.283%200%20.512-.23.512-.513z%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%22-2%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.914%209.003a6.7%206.7%200%200%201-.764%202.2c-.179.324-1.056%201.558-1.325%201.884c-1.478%201.788-3.953%203.851-8.092%205.857a.545.545%200%200%201-.78-.552l.21-1.885a.545.545%200%200%200-.483-.604C3.781%2015.388%200%2012.04%200%207.986C0%203.576%204.476%200%209.997%200c5.366%200%209.744%203.377%209.987%207.615c.007.123.026.516.01.78c-.011.16-.034.365-.08.608m-15.414.6V6.24a.512.512%200%201%200-1.023%200v3.877c0%20.284.23.514.512.514h2.045a.512.512%200%200%200%200-1.027H4.5zm3.154%201.028a.4.4%200%200%200%20.4-.401V6.128a.4.4%200%200%200-.4-.402h-.223a.4.4%200%200%200-.4.402v4.102a.4.4%200%200%200%20.4.4zm4.133-4.391v2.369s-2.042-2.676-2.074-2.71a.5.5%200%200%200-.4-.172a.527.527%200%200%200-.492.534v3.856a.512.512%200%201%200%201.023%200V7.763s2.073%202.698%202.104%202.727c.09.086.211.14.346.14c.284.003.516-.249.516-.534V6.24a.512.512%200%201%200-1.023%200m4.858%200a.51.51%200%200%200-.512-.514h-2.045a.51.51%200%200%200-.511.514v3.877c0%20.284.229.514.511.514h2.045a.512.512%200%200%200%200-1.027H14.6v-.912h1.534a.512.512%200%200%200%200-1.027H14.6v-.912h1.534c.283%200%20.512-.23.512-.513z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/line.svg?color=%231a73e8&size=48