line segment icon
line-segment-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- line-segment-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the line segment icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M81 175a24 24 0 1 1-34 0a24 24 0 0 1 34 0M209 47a24 24 0 1 0 0 34a24 24 0 0 0 0-34" opacity=".2"/><path d="M214.64 41.36a32 32 0 0 0-50.2 38.89l-84.19 84.19a32.06 32.06 0 0 0-38.89 4.94a32 32 0 1 0 50.2 6.37l84.19-84.19a32 32 0 0 0 38.89-50.2m-139.33 162a16 16 0 0 1-22.64-22.64a16 16 0 0 1 22.63 0a16 16 0 0 1 .01 22.61Zm128-128a16 16 0 1 1 0-22.63a16 16 0 0 1 .02 22.57Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhLineSegmentDuotone(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="M81 175a24 24 0 1 1-34 0a24 24 0 0 1 34 0M209 47a24 24 0 1 0 0 34a24 24 0 0 0 0-34" opacity=".2"/><path d="M214.64 41.36a32 32 0 0 0-50.2 38.89l-84.19 84.19a32.06 32.06 0 0 0-38.89 4.94a32 32 0 1 0 50.2 6.37l84.19-84.19a32 32 0 0 0 38.89-50.2m-139.33 162a16 16 0 0 1-22.64-22.64a16 16 0 0 1 22.63 0a16 16 0 0 1 .01 22.61Zm128-128a16 16 0 1 1 0-22.63a16 16 0 0 1 .02 22.57Z"/></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="M81 175a24 24 0 1 1-34 0a24 24 0 0 1 34 0M209 47a24 24 0 1 0 0 34a24 24 0 0 0 0-34" opacity=".2"/><path d="M214.64 41.36a32 32 0 0 0-50.2 38.89l-84.19 84.19a32.06 32.06 0 0 0-38.89 4.94a32 32 0 1 0 50.2 6.37l84.19-84.19a32 32 0 0 0 38.89-50.2m-139.33 162a16 16 0 0 1-22.64-22.64a16 16 0 0 1 22.63 0a16 16 0 0 1 .01 22.61Zm128-128a16 16 0 1 1 0-22.63a16 16 0 0 1 .02 22.57Z"/></g></svg> </template>
CSS
.icon-line-segment-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%22M81%20175a24%2024%200%201%201-34%200a24%2024%200%200%201%2034%200M209%2047a24%2024%200%201%200%200%2034a24%2024%200%200%200%200-34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M214.64%2041.36a32%2032%200%200%200-50.2%2038.89l-84.19%2084.19a32.06%2032.06%200%200%200-38.89%204.94a32%2032%200%201%200%2050.2%206.37l84.19-84.19a32%2032%200%200%200%2038.89-50.2m-139.33%20162a16%2016%200%200%201-22.64-22.64a16%2016%200%200%201%2022.63%200a16%2016%200%200%201%20.01%2022.61Zm128-128a16%2016%200%201%201%200-22.63a16%2016%200%200%201%20.02%2022.57Z%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%22M81%20175a24%2024%200%201%201-34%200a24%2024%200%200%201%2034%200M209%2047a24%2024%200%201%200%200%2034a24%2024%200%200%200%200-34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M214.64%2041.36a32%2032%200%200%200-50.2%2038.89l-84.19%2084.19a32.06%2032.06%200%200%200-38.89%204.94a32%2032%200%201%200%2050.2%206.37l84.19-84.19a32%2032%200%200%200%2038.89-50.2m-139.33%20162a16%2016%200%200%201-22.64-22.64a16%2016%200%200%201%2022.63%200a16%2016%200%200%201%20.01%2022.61Zm128-128a16%2016%200%201%201%200-22.63a16%2016%200%200%201%20.02%2022.57Z%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-segment-duotone.svg?color=%231a73e8&size=48