slide design icon
slide-design-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- slide-design-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
slide-add-16-filledslide-arrow-forward-20-filledslide-arrow-right-20-filledslide-content-20-filledslide-eraser-16-filledslide-grid-20-filledslide-hide-20-filledslide-layout-20-filledslide-link-20-filledslide-microphone-20-filledslide-multiple-16-filledslide-multiple-arrow-right-20-filledslide-multiple-search-20-filledslide-play-20-filledslide-record-16-filledslide-search-16-filledslide-settings-20-filledslide-size-20-filledslide-text-16-filledslide-text-call-16-filledslide-text-cursor-20-filledslide-text-edit-16-filledslide-text-multiple-16-filledslide-text-person-16-filled
Use the slide design icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16.25 3.75a.75.75 0 0 1 .75.75V10h2.5a.75.75 0 0 1 0 1.5H17v5.55a2.512 2.512 0 0 0-1.5.158V4.5a.75.75 0 0 1 .75-.75zM16.5 18a1.499 1.499 0 1 1 0 3a1.5 1.5 0 0 1 0-3zM4 5.5a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 .75.75c0 1.744-.362 4.369-1.48 6.588c-1.13 2.243-3.096 4.162-6.27 4.162a.75.75 0 0 1 0-1.5c2.426 0 3.96-1.414 4.93-3.338c.837-1.66 1.206-3.632 1.297-5.162H4.75A.75.75 0 0 1 4 5.5zM12.5 21a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zm9.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentSlideDesign24Regular(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"><path d="M16.25 3.75a.75.75 0 0 1 .75.75V10h2.5a.75.75 0 0 1 0 1.5H17v5.55a2.512 2.512 0 0 0-1.5.158V4.5a.75.75 0 0 1 .75-.75zM16.5 18a1.499 1.499 0 1 1 0 3a1.5 1.5 0 0 1 0-3zM4 5.5a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 .75.75c0 1.744-.362 4.369-1.48 6.588c-1.13 2.243-3.096 4.162-6.27 4.162a.75.75 0 0 1 0-1.5c2.426 0 3.96-1.414 4.93-3.338c.837-1.66 1.206-3.632 1.297-5.162H4.75A.75.75 0 0 1 4 5.5zM12.5 21a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zm9.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16.25 3.75a.75.75 0 0 1 .75.75V10h2.5a.75.75 0 0 1 0 1.5H17v5.55a2.512 2.512 0 0 0-1.5.158V4.5a.75.75 0 0 1 .75-.75zM16.5 18a1.499 1.499 0 1 1 0 3a1.5 1.5 0 0 1 0-3zM4 5.5a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 .75.75c0 1.744-.362 4.369-1.48 6.588c-1.13 2.243-3.096 4.162-6.27 4.162a.75.75 0 0 1 0-1.5c2.426 0 3.96-1.414 4.93-3.338c.837-1.66 1.206-3.632 1.297-5.162H4.75A.75.75 0 0 1 4 5.5zM12.5 21a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zm9.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0z" fill="currentColor"/></g></svg> </template>
CSS
.icon-slide-design-24-regular {
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%3E%3Cpath%20d%3D%22M16.25%203.75a.75.75%200%200%201%20.75.75V10h2.5a.75.75%200%200%201%200%201.5H17v5.55a2.512%202.512%200%200%200-1.5.158V4.5a.75.75%200%200%201%20.75-.75zM16.5%2018a1.499%201.499%200%201%201%200%203a1.5%201.5%200%200%201%200-3zM4%205.5a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%20.75.75c0%201.744-.362%204.369-1.48%206.588c-1.13%202.243-3.096%204.162-6.27%204.162a.75.75%200%200%201%200-1.5c2.426%200%203.96-1.414%204.93-3.338c.837-1.66%201.206-3.632%201.297-5.162H4.75A.75.75%200%200%201%204%205.5zM12.5%2021a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203zm9.5-1.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200z%22%20fill%3D%22currentColor%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%3E%3Cpath%20d%3D%22M16.25%203.75a.75.75%200%200%201%20.75.75V10h2.5a.75.75%200%200%201%200%201.5H17v5.55a2.512%202.512%200%200%200-1.5.158V4.5a.75.75%200%200%201%20.75-.75zM16.5%2018a1.499%201.499%200%201%201%200%203a1.5%201.5%200%200%201%200-3zM4%205.5a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%20.75.75c0%201.744-.362%204.369-1.48%206.588c-1.13%202.243-3.096%204.162-6.27%204.162a.75.75%200%200%201%200-1.5c2.426%200%203.96-1.414%204.93-3.338c.837-1.66%201.206-3.632%201.297-5.162H4.75A.75.75%200%200%201%204%205.5zM12.5%2021a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203zm9.5-1.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/slide-design-24-regular.svg?color=%231a73e8&size=48