Unsaved Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Unsaved icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319164.svg" alt="Unsaved icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319164.svg" alt="Unsaved icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319164.svg" alt="Unsaved icon" :width="24" :height="24" />
CSS background
.icon-unsaved {
background-image: url('https://proicons.com/icon/319164.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
</style>
<polygon points="30,19.4 28.6,18 25,21.6 21.4,18 20,19.4 23.6,23 20,26.6 21.4,28 25,24.4 28.6,28 30,26.6 26.4,23 "/>
<path d="M16,26l-4,0v-8l4,0v-2l-4,0c-1.1,0-2,0.9-2,2v8H6V6h4v4c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V6.4l4,4l0,5.6h2l0-6
c0-0.3-0.1-0.5-0.3-0.7l-5-5C22.5,4.1,22.3,4,22,4H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2l10,0V26z M12,6h8v4h-8V6z"/>
<rect id="_x3C_Transparent_Rectangle_x3E__589_" class="st0" width="32" height="32"/>
</svg>
Copied!