Amazon Aws Console Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Aws Console 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/336229.svg" alt="Amazon Aws Console icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336229.svg" alt="Amazon Aws Console icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336229.svg" alt="Amazon Aws Console icon" :width="24" :height="24" />
CSS background
.icon-amazon-aws-console {
background-image: url('https://proicons.com/icon/336229.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m32.2807,29.7009c1.112-.451,3.0916-1.0492,3.6872-.3272.6446.7814-.17,2.4769-.92,3.7942"/><path class="c" d="m11.7984,30.2234c1.7586,1.3965,6.9532,3.5343,12.4876,3.5343,3.6309.0859,7.1939-.9931,10.1671-3.0789"/><g><polyline class="c" points="28.527 18.7485 26.5024 25.2515 24.4779 18.7485 22.4534 25.2515 20.4288 18.7485"/><path class="c" d="m30.4135,24.7029c.4481.3763.9318.5487,2.0182.5487h.5505c.8959,0,1.6223-.7279,1.6223-1.6258h0c0-.8979-.7263-1.6258-1.6223-1.6258h-1.1011c-.8959,0-1.6223-.7279-1.6223-1.6258h0c0-.8979.7263-1.6258,1.6223-1.6258h.5505c1.0864,0,1.5702.1724,2.0182.5487"/><g><path class="c" d="m18.3034,22.7975c0,1.3553-1.0987,2.454-2.454,2.454h0c-1.3553,0-2.454-1.0987-2.454-2.454v-1.5951c0-1.3553,1.0987-2.454,2.454-2.454h0c1.3553,0,2.454,1.0987,2.454,2.454"/><line class="c" x1="18.3034" y1="25.2515" x2="18.3034" y2="18.7485"/></g></g></svg>
Copied!