line segments icon
line-segments-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- line-segments-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M57 183a24 24 0 1 1-34 0a24 24 0 0 1 34 0M79 79a24 24 0 1 0 34 0a24 24 0 0 0-34 0m64 64a24 24 0 1 0 34 0a24 24 0 0 0-34 0m90-104a24 24 0 1 0 0 34a24 24 0 0 0 0-34" opacity=".2"/><path d="M238.64 33.36a32 32 0 0 0-45.26 0a32 32 0 0 0 0 45.26c.29.29.6.57.9.85l-26.63 49.46a32.2 32.2 0 0 0-23.9 3.5l-20.18-20.18a32 32 0 0 0-50.2-38.89a32 32 0 0 0 0 45.26c.29.29.59.57.89.85l-26.63 49.47a32 32 0 0 0-30.27 8.44a32 32 0 1 0 45.26 0c-.29-.29-.6-.57-.9-.85l26.63-49.46A32.4 32.4 0 0 0 96 128a32 32 0 0 0 16.25-4.41l20.18 20.18a32 32 0 1 0 50.2-6.38c-.29-.29-.59-.57-.89-.85l26.63-49.46A32.3 32.3 0 0 0 216 88a32 32 0 0 0 22.63-54.62ZM51.3 211.33a16 16 0 0 1-22.63-22.64a16 16 0 1 1 22.63 22.64m33.38-104a16 16 0 0 1 0-22.63a16 16 0 1 1 0 22.63m86.64 64a16 16 0 0 1-22.63-22.63a16 16 0 0 1 22.63 22.63m56-104a16 16 0 1 1-22.62-22.66a16 16 0 0 1 22.63 22.64Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhLineSegmentsDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M57 183a24 24 0 1 1-34 0a24 24 0 0 1 34 0M79 79a24 24 0 1 0 34 0a24 24 0 0 0-34 0m64 64a24 24 0 1 0 34 0a24 24 0 0 0-34 0m90-104a24 24 0 1 0 0 34a24 24 0 0 0 0-34" opacity=".2"/><path d="M238.64 33.36a32 32 0 0 0-45.26 0a32 32 0 0 0 0 45.26c.29.29.6.57.9.85l-26.63 49.46a32.2 32.2 0 0 0-23.9 3.5l-20.18-20.18a32 32 0 0 0-50.2-38.89a32 32 0 0 0 0 45.26c.29.29.59.57.89.85l-26.63 49.47a32 32 0 0 0-30.27 8.44a32 32 0 1 0 45.26 0c-.29-.29-.6-.57-.9-.85l26.63-49.46A32.4 32.4 0 0 0 96 128a32 32 0 0 0 16.25-4.41l20.18 20.18a32 32 0 1 0 50.2-6.38c-.29-.29-.59-.57-.89-.85l26.63-49.46A32.3 32.3 0 0 0 216 88a32 32 0 0 0 22.63-54.62ZM51.3 211.33a16 16 0 0 1-22.63-22.64a16 16 0 1 1 22.63 22.64m33.38-104a16 16 0 0 1 0-22.63a16 16 0 1 1 0 22.63m86.64 64a16 16 0 0 1-22.63-22.63a16 16 0 0 1 22.63 22.63m56-104a16 16 0 1 1-22.62-22.66a16 16 0 0 1 22.63 22.64Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M57 183a24 24 0 1 1-34 0a24 24 0 0 1 34 0M79 79a24 24 0 1 0 34 0a24 24 0 0 0-34 0m64 64a24 24 0 1 0 34 0a24 24 0 0 0-34 0m90-104a24 24 0 1 0 0 34a24 24 0 0 0 0-34" opacity=".2"/><path d="M238.64 33.36a32 32 0 0 0-45.26 0a32 32 0 0 0 0 45.26c.29.29.6.57.9.85l-26.63 49.46a32.2 32.2 0 0 0-23.9 3.5l-20.18-20.18a32 32 0 0 0-50.2-38.89a32 32 0 0 0 0 45.26c.29.29.59.57.89.85l-26.63 49.47a32 32 0 0 0-30.27 8.44a32 32 0 1 0 45.26 0c-.29-.29-.6-.57-.9-.85l26.63-49.46A32.4 32.4 0 0 0 96 128a32 32 0 0 0 16.25-4.41l20.18 20.18a32 32 0 1 0 50.2-6.38c-.29-.29-.59-.57-.89-.85l26.63-49.46A32.3 32.3 0 0 0 216 88a32 32 0 0 0 22.63-54.62ZM51.3 211.33a16 16 0 0 1-22.63-22.64a16 16 0 1 1 22.63 22.64m33.38-104a16 16 0 0 1 0-22.63a16 16 0 1 1 0 22.63m86.64 64a16 16 0 0 1-22.63-22.63a16 16 0 0 1 22.63 22.63m56-104a16 16 0 1 1-22.62-22.66a16 16 0 0 1 22.63 22.64Z"/></g></svg> </template>
CSS
.icon-line-segments-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M57%20183a24%2024%200%201%201-34%200a24%2024%200%200%201%2034%200M79%2079a24%2024%200%201%200%2034%200a24%2024%200%200%200-34%200m64%2064a24%2024%200%201%200%2034%200a24%2024%200%200%200-34%200m90-104a24%2024%200%201%200%200%2034a24%2024%200%200%200%200-34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M238.64%2033.36a32%2032%200%200%200-45.26%200a32%2032%200%200%200%200%2045.26c.29.29.6.57.9.85l-26.63%2049.46a32.2%2032.2%200%200%200-23.9%203.5l-20.18-20.18a32%2032%200%200%200-50.2-38.89a32%2032%200%200%200%200%2045.26c.29.29.59.57.89.85l-26.63%2049.47a32%2032%200%200%200-30.27%208.44a32%2032%200%201%200%2045.26%200c-.29-.29-.6-.57-.9-.85l26.63-49.46A32.4%2032.4%200%200%200%2096%20128a32%2032%200%200%200%2016.25-4.41l20.18%2020.18a32%2032%200%201%200%2050.2-6.38c-.29-.29-.59-.57-.89-.85l26.63-49.46A32.3%2032.3%200%200%200%20216%2088a32%2032%200%200%200%2022.63-54.62ZM51.3%20211.33a16%2016%200%200%201-22.63-22.64a16%2016%200%201%201%2022.63%2022.64m33.38-104a16%2016%200%200%201%200-22.63a16%2016%200%201%201%200%2022.63m86.64%2064a16%2016%200%200%201-22.63-22.63a16%2016%200%200%201%2022.63%2022.63m56-104a16%2016%200%201%201-22.62-22.66a16%2016%200%200%201%2022.63%2022.64Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M57%20183a24%2024%200%201%201-34%200a24%2024%200%200%201%2034%200M79%2079a24%2024%200%201%200%2034%200a24%2024%200%200%200-34%200m64%2064a24%2024%200%201%200%2034%200a24%2024%200%200%200-34%200m90-104a24%2024%200%201%200%200%2034a24%2024%200%200%200%200-34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M238.64%2033.36a32%2032%200%200%200-45.26%200a32%2032%200%200%200%200%2045.26c.29.29.6.57.9.85l-26.63%2049.46a32.2%2032.2%200%200%200-23.9%203.5l-20.18-20.18a32%2032%200%200%200-50.2-38.89a32%2032%200%200%200%200%2045.26c.29.29.59.57.89.85l-26.63%2049.47a32%2032%200%200%200-30.27%208.44a32%2032%200%201%200%2045.26%200c-.29-.29-.6-.57-.9-.85l26.63-49.46A32.4%2032.4%200%200%200%2096%20128a32%2032%200%200%200%2016.25-4.41l20.18%2020.18a32%2032%200%201%200%2050.2-6.38c-.29-.29-.59-.57-.89-.85l26.63-49.46A32.3%2032.3%200%200%200%20216%2088a32%2032%200%200%200%2022.63-54.62ZM51.3%20211.33a16%2016%200%200%201-22.63-22.64a16%2016%200%201%201%2022.63%2022.64m33.38-104a16%2016%200%200%201%200-22.63a16%2016%200%201%201%200%2022.63m86.64%2064a16%2016%200%200%201-22.63-22.63a16%2016%200%200%201%2022.63%2022.63m56-104a16%2016%200%201%201-22.62-22.66a16%2016%200%200%201%2022.63%2022.64Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/line-segments-duotone.svg?color=%231a73e8&size=48