save from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
save
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the save emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M58.231 54.809H14.125c-.892 0-1.622-.73-1.622-1.623V43.181c0-.893.73-1.623 1.622-1.623h44.106c.893 0 1.623.73 1.623 1.623v10.005c0 .893-.73 1.623-1.623 1.623"/><circle cx="19.017" cy="48.289" r="1.934" fill="#92d3f5"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M36.085 17.147v18.87m6.155-6.122l-6.14 6.14m-6.19-6.14l6.14 6.14m20.846 18.943h-41.82c-1.65 0-3-1.35-3-3v-7.576c0-1.65 1.35-3 3-3h41.82c1.65 0 3 1.35 3 3v7.576c0 1.65-1.35 3-3 3"/><circle cx="19.017" cy="48.289" r="2"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSave(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M58.231 54.809H14.125c-.892 0-1.622-.73-1.622-1.623V43.181c0-.893.73-1.623 1.622-1.623h44.106c.893 0 1.623.73 1.623 1.623v10.005c0 .893-.73 1.623-1.623 1.623"/><circle cx="19.017" cy="48.289" r="1.934" fill="#92d3f5"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M36.085 17.147v18.87m6.155-6.122l-6.14 6.14m-6.19-6.14l6.14 6.14m20.846 18.943h-41.82c-1.65 0-3-1.35-3-3v-7.576c0-1.65 1.35-3 3-3h41.82c1.65 0 3 1.35 3 3v7.576c0 1.65-1.35 3-3 3"/><circle cx="19.017" cy="48.289" r="2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M58.231 54.809H14.125c-.892 0-1.622-.73-1.622-1.623V43.181c0-.893.73-1.623 1.622-1.623h44.106c.893 0 1.623.73 1.623 1.623v10.005c0 .893-.73 1.623-1.623 1.623"/><circle cx="19.017" cy="48.289" r="1.934" fill="#92d3f5"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M36.085 17.147v18.87m6.155-6.122l-6.14 6.14m-6.19-6.14l6.14 6.14m20.846 18.943h-41.82c-1.65 0-3-1.35-3-3v-7.576c0-1.65 1.35-3 3-3h41.82c1.65 0 3 1.35 3 3v7.576c0 1.65-1.35 3-3 3"/><circle cx="19.017" cy="48.289" r="2"/></g></svg>
</template>

CSS

.icon-save {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M58.231%2054.809H14.125c-.892%200-1.622-.73-1.622-1.623V43.181c0-.893.73-1.623%201.622-1.623h44.106c.893%200%201.623.73%201.623%201.623v10.005c0%20.893-.73%201.623-1.623%201.623%22%2F%3E%3Ccircle%20cx%3D%2219.017%22%20cy%3D%2248.289%22%20r%3D%221.934%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M36.085%2017.147v18.87m6.155-6.122l-6.14%206.14m-6.19-6.14l6.14%206.14m20.846%2018.943h-41.82c-1.65%200-3-1.35-3-3v-7.576c0-1.65%201.35-3%203-3h41.82c1.65%200%203%201.35%203%203v7.576c0%201.65-1.35%203-3%203%22%2F%3E%3Ccircle%20cx%3D%2219.017%22%20cy%3D%2248.289%22%20r%3D%222%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M58.231%2054.809H14.125c-.892%200-1.622-.73-1.622-1.623V43.181c0-.893.73-1.623%201.622-1.623h44.106c.893%200%201.623.73%201.623%201.623v10.005c0%20.893-.73%201.623-1.623%201.623%22%2F%3E%3Ccircle%20cx%3D%2219.017%22%20cy%3D%2248.289%22%20r%3D%221.934%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M36.085%2017.147v18.87m6.155-6.122l-6.14%206.14m-6.19-6.14l6.14%206.14m20.846%2018.943h-41.82c-1.65%200-3-1.35-3-3v-7.576c0-1.65%201.35-3%203-3h41.82c1.65%200%203%201.35%203%203v7.576c0%201.65-1.35%203-3%203%22%2F%3E%3Ccircle%20cx%3D%2219.017%22%20cy%3D%2248.289%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/save.svg?color=%231a73e8&size=48