Awake Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Awake 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/316775.svg" alt="Awake icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316775.svg" alt="Awake icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316775.svg" alt="Awake icon" :width="24" :height="24" />
CSS background
.icon-awake {
background-image: url('https://proicons.com/icon/316775.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 23.0.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="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
</style>
<title>light</title>
<rect x="7.5" y="1" width="1" height="2.5"/>
<rect x="10.8" y="3.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 0.763 9.6862)" width="2.5" height="1"/>
<rect x="12.5" y="7.5" width="2.5" height="1"/>
<rect x="11.6" y="10.8" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.0012 12.0762)" width="1" height="2.5"/>
<rect x="7.5" y="12.5" width="1" height="2.5"/>
<rect x="2.7" y="11.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -7.3897 6.3156)" width="2.5" height="1"/>
<rect x="1" y="7.5" width="2.5" height="1"/>
<rect x="3.4" y="2.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.6256 3.9256)" width="1" height="2.5"/>
<path d="M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"/>
<rect id="_Transparent_Rectangle_" class="st0" width="16" height="16"/>
</svg>
Copied!