save off icon
save-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- save-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the save off 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.828 19.828C18.657 21 16.771 21 13 21h-2c-3.771 0-5.657 0-6.828-1.172S3 16.771 3 13v-2c0-3.771 0-5.657 1.172-6.828m3.862-1.138C8.868 3 9.846 3 11 3h4.879c.456 0 .685 0 .904.024a4 4 0 0 1 2.06.854c.173.138.334.3.657.622c.323.323.484.484.622.656a4 4 0 0 1 .854 2.061c.024.22.024.448.024.904V13c0 1.154 0 2.132-.034 2.966"/><path d="M17 3.5V4c0 1.886 0 2.828-.586 3.414S14.886 8 13 8m4 12.5V17m-4-4h-2c-1.886 0-2.828 0-3.414.586S7 15.114 7 17v3.5M2 2l20 20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSaveOff(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.828 19.828C18.657 21 16.771 21 13 21h-2c-3.771 0-5.657 0-6.828-1.172S3 16.771 3 13v-2c0-3.771 0-5.657 1.172-6.828m3.862-1.138C8.868 3 9.846 3 11 3h4.879c.456 0 .685 0 .904.024a4 4 0 0 1 2.06.854c.173.138.334.3.657.622c.323.323.484.484.622.656a4 4 0 0 1 .854 2.061c.024.22.024.448.024.904V13c0 1.154 0 2.132-.034 2.966"/><path d="M17 3.5V4c0 1.886 0 2.828-.586 3.414S14.886 8 13 8m4 12.5V17m-4-4h-2c-1.886 0-2.828 0-3.414.586S7 15.114 7 17v3.5M2 2l20 20"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.828 19.828C18.657 21 16.771 21 13 21h-2c-3.771 0-5.657 0-6.828-1.172S3 16.771 3 13v-2c0-3.771 0-5.657 1.172-6.828m3.862-1.138C8.868 3 9.846 3 11 3h4.879c.456 0 .685 0 .904.024a4 4 0 0 1 2.06.854c.173.138.334.3.657.622c.323.323.484.484.622.656a4 4 0 0 1 .854 2.061c.024.22.024.448.024.904V13c0 1.154 0 2.132-.034 2.966"/><path d="M17 3.5V4c0 1.886 0 2.828-.586 3.414S14.886 8 13 8m4 12.5V17m-4-4h-2c-1.886 0-2.828 0-3.414.586S7 15.114 7 17v3.5M2 2l20 20"/></g></svg> </template>
CSS
.icon-save-off {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.828%2019.828C18.657%2021%2016.771%2021%2013%2021h-2c-3.771%200-5.657%200-6.828-1.172S3%2016.771%203%2013v-2c0-3.771%200-5.657%201.172-6.828m3.862-1.138C8.868%203%209.846%203%2011%203h4.879c.456%200%20.685%200%20.904.024a4%204%200%200%201%202.06.854c.173.138.334.3.657.622c.323.323.484.484.622.656a4%204%200%200%201%20.854%202.061c.024.22.024.448.024.904V13c0%201.154%200%202.132-.034%202.966%22%2F%3E%3Cpath%20d%3D%22M17%203.5V4c0%201.886%200%202.828-.586%203.414S14.886%208%2013%208m4%2012.5V17m-4-4h-2c-1.886%200-2.828%200-3.414.586S7%2015.114%207%2017v3.5M2%202l20%2020%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.828%2019.828C18.657%2021%2016.771%2021%2013%2021h-2c-3.771%200-5.657%200-6.828-1.172S3%2016.771%203%2013v-2c0-3.771%200-5.657%201.172-6.828m3.862-1.138C8.868%203%209.846%203%2011%203h4.879c.456%200%20.685%200%20.904.024a4%204%200%200%201%202.06.854c.173.138.334.3.657.622c.323.323.484.484.622.656a4%204%200%200%201%20.854%202.061c.024.22.024.448.024.904V13c0%201.154%200%202.132-.034%202.966%22%2F%3E%3Cpath%20d%3D%22M17%203.5V4c0%201.886%200%202.828-.586%203.414S14.886%208%2013%208m4%2012.5V17m-4-4h-2c-1.886%200-2.828%200-3.414.586S7%2015.114%207%2017v3.5M2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/save-off.svg?color=%231a73e8&size=48