floppy icon
floppy from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- floppy
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More devices icons from Reicon
Use the floppy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.62 2.762A8 8 0 0 0 12 2.75c-2.378 0-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.513.513 1.19.829 2.255 1.012v-.07c0-.899 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08h2.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.08.594.08 1.343.08 2.242v.07c1.065-.183 1.742-.5 2.255-1.013c.57-.57.897-1.34 1.069-2.619c.174-1.3.176-3.008.176-5.386c0-.353 0-.487-.012-.62a3.3 3.3 0 0 0-.749-1.807a8 8 0 0 0-.439-.457L14.884 3.95a8 8 0 0 0-.457-.44a3.3 3.3 0 0 0-1.806-.748m3.63 18.418V21c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-2c-.964 0-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.064.483-.066 1.131-.066 2.095v.18c1.126.07 2.508.07 4.25.07s3.124 0 4.25-.07m-4.22-19.93c.312 0 .513 0 .72.018a4.8 4.8 0 0 1 2.64 1.094c.16.133.305.279.53.504l.024.023l5.19 5.19c.224.225.37.37.503.53a4.8 4.8 0 0 1 1.094 2.64c.018.207.018.408.018.72v.088c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19zM6.25 8A.75.75 0 0 1 7 7.25h6a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 8" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFloppy(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" fillRule="evenodd" d="M12.62 2.762A8 8 0 0 0 12 2.75c-2.378 0-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.513.513 1.19.829 2.255 1.012v-.07c0-.899 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08h2.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.08.594.08 1.343.08 2.242v.07c1.065-.183 1.742-.5 2.255-1.013c.57-.57.897-1.34 1.069-2.619c.174-1.3.176-3.008.176-5.386c0-.353 0-.487-.012-.62a3.3 3.3 0 0 0-.749-1.807a8 8 0 0 0-.439-.457L14.884 3.95a8 8 0 0 0-.457-.44a3.3 3.3 0 0 0-1.806-.748m3.63 18.418V21c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-2c-.964 0-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.064.483-.066 1.131-.066 2.095v.18c1.126.07 2.508.07 4.25.07s3.124 0 4.25-.07m-4.22-19.93c.312 0 .513 0 .72.018a4.8 4.8 0 0 1 2.64 1.094c.16.133.305.279.53.504l.024.023l5.19 5.19c.224.225.37.37.503.53a4.8 4.8 0 0 1 1.094 2.64c.018.207.018.408.018.72v.088c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19zM6.25 8A.75.75 0 0 1 7 7.25h6a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 8" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.62 2.762A8 8 0 0 0 12 2.75c-2.378 0-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.513.513 1.19.829 2.255 1.012v-.07c0-.899 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08h2.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.08.594.08 1.343.08 2.242v.07c1.065-.183 1.742-.5 2.255-1.013c.57-.57.897-1.34 1.069-2.619c.174-1.3.176-3.008.176-5.386c0-.353 0-.487-.012-.62a3.3 3.3 0 0 0-.749-1.807a8 8 0 0 0-.439-.457L14.884 3.95a8 8 0 0 0-.457-.44a3.3 3.3 0 0 0-1.806-.748m3.63 18.418V21c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-2c-.964 0-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.064.483-.066 1.131-.066 2.095v.18c1.126.07 2.508.07 4.25.07s3.124 0 4.25-.07m-4.22-19.93c.312 0 .513 0 .72.018a4.8 4.8 0 0 1 2.64 1.094c.16.133.305.279.53.504l.024.023l5.19 5.19c.224.225.37.37.503.53a4.8 4.8 0 0 1 1.094 2.64c.018.207.018.408.018.72v.088c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19zM6.25 8A.75.75 0 0 1 7 7.25h6a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 8" clip-rule="evenodd"/></svg> </template>
CSS
.icon-floppy {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.62%202.762A8%208%200%200%200%2012%202.75c-2.378%200-4.086.002-5.386.176c-1.279.172-2.05.5-2.62%201.069c-.569.57-.896%201.34-1.068%202.619c-.174%201.3-.176%203.008-.176%205.386s.002%204.086.176%205.386c.172%201.279.5%202.05%201.069%202.62c.513.513%201.19.829%202.255%201.012v-.07c0-.899%200-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08h2.104c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.456.455.642%201.022.726%201.65c.08.594.08%201.343.08%202.242v.07c1.065-.183%201.742-.5%202.255-1.013c.57-.57.897-1.34%201.069-2.619c.174-1.3.176-3.008.176-5.386c0-.353%200-.487-.012-.62a3.3%203.3%200%200%200-.749-1.807a8%208%200%200%200-.439-.457L14.884%203.95a8%208%200%200%200-.457-.44a3.3%203.3%200%200%200-1.806-.748m3.63%2018.418V21c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-2c-.964%200-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.064.483-.066%201.131-.066%202.095v.18c1.126.07%202.508.07%204.25.07s3.124%200%204.25-.07m-4.22-19.93c.312%200%20.513%200%20.72.018a4.8%204.8%200%200%201%202.64%201.094c.16.133.305.279.53.504l.024.023l5.19%205.19c.224.225.37.37.503.53a4.8%204.8%200%200%201%201.094%202.64c.018.207.018.408.018.72v.088c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19zM6.25%208A.75.75%200%200%201%207%207.25h6a.75.75%200%200%201%200%201.5H7A.75.75%200%200%201%206.25%208%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.62%202.762A8%208%200%200%200%2012%202.75c-2.378%200-4.086.002-5.386.176c-1.279.172-2.05.5-2.62%201.069c-.569.57-.896%201.34-1.068%202.619c-.174%201.3-.176%203.008-.176%205.386s.002%204.086.176%205.386c.172%201.279.5%202.05%201.069%202.62c.513.513%201.19.829%202.255%201.012v-.07c0-.899%200-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08h2.104c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.456.455.642%201.022.726%201.65c.08.594.08%201.343.08%202.242v.07c1.065-.183%201.742-.5%202.255-1.013c.57-.57.897-1.34%201.069-2.619c.174-1.3.176-3.008.176-5.386c0-.353%200-.487-.012-.62a3.3%203.3%200%200%200-.749-1.807a8%208%200%200%200-.439-.457L14.884%203.95a8%208%200%200%200-.457-.44a3.3%203.3%200%200%200-1.806-.748m3.63%2018.418V21c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066h-2c-.964%200-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.064.483-.066%201.131-.066%202.095v.18c1.126.07%202.508.07%204.25.07s3.124%200%204.25-.07m-4.22-19.93c.312%200%20.513%200%20.72.018a4.8%204.8%200%200%201%202.64%201.094c.16.133.305.279.53.504l.024.023l5.19%205.19c.224.225.37.37.503.53a4.8%204.8%200%200%201%201.094%202.64c.018.207.018.408.018.72v.088c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19zM6.25%208A.75.75%200%200%201%207%207.25h6a.75.75%200%200%201%200%201.5H7A.75.75%200%200%201%206.25%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/floppy.svg?color=%231a73e8&size=48