Shortcut Maker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shortcut Maker 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/347266.svg" alt="Shortcut Maker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347266.svg" alt="Shortcut Maker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347266.svg" alt="Shortcut Maker icon" :width="24" :height="24" />
CSS background
.icon-shortcut-maker {
background-image: url('https://proicons.com/icon/347266.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M34.5,23.43,31.5218,20.452"/><path class="a" d="M29.6863,18.6341c0-.0057,0-.0112,0-.0169l-3.4389-3.4378V18.03"/><path class="a" d="M26.2474,20.2138a10.4931,10.4931,0,0,0-6.8389,2.4967m-1.97,1.9519A21.1712,21.1712,0,0,0,13.5,32.8206c-.0388-.0183,2.6026-5.7459,10.4929-6.1917"/><path class="a" d="M34.5,23.43l-2.9786,2.9777"/><path class="a" d="M29.6863,28.2253c0,.0057,0,.0112,0,.0169L26.2474,31.68V26.6221"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!