save model icon

save-model from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
save-model
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the save model icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26 20l1.427 1.903L23 26.963l-4.427-5.06L20 20zm1-2h-8l-3 4l7 8l7-8z"/><path fill="currentColor" d="M16 26h-4v-8h2v-2h-2a2 2 0 0 0-2 2v8H6V6h4v4a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6.41l4 4V16h2v-6a1 1 0 0 0-.29-.71l-5-5A1 1 0 0 0 22 4H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h10ZM12 6h8v4h-8Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSaveModel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26 20l1.427 1.903L23 26.963l-4.427-5.06L20 20zm1-2h-8l-3 4l7 8l7-8z"/><path fill="currentColor" d="M16 26h-4v-8h2v-2h-2a2 2 0 0 0-2 2v8H6V6h4v4a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6.41l4 4V16h2v-6a1 1 0 0 0-.29-.71l-5-5A1 1 0 0 0 22 4H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h10ZM12 6h8v4h-8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26 20l1.427 1.903L23 26.963l-4.427-5.06L20 20zm1-2h-8l-3 4l7 8l7-8z"/><path fill="currentColor" d="M16 26h-4v-8h2v-2h-2a2 2 0 0 0-2 2v8H6V6h4v4a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6.41l4 4V16h2v-6a1 1 0 0 0-.29-.71l-5-5A1 1 0 0 0 22 4H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h10ZM12 6h8v4h-8Z"/></svg>
</template>

CSS

.icon-save-model {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26%2020l1.427%201.903L23%2026.963l-4.427-5.06L20%2020zm1-2h-8l-3%204l7%208l7-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2026h-4v-8h2v-2h-2a2%202%200%200%200-2%202v8H6V6h4v4a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V6.41l4%204V16h2v-6a1%201%200%200%200-.29-.71l-5-5A1%201%200%200%200%2022%204H6a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h10ZM12%206h8v4h-8Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26%2020l1.427%201.903L23%2026.963l-4.427-5.06L20%2020zm1-2h-8l-3%204l7%208l7-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2026h-4v-8h2v-2h-2a2%202%200%200%200-2%202v8H6V6h4v4a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V6.41l4%204V16h2v-6a1%201%200%200%200-.29-.71l-5-5A1%201%200%200%200%2022%204H6a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h10ZM12%206h8v4h-8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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