Microsoft Advertising Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Advertising 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/343762.svg" alt="Microsoft Advertising icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343762.svg" alt="Microsoft Advertising icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343762.svg" alt="Microsoft Advertising icon" :width="24" :height="24" />
CSS background
.icon-microsoft-advertising {
background-image: url('https://proicons.com/icon/343762.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;}</style></defs><ellipse class="b" cx="39.4998" cy="23.9998" rx="4" ry="15.5"/><path class="b" d="M23.9988,33.8128l15.324,5.6874"/><path class="b" d="M39.3229,8.4998l-25.715,9.5h-7.2151c-.6878,0-1.2876.4676-1.4551,1.1348-.0247.0986-.0899.2952-.1445.6231-.1818,1.0909-.293,2.5819-.293,4.2422s.1111,3.1513.293,4.2422c.0546.3279.1198.5244.1445.6231.1675.6671.7673,1.1348,1.4551,1.1348h.6074"/><rect class="b" x="6.9998" y="22.4998" width="17" height="17" rx="1.5" ry="1.5"/><line class="b" x1="17.6748" y1="32.6408" x2="13.3248" y2="32.6408"/><path class="b" d="M12.2468,35.8608l3.2528-9.7224,3.2528,9.7224"/></svg>
Copied!