Polaris Office Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Polaris Office 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/331473.svg" alt="Polaris Office icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331473.svg" alt="Polaris Office icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331473.svg" alt="Polaris Office icon" :width="24" :height="24" />
CSS background
.icon-polaris-office {
background-image: url('https://proicons.com/icon/331473.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="24.136 7.89 43.5 18.739 35.472 40.11 14.914 40.11 24.136 7.89"/><polyline class="a" points="14.914 40.11 4.5 18.955 11.106 20.791"/><polyline class="a" points="14.914 40.11 9.707 13.694 15.945 16.02"/><polyline class="a" points="22.703 12.897 16.216 9.68 14.914 40.11"/><line class="a" x1="25.7629" y1="14.7246" x2="40.0828" y2="21.3964"/><line class="a" x1="24.5695" y1="18.7837" x2="38.9075" y2="24.5243"/><line class="a" x1="23.3762" y1="22.8428" x2="37.7323" y2="27.6523"/><line class="a" x1="22.1829" y1="26.9019" x2="36.557" y2="30.7803"/></svg>
Copied!