M Pajak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The M Pajak 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/343316.svg" alt="M Pajak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343316.svg" alt="M Pajak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343316.svg" alt="M Pajak icon" :width="24" :height="24" />
CSS background
.icon-m-pajak {
background-image: url('https://proicons.com/icon/343316.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13.7222,15.7852c-4.541,0-8.2222,3.6812-8.2222,8.2222v10.476c0,4.4183,3.5817,8,8,8h10.5c-4.5551,0-8.2222-3.6638-8.2222-8.2148V15.7852h-2.0556Z"/><path class="c" d="M42.5,24c0,4.551-3.6671,8.2148-8.2222,8.2148H15.7778v2.0537c0,4.5369,3.6779,8.2148,8.2148,8.2148h10.5074c4.4183,0,8-3.5817,8-8v-10.4834Z"/><path class="c" d="M13.5,5.5166c-4.4183,0-8,3.5817-8,8v10.4834c0-4.551,3.6671-8.2148,8.2222-8.2148h18.5v-2.0537c0-4.5369-3.6779-8.2148-8.2148-8.2148h-10.5074Z"/><path class="c" d="M24,5.5166c4.5551,0,8.2222,3.6638,8.2222,8.2148v18.4834h2.0556c4.541,0,8.2222-3.6812,8.2222-8.2222v-10.476c0-4.4183-3.5817-8-8-8h-10.5Z"/></svg>
Copied!