floppy disk icon
floppy-disk from Iconoir by Luca Burgio · Regular · Devices · MIT Free for personal and commercial use.
- Name
- floppy-disk
- Set
- Iconoir
- Style
- Regular
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
- Aliases
- save-floppy-disk
The same icon in other sets
floppy-diskEmoji One (Colored)floppy-diskFramework7 Iconsfloppy-diskFont Awesome 6 Regularfloppy-diskFont Awesome 6 Solidfloppy-diskFont Awesome Regularfloppy-diskFont Awesome Solidfloppy-disk-outlineFlowbite Iconsfloppy-diskFluent Emojifloppy-diskFluent Emoji Flatfloppy-diskFluent Emoji High Contrastfloppy-diskHuge Iconsfloppy-diskLucide Labfloppy-diskNoto Emojifloppy-diskOpenMojifloppy-diskPhosphorfloppy-diskStreamline Emojisfloppy-diskTwitter Emoji
More devices icons from Iconoir
apple-imac-2021apple-imac-2021-sidear-tagchromecastchromecast-activecomputerdisplay-4khard-drivelaptoplaptop-charginglaptop-fixlaptop-warningmegaphonemodern-tvmodern-tv-4kpen-connect-bluetoothpen-connect-wifipen-tabletpen-tablet-connect-usbpen-tablet-connect-wifiprinterprinting-pagesmartphone-devicetv
Use the floppy disk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 19V5a2 2 0 0 1 2-2h11.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 21 7.828V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z"/><path d="M8.6 9h6.8a.6.6 0 0 0 .6-.6V3.6a.6.6 0 0 0-.6-.6H8.6a.6.6 0 0 0-.6.6v4.8a.6.6 0 0 0 .6.6ZM6 13.6V21h12v-7.4a.6.6 0 0 0-.6-.6H6.6a.6.6 0 0 0-.6.6Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirFloppyDisk(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" stroke="currentColor" strokeWidth="1.5"><path d="M3 19V5a2 2 0 0 1 2-2h11.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 21 7.828V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z"/><path d="M8.6 9h6.8a.6.6 0 0 0 .6-.6V3.6a.6.6 0 0 0-.6-.6H8.6a.6.6 0 0 0-.6.6v4.8a.6.6 0 0 0 .6.6ZM6 13.6V21h12v-7.4a.6.6 0 0 0-.6-.6H6.6a.6.6 0 0 0-.6.6Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 19V5a2 2 0 0 1 2-2h11.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 21 7.828V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z"/><path d="M8.6 9h6.8a.6.6 0 0 0 .6-.6V3.6a.6.6 0 0 0-.6-.6H8.6a.6.6 0 0 0-.6.6v4.8a.6.6 0 0 0 .6.6ZM6 13.6V21h12v-7.4a.6.6 0 0 0-.6-.6H6.6a.6.6 0 0 0-.6.6Z"/></g></svg> </template>
CSS
.icon-floppy-disk {
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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2019V5a2%202%200%200%201%202-2h11.172a2%202%200%200%201%201.414.586l2.828%202.828A2%202%200%200%201%2021%207.828V19a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2Z%22%2F%3E%3Cpath%20d%3D%22M8.6%209h6.8a.6.6%200%200%200%20.6-.6V3.6a.6.6%200%200%200-.6-.6H8.6a.6.6%200%200%200-.6.6v4.8a.6.6%200%200%200%20.6.6ZM6%2013.6V21h12v-7.4a.6.6%200%200%200-.6-.6H6.6a.6.6%200%200%200-.6.6Z%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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2019V5a2%202%200%200%201%202-2h11.172a2%202%200%200%201%201.414.586l2.828%202.828A2%202%200%200%201%2021%207.828V19a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2Z%22%2F%3E%3Cpath%20d%3D%22M8.6%209h6.8a.6.6%200%200%200%20.6-.6V3.6a.6.6%200%200%200-.6-.6H8.6a.6.6%200%200%200-.6.6v4.8a.6.6%200%200%200%20.6.6ZM6%2013.6V21h12v-7.4a.6.6%200%200%200-.6-.6H6.6a.6.6%200%200%200-.6.6Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/floppy-disk.svg?color=%231a73e8&size=48