line segments icon

line-segments-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
line-segments-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the line segments icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.81 75.79A27.9 27.9 0 0 1 216 84a28.5 28.5 0 0 1-5.67-.58l-30.57 56.77a28 28 0 1 1-44.43 6.49l-26.06-26.06A28.1 28.1 0 0 1 96 124a28.4 28.4 0 0 1-5.67-.58l-30.57 56.76a28 28 0 1 1-39.6 0a28 28 0 0 1 25.47-7.61L76.2 115.8a28.05 28.05 0 0 1 0-39.61a28 28 0 0 1 44.43 33.12l26.06 26.06a28.1 28.1 0 0 1 19-2.77l30.57-56.77a28 28 0 0 1 0-39.6a28 28 0 0 1 39.6 39.6Z"/></svg>

React

import type { SVGProps } from "react";

export function PhLineSegmentsFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.81 75.79A27.9 27.9 0 0 1 216 84a28.5 28.5 0 0 1-5.67-.58l-30.57 56.77a28 28 0 1 1-44.43 6.49l-26.06-26.06A28.1 28.1 0 0 1 96 124a28.4 28.4 0 0 1-5.67-.58l-30.57 56.76a28 28 0 1 1-39.6 0a28 28 0 0 1 25.47-7.61L76.2 115.8a28.05 28.05 0 0 1 0-39.61a28 28 0 0 1 44.43 33.12l26.06 26.06a28.1 28.1 0 0 1 19-2.77l30.57-56.77a28 28 0 0 1 0-39.6a28 28 0 0 1 39.6 39.6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.81 75.79A27.9 27.9 0 0 1 216 84a28.5 28.5 0 0 1-5.67-.58l-30.57 56.77a28 28 0 1 1-44.43 6.49l-26.06-26.06A28.1 28.1 0 0 1 96 124a28.4 28.4 0 0 1-5.67-.58l-30.57 56.76a28 28 0 1 1-39.6 0a28 28 0 0 1 25.47-7.61L76.2 115.8a28.05 28.05 0 0 1 0-39.61a28 28 0 0 1 44.43 33.12l26.06 26.06a28.1 28.1 0 0 1 19-2.77l30.57-56.77a28 28 0 0 1 0-39.6a28 28 0 0 1 39.6 39.6Z"/></svg>
</template>

CSS

.icon-line-segments-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M235.81%2075.79A27.9%2027.9%200%200%201%20216%2084a28.5%2028.5%200%200%201-5.67-.58l-30.57%2056.77a28%2028%200%201%201-44.43%206.49l-26.06-26.06A28.1%2028.1%200%200%201%2096%20124a28.4%2028.4%200%200%201-5.67-.58l-30.57%2056.76a28%2028%200%201%201-39.6%200a28%2028%200%200%201%2025.47-7.61L76.2%20115.8a28.05%2028.05%200%200%201%200-39.61a28%2028%200%200%201%2044.43%2033.12l26.06%2026.06a28.1%2028.1%200%200%201%2019-2.77l30.57-56.77a28%2028%200%200%201%200-39.6a28%2028%200%200%201%2039.6%2039.6Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M235.81%2075.79A27.9%2027.9%200%200%201%20216%2084a28.5%2028.5%200%200%201-5.67-.58l-30.57%2056.77a28%2028%200%201%201-44.43%206.49l-26.06-26.06A28.1%2028.1%200%200%201%2096%20124a28.4%2028.4%200%200%201-5.67-.58l-30.57%2056.76a28%2028%200%201%201-39.6%200a28%2028%200%200%201%2025.47-7.61L76.2%20115.8a28.05%2028.05%200%200%201%200-39.61a28%2028%200%200%201%2044.43%2033.12l26.06%2026.06a28.1%2028.1%200%200%201%2019-2.77l30.57-56.77a28%2028%200%200%201%200-39.6a28%2028%200%200%201%2039.6%2039.6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/line-segments-fill.svg?color=%231a73e8&size=48