slide design icon
slide-design-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- slide-design-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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 3a1 1 0 0 1 1 1v6h2a1 1 0 1 1 0 2h-2v5.05a2.512 2.512 0 0 0-2 .45V4a1 1 0 0 1 1-1zm.5 15a1.5 1.5 0 1 1-.001 3a1.5 1.5 0 0 1 .001-3zM4 5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1c0 1.77-.366 4.436-1.507 6.7C10.335 13.997 8.299 16 5 16a1 1 0 1 1 0-2c2.301 0 3.764-1.33 4.707-3.2c.771-1.53 1.138-3.338 1.252-4.8H5a1 1 0 0 1-1-1zm8.5 16a1.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 FluentSlideDesign24Filled(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 3a1 1 0 0 1 1 1v6h2a1 1 0 1 1 0 2h-2v5.05a2.512 2.512 0 0 0-2 .45V4a1 1 0 0 1 1-1zm.5 15a1.5 1.5 0 1 1-.001 3a1.5 1.5 0 0 1 .001-3zM4 5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1c0 1.77-.366 4.436-1.507 6.7C10.335 13.997 8.299 16 5 16a1 1 0 1 1 0-2c2.301 0 3.764-1.33 4.707-3.2c.771-1.53 1.138-3.338 1.252-4.8H5a1 1 0 0 1-1-1zm8.5 16a1.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 3a1 1 0 0 1 1 1v6h2a1 1 0 1 1 0 2h-2v5.05a2.512 2.512 0 0 0-2 .45V4a1 1 0 0 1 1-1zm.5 15a1.5 1.5 0 1 1-.001 3a1.5 1.5 0 0 1 .001-3zM4 5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1c0 1.77-.366 4.436-1.507 6.7C10.335 13.997 8.299 16 5 16a1 1 0 1 1 0-2c2.301 0 3.764-1.33 4.707-3.2c.771-1.53 1.138-3.338 1.252-4.8H5a1 1 0 0 1-1-1zm8.5 16a1.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-filled {
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%203a1%201%200%200%201%201%201v6h2a1%201%200%201%201%200%202h-2v5.05a2.512%202.512%200%200%200-2%20.45V4a1%201%200%200%201%201-1zm.5%2015a1.5%201.5%200%201%201-.001%203a1.5%201.5%200%200%201%20.001-3zM4%205a1%201%200%200%201%201-1h7a1%201%200%200%201%201%201c0%201.77-.366%204.436-1.507%206.7C10.335%2013.997%208.299%2016%205%2016a1%201%200%201%201%200-2c2.301%200%203.764-1.33%204.707-3.2c.771-1.53%201.138-3.338%201.252-4.8H5a1%201%200%200%201-1-1zm8.5%2016a1.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%203a1%201%200%200%201%201%201v6h2a1%201%200%201%201%200%202h-2v5.05a2.512%202.512%200%200%200-2%20.45V4a1%201%200%200%201%201-1zm.5%2015a1.5%201.5%200%201%201-.001%203a1.5%201.5%200%200%201%20.001-3zM4%205a1%201%200%200%201%201-1h7a1%201%200%200%201%201%201c0%201.77-.366%204.436-1.507%206.7C10.335%2013.997%208.299%2016%205%2016a1%201%200%201%201%200-2c2.301%200%203.764-1.33%204.707-3.2c.771-1.53%201.138-3.338%201.252-4.8H5a1%201%200%200%201-1-1zm8.5%2016a1.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-filled.svg?color=%231a73e8&size=48