Power Shortcuts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Power Shortcuts 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/346097.svg" alt="Power Shortcuts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346097.svg" alt="Power Shortcuts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346097.svg" alt="Power Shortcuts icon" :width="24" :height="24" />
CSS background
.icon-power-shortcuts {
background-image: url('https://proicons.com/icon/346097.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="e" points="43.5 23.9999648 27.62937797 8.12941316 27.62937797 18.62601422 7.14159174 18.62601422 4.5 29.37398578 27.62937797 29.37398578 27.62937797 39.87058684 43.5 23.9999648"/><line class="e" x1="12.3250181" y1="18.62601422" x2="9.68342636" y2="29.37398578"/><line class="e" x1="17.50844446" y1="18.62601422" x2="14.86685272" y2="29.37398578"/></svg>
Copied!