presentation minus icon
presentation-minus from Unicons by Iconscout · Line · Education · Apache-2.0 Free for personal and commercial use.
- Name
- presentation-minus
- Set
- Unicons
- Style
- Line
- Category
- Education
- Viewbox
- 24×24
- License
- Apache 2.0
More education icons from Unicons
Use the presentation minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 10h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2m11 4h-1V4h1a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2h1v10H3a1 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 0H6V4h12Z"/></svg>
React
import type { SVGProps } from "react";
export function UilPresentationMinus(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="M10 10h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2m11 4h-1V4h1a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2h1v10H3a1 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 0H6V4h12Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 10h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2m11 4h-1V4h1a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2h1v10H3a1 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 0H6V4h12Z"/></svg> </template>
CSS
.icon-presentation-minus {
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%22M10%2010h4a1%201%200%200%200%200-2h-4a1%201%200%200%200%200%202m11%204h-1V4h1a1%201%200%200%200%200-2H3a1%201%200%200%200%200%202h1v10H3a1%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%200H6V4h12Z%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%22M10%2010h4a1%201%200%200%200%200-2h-4a1%201%200%200%200%200%202m11%204h-1V4h1a1%201%200%200%200%200-2H3a1%201%200%200%200%200%202h1v10H3a1%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%200H6V4h12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/presentation-minus.svg?color=%231a73e8&size=48