Snooze Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Snooze 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/318885.svg" alt="Snooze icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318885.svg" alt="Snooze icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318885.svg" alt="Snooze icon" :width="24" :height="24" />
CSS background
.icon-snooze {
background-image: url('https://proicons.com/icon/318885.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>snooze</title><polygon points="20 14 20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14"/><rect x="24.4999" y="3.9648" width="1.9993" height="5.0718" transform="translate(2.859 19.913) rotate(-44.9446)"/><path d="M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z"/><rect x="3.9646" y="5.501" width="5.0718" height="1.9993" transform="translate(-2.6927 6.5094) rotate(-45.0554)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!