Myoffice Documents Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myoffice Documents 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/329889.svg" alt="Myoffice Documents icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329889.svg" alt="Myoffice Documents icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329889.svg" alt="Myoffice Documents icon" :width="24" :height="24" />
CSS background
.icon-myoffice-documents {
background-image: url('https://proicons.com/icon/329889.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M17.5062,26.3045h12.9858M17.5062,21.8518h12.9858M17.5062,17.4104h12.9858M42.4234,27.722c.0756-1.3041.0794-2.5628.0756-3.7232-.0189-2.1432-.0151-4.6568-.4119-7.1516-.3553-2.2566-1.0393-4.4943-2.3545-6.4258-.3017-.4187-.6299-.8177-.9826-1.1945-.3716-.3436-.7628-.6655-1.1716-.9639-4.1573-2.6459-9.4975-2.7934-13.5792-2.7593-2.1429.0113-4.6599.0076-7.1543.4045-2.2525.3591-4.4899,1.0395-6.4211,2.3549-.4157.3024-.805.6199-1.1716.9639-.3515.3742-.6803.7711-.9864,1.1945-1.3152,1.9315-1.9955,4.1692-2.3545,6.4258-.3968,2.4947-.3931,5.0084-.4082,7.1516-.0302,4.0823.1209,9.4195,2.7589,13.5774.3099.4271.6425.8316.9977,1.202.3666.3402.7559.6615,1.164.9563,1.9312,1.3154,4.1686,1.9996,6.4249,2.3549,2.4944.3969,5.0076.3931,7.1505.4082,1.1603.0076,2.4188,0,3.7227-.0718M42.4234,27.722c-3.2918.189-6.8746.7976-9.8528,2.6913-.4071.2948-.7958.6142-1.164.9563-.3515.378-.6841.7787-.994,1.202-1.8897,2.9786-2.5057,6.5619-2.6909,9.8542l14.7017-14.7038Z"/></svg>
Copied!