pagelines from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
pagelines
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the pagelines icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.094 4s-1.207 1.664-.844 4.281c.277 1.98 1.93 3.223 2.844 3.75c.031.953.008 1.926-.094 2.906c-.46-1.124-1.492-3.093-3.406-3.78c-1.86-.673-4.219.187-4.219.187c.316 2.316 1.836 4.117 4.313 4.562c1.585.285 2.644.102 3.187-.031c-.25 1.672-.71 3.324-1.375 4.813c-.36-1.106-1.512-3.368-4.844-3.75c-1.957-.223-3.812 1-3.812 1s1.191 4.28 5.031 4.28c1.559 0 2.59-.355 3.188-.624c-.032.062-.06.125-.094.187c-1.707 3.082-4.41 5.219-8.5 5.219v1c4.445 0 7.543-2.441 9.375-5.75c.113-.203.207-.414.312-.625c.274.207 1.758 1.25 4.688 1.25c3.238 0 4.687-3.656 4.687-3.656s-1.617-1.344-4.093-1.344c-2.344 0-4.098 1.867-4.907 2.938a19.6 19.6 0 0 0 1.344-4.782c.176.035 3.52.637 5.406-1.281c1.938-1.969 1.625-3.781 1.625-3.781s-3.258-.465-5.031 1.156c-1.117 1.023-1.707 2.723-1.938 3.5c.176-1.328.215-2.652.157-3.938a6.8 6.8 0 0 0 .843-3.25C18.938 5.242 15.095 4 15.095 4z"/></svg>

React

import type { SVGProps } from "react";

export function LaPagelines(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.094 4s-1.207 1.664-.844 4.281c.277 1.98 1.93 3.223 2.844 3.75c.031.953.008 1.926-.094 2.906c-.46-1.124-1.492-3.093-3.406-3.78c-1.86-.673-4.219.187-4.219.187c.316 2.316 1.836 4.117 4.313 4.562c1.585.285 2.644.102 3.187-.031c-.25 1.672-.71 3.324-1.375 4.813c-.36-1.106-1.512-3.368-4.844-3.75c-1.957-.223-3.812 1-3.812 1s1.191 4.28 5.031 4.28c1.559 0 2.59-.355 3.188-.624c-.032.062-.06.125-.094.187c-1.707 3.082-4.41 5.219-8.5 5.219v1c4.445 0 7.543-2.441 9.375-5.75c.113-.203.207-.414.312-.625c.274.207 1.758 1.25 4.688 1.25c3.238 0 4.687-3.656 4.687-3.656s-1.617-1.344-4.093-1.344c-2.344 0-4.098 1.867-4.907 2.938a19.6 19.6 0 0 0 1.344-4.782c.176.035 3.52.637 5.406-1.281c1.938-1.969 1.625-3.781 1.625-3.781s-3.258-.465-5.031 1.156c-1.117 1.023-1.707 2.723-1.938 3.5c.176-1.328.215-2.652.157-3.938a6.8 6.8 0 0 0 .843-3.25C18.938 5.242 15.095 4 15.095 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.094 4s-1.207 1.664-.844 4.281c.277 1.98 1.93 3.223 2.844 3.75c.031.953.008 1.926-.094 2.906c-.46-1.124-1.492-3.093-3.406-3.78c-1.86-.673-4.219.187-4.219.187c.316 2.316 1.836 4.117 4.313 4.562c1.585.285 2.644.102 3.187-.031c-.25 1.672-.71 3.324-1.375 4.813c-.36-1.106-1.512-3.368-4.844-3.75c-1.957-.223-3.812 1-3.812 1s1.191 4.28 5.031 4.28c1.559 0 2.59-.355 3.188-.624c-.032.062-.06.125-.094.187c-1.707 3.082-4.41 5.219-8.5 5.219v1c4.445 0 7.543-2.441 9.375-5.75c.113-.203.207-.414.312-.625c.274.207 1.758 1.25 4.688 1.25c3.238 0 4.687-3.656 4.687-3.656s-1.617-1.344-4.093-1.344c-2.344 0-4.098 1.867-4.907 2.938a19.6 19.6 0 0 0 1.344-4.782c.176.035 3.52.637 5.406-1.281c1.938-1.969 1.625-3.781 1.625-3.781s-3.258-.465-5.031 1.156c-1.117 1.023-1.707 2.723-1.938 3.5c.176-1.328.215-2.652.157-3.938a6.8 6.8 0 0 0 .843-3.25C18.938 5.242 15.095 4 15.095 4z"/></svg>
</template>

CSS

.icon-pagelines {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.094%204s-1.207%201.664-.844%204.281c.277%201.98%201.93%203.223%202.844%203.75c.031.953.008%201.926-.094%202.906c-.46-1.124-1.492-3.093-3.406-3.78c-1.86-.673-4.219.187-4.219.187c.316%202.316%201.836%204.117%204.313%204.562c1.585.285%202.644.102%203.187-.031c-.25%201.672-.71%203.324-1.375%204.813c-.36-1.106-1.512-3.368-4.844-3.75c-1.957-.223-3.812%201-3.812%201s1.191%204.28%205.031%204.28c1.559%200%202.59-.355%203.188-.624c-.032.062-.06.125-.094.187c-1.707%203.082-4.41%205.219-8.5%205.219v1c4.445%200%207.543-2.441%209.375-5.75c.113-.203.207-.414.312-.625c.274.207%201.758%201.25%204.688%201.25c3.238%200%204.687-3.656%204.687-3.656s-1.617-1.344-4.093-1.344c-2.344%200-4.098%201.867-4.907%202.938a19.6%2019.6%200%200%200%201.344-4.782c.176.035%203.52.637%205.406-1.281c1.938-1.969%201.625-3.781%201.625-3.781s-3.258-.465-5.031%201.156c-1.117%201.023-1.707%202.723-1.938%203.5c.176-1.328.215-2.652.157-3.938a6.8%206.8%200%200%200%20.843-3.25C18.938%205.242%2015.095%204%2015.095%204z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.094%204s-1.207%201.664-.844%204.281c.277%201.98%201.93%203.223%202.844%203.75c.031.953.008%201.926-.094%202.906c-.46-1.124-1.492-3.093-3.406-3.78c-1.86-.673-4.219.187-4.219.187c.316%202.316%201.836%204.117%204.313%204.562c1.585.285%202.644.102%203.187-.031c-.25%201.672-.71%203.324-1.375%204.813c-.36-1.106-1.512-3.368-4.844-3.75c-1.957-.223-3.812%201-3.812%201s1.191%204.28%205.031%204.28c1.559%200%202.59-.355%203.188-.624c-.032.062-.06.125-.094.187c-1.707%203.082-4.41%205.219-8.5%205.219v1c4.445%200%207.543-2.441%209.375-5.75c.113-.203.207-.414.312-.625c.274.207%201.758%201.25%204.688%201.25c3.238%200%204.687-3.656%204.687-3.656s-1.617-1.344-4.093-1.344c-2.344%200-4.098%201.867-4.907%202.938a19.6%2019.6%200%200%200%201.344-4.782c.176.035%203.52.637%205.406-1.281c1.938-1.969%201.625-3.781%201.625-3.781s-3.258-.465-5.031%201.156c-1.117%201.023-1.707%202.723-1.938%203.5c.176-1.328.215-2.652.157-3.938a6.8%206.8%200%200%200%20.843-3.25C18.938%205.242%2015.095%204%2015.095%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/pagelines.svg?color=%231a73e8&size=48