pagelines icon
pagelines from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- pagelines
- Set
- Unicons
- Style
- Line
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand logos icons from Unicons
Use the pagelines icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.885 13.993c1.75-.901 2.282-3.35 2.282-3.35s-2.305-.99-4.055-.085a4.2 4.2 0 0 0-1.698 1.822a9 9 0 0 0 .06-.99a7 7 0 0 0 1.582-4.726C16.712 3.901 13.71 2 13.71 2s-2.442 2.583-2.095 5.35a6.82 6.82 0 0 0 2.518 4.03a9 9 0 0 1-.076 1.01a4.4 4.4 0 0 0-1.9-2.058c-1.774-.853-4.049.203-4.049.203s.603 2.432 2.376 3.284a4.72 4.72 0 0 0 3.258.076a9.4 9.4 0 0 1-1.458 2.9a4.4 4.4 0 0 0-2.012-1.98c-1.813-.763-4.028.404-4.028.404s.72 2.402 2.536 3.162a3.74 3.74 0 0 0 1.735.243a9.42 9.42 0 0 1-5.845 2.032a.672.672 0 0 0 0 1.344a10.8 10.8 0 0 0 7.968-3.527a4.95 4.95 0 0 0 3.336 1.194c1.96-.207 3.34-2.299 3.34-2.299s-1.792-1.753-3.75-1.543a3.5 3.5 0 0 0-1.36.456a10.7 10.7 0 0 0 .895-2.275a5.15 5.15 0 0 0 3.786-.013"/></svg>
React
import type { SVGProps } from "react";
export function UilPagelines(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="M18.885 13.993c1.75-.901 2.282-3.35 2.282-3.35s-2.305-.99-4.055-.085a4.2 4.2 0 0 0-1.698 1.822a9 9 0 0 0 .06-.99a7 7 0 0 0 1.582-4.726C16.712 3.901 13.71 2 13.71 2s-2.442 2.583-2.095 5.35a6.82 6.82 0 0 0 2.518 4.03a9 9 0 0 1-.076 1.01a4.4 4.4 0 0 0-1.9-2.058c-1.774-.853-4.049.203-4.049.203s.603 2.432 2.376 3.284a4.72 4.72 0 0 0 3.258.076a9.4 9.4 0 0 1-1.458 2.9a4.4 4.4 0 0 0-2.012-1.98c-1.813-.763-4.028.404-4.028.404s.72 2.402 2.536 3.162a3.74 3.74 0 0 0 1.735.243a9.42 9.42 0 0 1-5.845 2.032a.672.672 0 0 0 0 1.344a10.8 10.8 0 0 0 7.968-3.527a4.95 4.95 0 0 0 3.336 1.194c1.96-.207 3.34-2.299 3.34-2.299s-1.792-1.753-3.75-1.543a3.5 3.5 0 0 0-1.36.456a10.7 10.7 0 0 0 .895-2.275a5.15 5.15 0 0 0 3.786-.013"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.885 13.993c1.75-.901 2.282-3.35 2.282-3.35s-2.305-.99-4.055-.085a4.2 4.2 0 0 0-1.698 1.822a9 9 0 0 0 .06-.99a7 7 0 0 0 1.582-4.726C16.712 3.901 13.71 2 13.71 2s-2.442 2.583-2.095 5.35a6.82 6.82 0 0 0 2.518 4.03a9 9 0 0 1-.076 1.01a4.4 4.4 0 0 0-1.9-2.058c-1.774-.853-4.049.203-4.049.203s.603 2.432 2.376 3.284a4.72 4.72 0 0 0 3.258.076a9.4 9.4 0 0 1-1.458 2.9a4.4 4.4 0 0 0-2.012-1.98c-1.813-.763-4.028.404-4.028.404s.72 2.402 2.536 3.162a3.74 3.74 0 0 0 1.735.243a9.42 9.42 0 0 1-5.845 2.032a.672.672 0 0 0 0 1.344a10.8 10.8 0 0 0 7.968-3.527a4.95 4.95 0 0 0 3.336 1.194c1.96-.207 3.34-2.299 3.34-2.299s-1.792-1.753-3.75-1.543a3.5 3.5 0 0 0-1.36.456a10.7 10.7 0 0 0 .895-2.275a5.15 5.15 0 0 0 3.786-.013"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.885%2013.993c1.75-.901%202.282-3.35%202.282-3.35s-2.305-.99-4.055-.085a4.2%204.2%200%200%200-1.698%201.822a9%209%200%200%200%20.06-.99a7%207%200%200%200%201.582-4.726C16.712%203.901%2013.71%202%2013.71%202s-2.442%202.583-2.095%205.35a6.82%206.82%200%200%200%202.518%204.03a9%209%200%200%201-.076%201.01a4.4%204.4%200%200%200-1.9-2.058c-1.774-.853-4.049.203-4.049.203s.603%202.432%202.376%203.284a4.72%204.72%200%200%200%203.258.076a9.4%209.4%200%200%201-1.458%202.9a4.4%204.4%200%200%200-2.012-1.98c-1.813-.763-4.028.404-4.028.404s.72%202.402%202.536%203.162a3.74%203.74%200%200%200%201.735.243a9.42%209.42%200%200%201-5.845%202.032a.672.672%200%200%200%200%201.344a10.8%2010.8%200%200%200%207.968-3.527a4.95%204.95%200%200%200%203.336%201.194c1.96-.207%203.34-2.299%203.34-2.299s-1.792-1.753-3.75-1.543a3.5%203.5%200%200%200-1.36.456a10.7%2010.7%200%200%200%20.895-2.275a5.15%205.15%200%200%200%203.786-.013%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%22M18.885%2013.993c1.75-.901%202.282-3.35%202.282-3.35s-2.305-.99-4.055-.085a4.2%204.2%200%200%200-1.698%201.822a9%209%200%200%200%20.06-.99a7%207%200%200%200%201.582-4.726C16.712%203.901%2013.71%202%2013.71%202s-2.442%202.583-2.095%205.35a6.82%206.82%200%200%200%202.518%204.03a9%209%200%200%201-.076%201.01a4.4%204.4%200%200%200-1.9-2.058c-1.774-.853-4.049.203-4.049.203s.603%202.432%202.376%203.284a4.72%204.72%200%200%200%203.258.076a9.4%209.4%200%200%201-1.458%202.9a4.4%204.4%200%200%200-2.012-1.98c-1.813-.763-4.028.404-4.028.404s.72%202.402%202.536%203.162a3.74%203.74%200%200%200%201.735.243a9.42%209.42%200%200%201-5.845%202.032a.672.672%200%200%200%200%201.344a10.8%2010.8%200%200%200%207.968-3.527a4.95%204.95%200%200%200%203.336%201.194c1.96-.207%203.34-2.299%203.34-2.299s-1.792-1.753-3.75-1.543a3.5%203.5%200%200%200-1.36.456a10.7%2010.7%200%200%200%20.895-2.275a5.15%205.15%200%200%200%203.786-.013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/pagelines.svg?color=%231a73e8&size=48