Officesuite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Officesuite 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/345102.svg" alt="Officesuite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345102.svg" alt="Officesuite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345102.svg" alt="Officesuite icon" :width="24" :height="24" />
CSS background
.icon-officesuite {
background-image: url('https://proicons.com/icon/345102.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="10.807 14.858 5.5 24.053 10.777 33.195 16.084 24 10.807 14.858"/><polygon class="a" points="16.084 24 10.777 33.195 21.331 33.195 26.639 24 16.084 24"/><polygon class="a" points="10.807 14.858 16.084 24 26.639 24 21.361 14.858 10.807 14.858"/><polygon class="a" points="26.669 5.662 21.361 14.858 26.639 24 31.946 14.805 26.669 5.662"/><polygon class="a" points="31.946 14.805 26.639 24 37.193 24 42.5 14.805 31.946 14.805"/><polygon class="a" points="26.669 5.662 31.946 14.805 42.5 14.805 37.223 5.662 26.669 5.662"/><polygon class="a" points="26.639 24 21.331 33.195 26.608 42.338 31.916 33.142 26.639 24"/><polygon class="a" points="31.916 33.142 26.608 42.338 37.163 42.338 42.47 33.142 31.916 33.142"/><polygon class="a" points="26.639 24 31.916 33.142 42.47 33.142 37.193 24 26.639 24"/></svg>
Copied!