Kpn Prepaid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kpn Prepaid 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/328050.svg" alt="Kpn Prepaid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328050.svg" alt="Kpn Prepaid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328050.svg" alt="Kpn Prepaid icon" :width="24" :height="24" />
CSS background
.icon-kpn-prepaid {
background-image: url('https://proicons.com/icon/328050.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" id="b" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m28.1716,5.6716l8.6569,8.6569c.7501.7501,1.1716,1.7676,1.1716,2.8284v24.3431c0,1.1046-.8954,2-2,2H12c-1.1046,0-2-.8954-2-2V6.5c0-1.1046.8954-2,2-2h13.3431c1.0609,0,2.0783.4214,2.8284,1.1716Z"/><line class="d" x1="19.0505" y1="25.3628" x2="23.1755" y2="25.3628" id="c"/><line class="d" x1="19.0505" y1="22.6633" x2="23.1755" y2="22.6633" id="c"/><path class="d" d="m26.9375,28.1856c-.6767.8037-1.6903,1.3144-2.8232,1.3144h0c-2.0373,0-3.6888-1.6515-3.6888-3.6888v-3.6224c0-2.0373,1.6515-3.6888,3.6888-3.6888h0c1.1396,0,2.1585.5168,2.8352,1.3288" id="c"/></svg>
Copied!