Bankid No Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bankid No 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/336939.svg" alt="Bankid No icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336939.svg" alt="Bankid No icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336939.svg" alt="Bankid No icon" :width="24" :height="24" />
CSS background
.icon-bankid-no {
background-image: url('https://proicons.com/icon/336939.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.4994,5.5008H9.5006c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/><line class="b" x1="11.5" y1="16.1" x2="16.6" y2="16.1"/><line class="b" x1="11.5" y1="31.9" x2="16.6" y2="31.9"/><line class="b" x1="11.5" y1="26.6" x2="16.6" y2="26.6"/><line class="b" x1="21.4" y1="21.4" x2="26.6" y2="21.4"/><line class="b" x1="21.4" y1="26.6" x2="26.6" y2="26.6"/><line class="b" x1="31.4" y1="16.1" x2="36.5" y2="16.1"/><line class="b" x1="31.4" y1="21.4" x2="36.5" y2="21.4"/><line class="b" x1="31.4" y1="31.9" x2="36.5" y2="31.9"/></svg>
Copied!