presentation line icon
presentation-line from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- presentation-line
- Set
- Unicons
- Style
- Line
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More business icons from Unicons
Use the presentation line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 14h-1V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v11H3a1 1 0 0 0 0 2h8v1.15l-4.55 3A1 1 0 0 0 7 22a.94.94 0 0 0 .55-.17L11 19.55V21a1 1 0 0 0 2 0v-1.45l3.45 2.28A.94.94 0 0 0 17 22a1 1 0 0 0 .55-1.83l-4.55-3V16h8a1 1 0 0 0 0-2m-3 0H6V4h12Zm-9-2a1 1 0 0 0 .83-.45l1.33-2l1.13 1.14a1 1 0 0 0 .81.29a1 1 0 0 0 .73-.45l2-3a1 1 0 0 0-1.66-1.1l-1.33 2l-1.13-1.14A1 1 0 0 0 10.9 7a1 1 0 0 0-.73.45l-2 3a1 1 0 0 0 .28 1.38A.94.94 0 0 0 9 12"/></svg>
React
import type { SVGProps } from "react";
export function UilPresentationLine(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="M21 14h-1V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v11H3a1 1 0 0 0 0 2h8v1.15l-4.55 3A1 1 0 0 0 7 22a.94.94 0 0 0 .55-.17L11 19.55V21a1 1 0 0 0 2 0v-1.45l3.45 2.28A.94.94 0 0 0 17 22a1 1 0 0 0 .55-1.83l-4.55-3V16h8a1 1 0 0 0 0-2m-3 0H6V4h12Zm-9-2a1 1 0 0 0 .83-.45l1.33-2l1.13 1.14a1 1 0 0 0 .81.29a1 1 0 0 0 .73-.45l2-3a1 1 0 0 0-1.66-1.1l-1.33 2l-1.13-1.14A1 1 0 0 0 10.9 7a1 1 0 0 0-.73.45l-2 3a1 1 0 0 0 .28 1.38A.94.94 0 0 0 9 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 14h-1V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v11H3a1 1 0 0 0 0 2h8v1.15l-4.55 3A1 1 0 0 0 7 22a.94.94 0 0 0 .55-.17L11 19.55V21a1 1 0 0 0 2 0v-1.45l3.45 2.28A.94.94 0 0 0 17 22a1 1 0 0 0 .55-1.83l-4.55-3V16h8a1 1 0 0 0 0-2m-3 0H6V4h12Zm-9-2a1 1 0 0 0 .83-.45l1.33-2l1.13 1.14a1 1 0 0 0 .81.29a1 1 0 0 0 .73-.45l2-3a1 1 0 0 0-1.66-1.1l-1.33 2l-1.13-1.14A1 1 0 0 0 10.9 7a1 1 0 0 0-.73.45l-2 3a1 1 0 0 0 .28 1.38A.94.94 0 0 0 9 12"/></svg> </template>
CSS
.icon-presentation-line {
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%22M21%2014h-1V3a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v11H3a1%201%200%200%200%200%202h8v1.15l-4.55%203A1%201%200%200%200%207%2022a.94.94%200%200%200%20.55-.17L11%2019.55V21a1%201%200%200%200%202%200v-1.45l3.45%202.28A.94.94%200%200%200%2017%2022a1%201%200%200%200%20.55-1.83l-4.55-3V16h8a1%201%200%200%200%200-2m-3%200H6V4h12Zm-9-2a1%201%200%200%200%20.83-.45l1.33-2l1.13%201.14a1%201%200%200%200%20.81.29a1%201%200%200%200%20.73-.45l2-3a1%201%200%200%200-1.66-1.1l-1.33%202l-1.13-1.14A1%201%200%200%200%2010.9%207a1%201%200%200%200-.73.45l-2%203a1%201%200%200%200%20.28%201.38A.94.94%200%200%200%209%2012%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%22M21%2014h-1V3a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v11H3a1%201%200%200%200%200%202h8v1.15l-4.55%203A1%201%200%200%200%207%2022a.94.94%200%200%200%20.55-.17L11%2019.55V21a1%201%200%200%200%202%200v-1.45l3.45%202.28A.94.94%200%200%200%2017%2022a1%201%200%200%200%20.55-1.83l-4.55-3V16h8a1%201%200%200%200%200-2m-3%200H6V4h12Zm-9-2a1%201%200%200%200%20.83-.45l1.33-2l1.13%201.14a1%201%200%200%200%20.81.29a1%201%200%200%200%20.73-.45l2-3a1%201%200%200%200-1.66-1.1l-1.33%202l-1.13-1.14A1%201%200%200%200%2010.9%207a1%201%200%200%200-.73.45l-2%203a1%201%200%200%200%20.28%201.38A.94.94%200%200%200%209%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/presentation-line.svg?color=%231a73e8&size=48