presentation times icon
presentation-times from Unicons by Iconscout · Line · Education · Apache-2.0 Free for personal and commercial use.
- Name
- presentation-times
- Set
- Unicons
- Style
- Line
- Category
- Education
- Viewbox
- 24×24
- License
- Apache 2.0
More education icons from Unicons
Use the presentation times icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.29 11.71a1 1 0 0 0 1.42 0l1.29-1.3l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L13.41 9l1.3-1.29a1 1 0 1 0-1.42-1.42L12 7.59l-1.29-1.3a1 1 0 0 0-1.42 1.42L10.59 9l-1.3 1.29a1 1 0 0 0 0 1.42M21 14h-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 UilPresentationTimes(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="M9.29 11.71a1 1 0 0 0 1.42 0l1.29-1.3l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L13.41 9l1.3-1.29a1 1 0 1 0-1.42-1.42L12 7.59l-1.29-1.3a1 1 0 0 0-1.42 1.42L10.59 9l-1.3 1.29a1 1 0 0 0 0 1.42M21 14h-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="M9.29 11.71a1 1 0 0 0 1.42 0l1.29-1.3l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L13.41 9l1.3-1.29a1 1 0 1 0-1.42-1.42L12 7.59l-1.29-1.3a1 1 0 0 0-1.42 1.42L10.59 9l-1.3 1.29a1 1 0 0 0 0 1.42M21 14h-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-times {
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%22M9.29%2011.71a1%201%200%200%200%201.42%200l1.29-1.3l1.29%201.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L13.41%209l1.3-1.29a1%201%200%201%200-1.42-1.42L12%207.59l-1.29-1.3a1%201%200%200%200-1.42%201.42L10.59%209l-1.3%201.29a1%201%200%200%200%200%201.42M21%2014h-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%22M9.29%2011.71a1%201%200%200%200%201.42%200l1.29-1.3l1.29%201.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42L13.41%209l1.3-1.29a1%201%200%201%200-1.42-1.42L12%207.59l-1.29-1.3a1%201%200%200%200-1.42%201.42L10.59%209l-1.3%201.29a1%201%200%200%200%200%201.42M21%2014h-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-times.svg?color=%231a73e8&size=48