Office Nx Presentations Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Office Nx Presentations 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/345099.svg" alt="Office Nx Presentations icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345099.svg" alt="Office Nx Presentations icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345099.svg" alt="Office Nx Presentations icon" :width="24" :height="24" />
CSS background
.icon-office-nx-presentations {
background-image: url('https://proicons.com/icon/345099.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"><rect x="12.75" y="12.75" width="22.5" height="22.5" rx="4" ry="4" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M12.75,24.371l-1.3597,5.4387c-.2851,1.1403-1.3097,1.9403-2.4851,1.9403h-4.4057c1.1754,0,2.2-.8,2.4851-1.9403l2.9049-11.619c.2851-1.1403,1.3097-1.9403,2.4851-1.9403h.4057" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M4.5,30l3.4375-13.75h-3.4375" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M6.2188,23.125l1.2187,4.875" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M35.25,23.629l1.3597-5.4387c.2851-1.1403,1.3097-1.9403,2.4851-1.9403h4.4057c-1.1754,0-2.2.8-2.4851,1.9403l-2.9049,11.619c-.2851,1.1403-1.3097,1.9403-2.4851,1.9403h-.4057" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M43.5,18l-3.4375,13.75h3.4375" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M41.781,24.875l-1.2188-4.875" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M20.768,28.002c.6364.8183,1.4343,1.123,2.5444,1.123h1.5364c1.4297,0,2.5888-1.1448,2.5888-2.557v-.011c0-1.4122-1.159-2.557-2.5888-2.557h-1.6948c-1.4313,0-2.5915-1.1461-2.5915-2.5597,0-1.4168,1.1628-2.5653,2.5972-2.5653h1.5279c1.1101,0,1.908.3048,2.5444,1.123" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!