Microsoft Bing Wallpapers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Bing Wallpapers 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/343769.svg" alt="Microsoft Bing Wallpapers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343769.svg" alt="Microsoft Bing Wallpapers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343769.svg" alt="Microsoft Bing Wallpapers icon" :width="24" :height="24" />
CSS background
.icon-microsoft-bing-wallpapers {
background-image: url('https://proicons.com/icon/343769.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="12.185" y="4.5" width="23.63" height="39" rx="1.8" ry="1.8"/><line class="b" x1="22.69" y1="6.99" x2="28.35" y2="6.99"/><circle class="c" cx="20.36" cy="6.99" r=".75"/><path class="b" d="M14.8849,25.3326v5.6677M14.8849,25.3326l5.785-8.332,9.6179,12.0691M30.2878,29.0697l-4.4482-8.4688,1.407-2.1311,5.8687,8.1982v4.2988l-18.2303.0338"/></svg>
Copied!