line segments icon

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

Name
line-segments-light
Set
Phosphor
Style
Light
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="M237.23 34.77a30.06 30.06 0 0 0-42.44 0a30.06 30.06 0 0 0 0 42.44c.65.64 1.32 1.24 2 1.81l-28.14 52.26a30.11 30.11 0 0 0-25.19 3.72L121 112.54a30 30 0 0 0-46.22-37.76a30 30 0 0 0 0 42.43a26 26 0 0 0 2 1.82l-28.14 52.26a30 30 0 0 0-29.87 7.5a30 30 0 1 0 42.44 0c-.65-.64-1.32-1.24-2-1.81l28.14-52.26a30.07 30.07 0 0 0 25.19-3.72L135 143.46a30 30 0 1 0 46.25-4.67a26 26 0 0 0-2-1.82l28.14-52.26a30 30 0 0 0 29.87-49.94Zm-184.51 178a18 18 0 1 1 0-25.46a18 18 0 0 1 0 25.43Zm30.55-104a18 18 0 1 1 25.46 0a18 18 0 0 1-25.46-.04Zm89.46 64a18 18 0 1 1 0-25.46a18 18 0 0 1 0 25.42Zm56-104a18 18 0 1 1 0-25.46a18 18 0 0 1 .01 25.41Z"/></svg>

React

import type { SVGProps } from "react";

export function PhLineSegmentsLight(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="M237.23 34.77a30.06 30.06 0 0 0-42.44 0a30.06 30.06 0 0 0 0 42.44c.65.64 1.32 1.24 2 1.81l-28.14 52.26a30.11 30.11 0 0 0-25.19 3.72L121 112.54a30 30 0 0 0-46.22-37.76a30 30 0 0 0 0 42.43a26 26 0 0 0 2 1.82l-28.14 52.26a30 30 0 0 0-29.87 7.5a30 30 0 1 0 42.44 0c-.65-.64-1.32-1.24-2-1.81l28.14-52.26a30.07 30.07 0 0 0 25.19-3.72L135 143.46a30 30 0 1 0 46.25-4.67a26 26 0 0 0-2-1.82l28.14-52.26a30 30 0 0 0 29.87-49.94Zm-184.51 178a18 18 0 1 1 0-25.46a18 18 0 0 1 0 25.43Zm30.55-104a18 18 0 1 1 25.46 0a18 18 0 0 1-25.46-.04Zm89.46 64a18 18 0 1 1 0-25.46a18 18 0 0 1 0 25.42Zm56-104a18 18 0 1 1 0-25.46a18 18 0 0 1 .01 25.41Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.23 34.77a30.06 30.06 0 0 0-42.44 0a30.06 30.06 0 0 0 0 42.44c.65.64 1.32 1.24 2 1.81l-28.14 52.26a30.11 30.11 0 0 0-25.19 3.72L121 112.54a30 30 0 0 0-46.22-37.76a30 30 0 0 0 0 42.43a26 26 0 0 0 2 1.82l-28.14 52.26a30 30 0 0 0-29.87 7.5a30 30 0 1 0 42.44 0c-.65-.64-1.32-1.24-2-1.81l28.14-52.26a30.07 30.07 0 0 0 25.19-3.72L135 143.46a30 30 0 1 0 46.25-4.67a26 26 0 0 0-2-1.82l28.14-52.26a30 30 0 0 0 29.87-49.94Zm-184.51 178a18 18 0 1 1 0-25.46a18 18 0 0 1 0 25.43Zm30.55-104a18 18 0 1 1 25.46 0a18 18 0 0 1-25.46-.04Zm89.46 64a18 18 0 1 1 0-25.46a18 18 0 0 1 0 25.42Zm56-104a18 18 0 1 1 0-25.46a18 18 0 0 1 .01 25.41Z"/></svg>
</template>

CSS

.icon-line-segments-light {
  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%22M237.23%2034.77a30.06%2030.06%200%200%200-42.44%200a30.06%2030.06%200%200%200%200%2042.44c.65.64%201.32%201.24%202%201.81l-28.14%2052.26a30.11%2030.11%200%200%200-25.19%203.72L121%20112.54a30%2030%200%200%200-46.22-37.76a30%2030%200%200%200%200%2042.43a26%2026%200%200%200%202%201.82l-28.14%2052.26a30%2030%200%200%200-29.87%207.5a30%2030%200%201%200%2042.44%200c-.65-.64-1.32-1.24-2-1.81l28.14-52.26a30.07%2030.07%200%200%200%2025.19-3.72L135%20143.46a30%2030%200%201%200%2046.25-4.67a26%2026%200%200%200-2-1.82l28.14-52.26a30%2030%200%200%200%2029.87-49.94Zm-184.51%20178a18%2018%200%201%201%200-25.46a18%2018%200%200%201%200%2025.43Zm30.55-104a18%2018%200%201%201%2025.46%200a18%2018%200%200%201-25.46-.04Zm89.46%2064a18%2018%200%201%201%200-25.46a18%2018%200%200%201%200%2025.42Zm56-104a18%2018%200%201%201%200-25.46a18%2018%200%200%201%20.01%2025.41Z%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%22M237.23%2034.77a30.06%2030.06%200%200%200-42.44%200a30.06%2030.06%200%200%200%200%2042.44c.65.64%201.32%201.24%202%201.81l-28.14%2052.26a30.11%2030.11%200%200%200-25.19%203.72L121%20112.54a30%2030%200%200%200-46.22-37.76a30%2030%200%200%200%200%2042.43a26%2026%200%200%200%202%201.82l-28.14%2052.26a30%2030%200%200%200-29.87%207.5a30%2030%200%201%200%2042.44%200c-.65-.64-1.32-1.24-2-1.81l28.14-52.26a30.07%2030.07%200%200%200%2025.19-3.72L135%20143.46a30%2030%200%201%200%2046.25-4.67a26%2026%200%200%200-2-1.82l28.14-52.26a30%2030%200%200%200%2029.87-49.94Zm-184.51%20178a18%2018%200%201%201%200-25.46a18%2018%200%200%201%200%2025.43Zm30.55-104a18%2018%200%201%201%2025.46%200a18%2018%200%200%201-25.46-.04Zm89.46%2064a18%2018%200%201%201%200-25.46a18%2018%200%200%201%200%2025.42Zm56-104a18%2018%200%201%201%200-25.46a18%2018%200%200%201%20.01%2025.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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