Microsoft Start Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft 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/343800.svg" alt="Microsoft Start icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343800.svg" alt="Microsoft Start icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343800.svg" alt="Microsoft Start icon" :width="24" :height="24" />
CSS background
.icon-microsoft-start {
background-image: url('https://proicons.com/icon/343800.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="m13.709,26.4369l-8.4932-4.2147c-.4884-.2424-.662-.8526-.3743-1.3157l5.8291-9.3827c.2514-.4047.7692-.552,1.196-.3402l8.4032,4.17c.4854.2409.6604.8457.3786,1.3086l-5.739,9.4274c-.2494.4097-.7707.5605-1.2004.3473Z"/><path class="c" d="m26.0641,32.5682l-8.4932-4.2147c-.4884-.2424-.662-.8526-.3743-1.3157l5.8291-9.3827c.2514-.4047.7692-.552,1.196-.3402l8.4032,4.17c.4854.2409.6604.8457.3786,1.3086l-5.739,9.4274c-.2494.4097-.7707.5605-1.2004.3473Z"/><path class="c" d="m14.9166,12.7001l5.7022-9.1922c.2468-.4054.7668-.5552,1.1986-.3349l8.399,4.1687c.4847.238.661.8461.379,1.3044l-4.9178,8.0817-.6169,1.0047"/><line class="c" x1="22.8132" y1="17.9969" x2="20.5218" y2="16.8688"/><path class="c" d="m32.8779,22.994l3.1375,1.5599c.423.2115.943.0617,1.1986-.3437l.8196-1.3484,4.9178-8.0817c.282-.4671.1058-1.0664-.379-1.3132l-8.399-4.1687c-.4319-.2115-.9518-.0617-1.1986.3437l-5.094,8.1787-.6169,1.0047"/><path class="c" d="m10.413,24.8007l-5.2086,8.3638c-.2908.4671-.1146,1.0752.379,1.322l8.4871,4.2127c.4318.2115.9518.0617,1.1986-.3437l5.2174-8.5576"/><line class="c" x1="17.7368" y1="26.1755" x2="15.5247" y2="25.0739"/><path class="c" d="m27.8808,31.2079l5.1117,2.5382c.4407.2115.6257.7315.4407,1.1722-.0176.0529-.0353.0969-.0617.141l-5.7462,9.4213c-.2468.4142-.7668.564-1.1986.3525l-8.496-4.2215c-.4847-.238-.661-.8461-.3702-1.3132l5.1998-8.3726"/><line class="c" x1="27.8808" y1="17.8206" x2="25.6775" y2="16.7278"/><path class="c" d="m38.0337,22.8618l4.7503,2.3531c.4847.2468.661.8461.379,1.3132l-5.7374,9.4213c-.2468.4142-.7756.564-1.1986.3525l-2.7938-1.3837"/></svg>
Copied!