Start Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Start 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/347859.svg" alt="Start icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347859.svg" alt="Start icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347859.svg" alt="Start icon" :width="24" :height="24" />
CSS background
.icon-start {
background-image: url('https://proicons.com/icon/347859.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><path class="c" d="M4.5085,14.9524c-1.3007,2.7544-2.0085,5.8149-2.0085,9.0476,0,6.274,2.6779,11.9168,6.9626,15.8381"/><path class="c" d="M36.0698,6.1917c5.681,3.8639,9.4302,10.4057,9.4302,17.8083,0,2.0658-.2869,4.0552-.8416,5.9488"/><path class="c" d="M31.3069,3.7816c-2.2954-.8416-4.7438-1.2816-7.3069-1.2816-5.222,0-10.004,1.8554-13.734,4.9733-1.2242.9947-2.3336,2.1423-3.3092,3.4048l.0061-.001,35.896,23.4608.0014-.0088c-.7651,1.3964-1.7024,2.6971-2.7544,3.883-3.9213,4.476-9.6788,7.2878-16.1059,7.2878-3.6917,0-7.1539-.9373-10.1953-2.5632"/></svg>
Copied!