save icon
save-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- save-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
2 other variants in Ant Design Icons
The same icon in other sets
saveAkar IconssaveBootstrap IconssaveBoxIcons v2saveBoxIcons v2 SolidsaveCarbonsaveCodiconssave-fillEva IconssaveFont Awesome RegularsaveFont Awesome SolidsaveFeather Iconssave-16-filledFluent UI System IconssaveHuge IconssaveHumbleiconssaveIconParksaveIconPark OutlinesaveIconPark SolidsaveIconPark TwoTonesaveIonIconssaveJam IconssaveLine AwesomesaveLucidesaveMajesticonssaveMaterial SymbolssaveMaterial Symbols Light
Use the save icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M704 320c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V184H184v656h656V341.8l-136-136zM512 730c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144"/><path fill="currentColor" d="M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144m0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80s80 35.8 80 80s-35.8 80-80 80"/><path fill="currentColor" d="M893.3 293.3L730.7 130.7c-.7-.7-1.4-1.3-2.1-2c-.1-.1-.3-.2-.4-.3c-.7-.7-1.5-1.3-2.2-1.9a64 64 0 0 0-22-11.7V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2M384 184h256v104H384zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignSaveTwotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillOpacity=".15" d="M704 320c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V184H184v656h656V341.8l-136-136zM512 730c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144"/><path fill="currentColor" d="M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144m0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80s80 35.8 80 80s-35.8 80-80 80"/><path fill="currentColor" d="M893.3 293.3L730.7 130.7c-.7-.7-1.4-1.3-2.1-2c-.1-.1-.3-.2-.4-.3c-.7-.7-1.5-1.3-2.2-1.9a64 64 0 0 0-22-11.7V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2M384 184h256v104H384zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M704 320c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V184H184v656h656V341.8l-136-136zM512 730c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144"/><path fill="currentColor" d="M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144m0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80s80 35.8 80 80s-35.8 80-80 80"/><path fill="currentColor" d="M893.3 293.3L730.7 130.7c-.7-.7-1.4-1.3-2.1-2c-.1-.1-.3-.2-.4-.3c-.7-.7-1.5-1.3-2.2-1.9a64 64 0 0 0-22-11.7V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2M384 184h256v104H384zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136z"/></svg> </template>
CSS
.icon-save-twotone {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M704%20320c0%2017.7-14.3%2032-32%2032H352c-17.7%200-32-14.3-32-32V184H184v656h656V341.8l-136-136zM512%20730c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20442c-79.5%200-144%2064.5-144%20144s64.5%20144%20144%20144s144-64.5%20144-144s-64.5-144-144-144m0%20224c-44.2%200-80-35.8-80-80s35.8-80%2080-80s80%2035.8%2080%2080s-35.8%2080-80%2080%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M893.3%20293.3L730.7%20130.7c-.7-.7-1.4-1.3-2.1-2c-.1-.1-.3-.2-.4-.3c-.7-.7-1.5-1.3-2.2-1.9a64%2064%200%200%200-22-11.7V112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V338.5c0-17-6.7-33.2-18.7-45.2M384%20184h256v104H384zm456%20656H184V184h136v136c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V205.8l136%20136z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M704%20320c0%2017.7-14.3%2032-32%2032H352c-17.7%200-32-14.3-32-32V184H184v656h656V341.8l-136-136zM512%20730c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20442c-79.5%200-144%2064.5-144%20144s64.5%20144%20144%20144s144-64.5%20144-144s-64.5-144-144-144m0%20224c-44.2%200-80-35.8-80-80s35.8-80%2080-80s80%2035.8%2080%2080s-35.8%2080-80%2080%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M893.3%20293.3L730.7%20130.7c-.7-.7-1.4-1.3-2.1-2c-.1-.1-.3-.2-.4-.3c-.7-.7-1.5-1.3-2.2-1.9a64%2064%200%200%200-22-11.7V112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V338.5c0-17-6.7-33.2-18.7-45.2M384%20184h256v104H384zm456%20656H184V184h136v136c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V205.8l136%20136z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/save-twotone.svg?color=%231a73e8&size=48