polyline icon
polyline-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- polyline-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the polyline icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 6.5h3v-3h-3zm-7 8h3v-3h-3zm12 6h3v-3h-3zm-1-.039v-1.269L8.116 15.5H4.539q-.441 0-.74-.299t-.299-.74V11.54q0-.441.299-.74t.74-.299H7.53l2.97-3.409V3.54q0-.441.299-.74t.74-.299h2.923q.44 0 .739.299t.299.74v2.923q0 .44-.299.739t-.74.299H11.47L8.5 10.908v3.65l7.029 3.511v-.692q.046-.383.328-.63q.281-.247.681-.247h2.923q.441 0 .74.299t.299.74v2.922q0 .441-.299.74t-.74.299H16.54q-.441 0-.74-.299t-.299-.74"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPolylineOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 6.5h3v-3h-3zm-7 8h3v-3h-3zm12 6h3v-3h-3zm-1-.039v-1.269L8.116 15.5H4.539q-.441 0-.74-.299t-.299-.74V11.54q0-.441.299-.74t.74-.299H7.53l2.97-3.409V3.54q0-.441.299-.74t.74-.299h2.923q.44 0 .739.299t.299.74v2.923q0 .44-.299.739t-.74.299H11.47L8.5 10.908v3.65l7.029 3.511v-.692q.046-.383.328-.63q.281-.247.681-.247h2.923q.441 0 .74.299t.299.74v2.922q0 .441-.299.74t-.74.299H16.54q-.441 0-.74-.299t-.299-.74"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 6.5h3v-3h-3zm-7 8h3v-3h-3zm12 6h3v-3h-3zm-1-.039v-1.269L8.116 15.5H4.539q-.441 0-.74-.299t-.299-.74V11.54q0-.441.299-.74t.74-.299H7.53l2.97-3.409V3.54q0-.441.299-.74t.74-.299h2.923q.44 0 .739.299t.299.74v2.923q0 .44-.299.739t-.74.299H11.47L8.5 10.908v3.65l7.029 3.511v-.692q.046-.383.328-.63q.281-.247.681-.247h2.923q.441 0 .74.299t.299.74v2.922q0 .441-.299.74t-.74.299H16.54q-.441 0-.74-.299t-.299-.74"/></svg> </template>
CSS
.icon-polyline-outline-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%206.5h3v-3h-3zm-7%208h3v-3h-3zm12%206h3v-3h-3zm-1-.039v-1.269L8.116%2015.5H4.539q-.441%200-.74-.299t-.299-.74V11.54q0-.441.299-.74t.74-.299H7.53l2.97-3.409V3.54q0-.441.299-.74t.74-.299h2.923q.44%200%20.739.299t.299.74v2.923q0%20.44-.299.739t-.74.299H11.47L8.5%2010.908v3.65l7.029%203.511v-.692q.046-.383.328-.63q.281-.247.681-.247h2.923q.441%200%20.74.299t.299.74v2.922q0%20.441-.299.74t-.74.299H16.54q-.441%200-.74-.299t-.299-.74%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%206.5h3v-3h-3zm-7%208h3v-3h-3zm12%206h3v-3h-3zm-1-.039v-1.269L8.116%2015.5H4.539q-.441%200-.74-.299t-.299-.74V11.54q0-.441.299-.74t.74-.299H7.53l2.97-3.409V3.54q0-.441.299-.74t.74-.299h2.923q.44%200%20.739.299t.299.74v2.923q0%20.44-.299.739t-.74.299H11.47L8.5%2010.908v3.65l7.029%203.511v-.692q.046-.383.328-.63q.281-.247.681-.247h2.923q.441%200%20.74.299t.299.74v2.922q0%20.441-.299.74t-.74.299H16.54q-.441%200-.74-.299t-.299-.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/polyline-outline-rounded.svg?color=%231a73e8&size=48