Microsoft Designer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Designer 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/329215.svg" alt="Microsoft Designer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329215.svg" alt="Microsoft Designer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329215.svg" alt="Microsoft Designer icon" :width="24" :height="24" />
CSS background
.icon-microsoft-designer {
background-image: url('https://proicons.com/icon/329215.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.6245,23.9924c-10.0153-.0113-14.5695-7.2942-14.6942-15.8922-.0265-1.6705,1.1414-2.6002,2.6002-2.6002h11.6782c9.1121,0,17.5438,7.5134,17.8613,18.5-.3175,10.9904-8.7492,18.5-17.8651,18.5h-11.6745c-1.4588,0-2.6267-.9297-2.6002-2.6002.1247-8.5943,4.6789-15.8809,14.6942-15.8922l4.7015-.0076c4.807-.0146,8.7157,3.8704,8.7303,8.6774,0,.0151,0,.0303,0,.0454v2.8194"/></svg>
Copied!