segment icon
segment from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- segment
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the segment icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M11 14L9.071 8.5m0 0L7.38 3.674c-.047-.134-.07-.2-.1-.257a.76.76 0 0 0-.53-.407C6.692 3 6.628 3 6.5 3s-.192 0-.25.01a.76.76 0 0 0-.53.407c-.029.056-.052.123-.1.257L3.93 8.5m5.142 0H3.93m0 0L2 14"/><path d="M20 19a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m4 0h2m-6 0H8m0 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m0 0H2"/><path stroke-linejoin="round" d="M15 8.5V5c0-.943 0-1.414.293-1.707S16.057 3 17 3h1.25a2.75 2.75 0 1 1 0 5.5zm0 0h4.25a2.75 2.75 0 1 1 0 5.5H17c-.943 0-1.414 0-1.707-.293S15 12.943 15 12z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSegment(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M11 14L9.071 8.5m0 0L7.38 3.674c-.047-.134-.07-.2-.1-.257a.76.76 0 0 0-.53-.407C6.692 3 6.628 3 6.5 3s-.192 0-.25.01a.76.76 0 0 0-.53.407c-.029.056-.052.123-.1.257L3.93 8.5m5.142 0H3.93m0 0L2 14"/><path d="M20 19a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m4 0h2m-6 0H8m0 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m0 0H2"/><path strokeLinejoin="round" d="M15 8.5V5c0-.943 0-1.414.293-1.707S16.057 3 17 3h1.25a2.75 2.75 0 1 1 0 5.5zm0 0h4.25a2.75 2.75 0 1 1 0 5.5H17c-.943 0-1.414 0-1.707-.293S15 12.943 15 12z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M11 14L9.071 8.5m0 0L7.38 3.674c-.047-.134-.07-.2-.1-.257a.76.76 0 0 0-.53-.407C6.692 3 6.628 3 6.5 3s-.192 0-.25.01a.76.76 0 0 0-.53.407c-.029.056-.052.123-.1.257L3.93 8.5m5.142 0H3.93m0 0L2 14"/><path d="M20 19a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m4 0h2m-6 0H8m0 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m0 0H2"/><path stroke-linejoin="round" d="M15 8.5V5c0-.943 0-1.414.293-1.707S16.057 3 17 3h1.25a2.75 2.75 0 1 1 0 5.5zm0 0h4.25a2.75 2.75 0 1 1 0 5.5H17c-.943 0-1.414 0-1.707-.293S15 12.943 15 12z"/></g></svg> </template>
CSS
.icon-segment {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2014L9.071%208.5m0%200L7.38%203.674c-.047-.134-.07-.2-.1-.257a.76.76%200%200%200-.53-.407C6.692%203%206.628%203%206.5%203s-.192%200-.25.01a.76.76%200%200%200-.53.407c-.029.056-.052.123-.1.257L3.93%208.5m5.142%200H3.93m0%200L2%2014%22%2F%3E%3Cpath%20d%3D%22M20%2019a2%202%200%201%201-4%200m4%200a2%202%200%201%200-4%200m4%200h2m-6%200H8m0%200a2%202%200%201%201-4%200m4%200a2%202%200%201%200-4%200m0%200H2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%208.5V5c0-.943%200-1.414.293-1.707S16.057%203%2017%203h1.25a2.75%202.75%200%201%201%200%205.5zm0%200h4.25a2.75%202.75%200%201%201%200%205.5H17c-.943%200-1.414%200-1.707-.293S15%2012.943%2015%2012z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2014L9.071%208.5m0%200L7.38%203.674c-.047-.134-.07-.2-.1-.257a.76.76%200%200%200-.53-.407C6.692%203%206.628%203%206.5%203s-.192%200-.25.01a.76.76%200%200%200-.53.407c-.029.056-.052.123-.1.257L3.93%208.5m5.142%200H3.93m0%200L2%2014%22%2F%3E%3Cpath%20d%3D%22M20%2019a2%202%200%201%201-4%200m4%200a2%202%200%201%200-4%200m4%200h2m-6%200H8m0%200a2%202%200%201%201-4%200m4%200a2%202%200%201%200-4%200m0%200H2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%208.5V5c0-.943%200-1.414.293-1.707S16.057%203%2017%203h1.25a2.75%202.75%200%201%201%200%205.5zm0%200h4.25a2.75%202.75%200%201%201%200%205.5H17c-.943%200-1.414%200-1.707-.293S15%2012.943%2015%2012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/segment.svg?color=%231a73e8&size=48