Natwest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Natwest 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/329992.svg" alt="Natwest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329992.svg" alt="Natwest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329992.svg" alt="Natwest icon" :width="24" :height="24" />
CSS background
.icon-natwest {
background-image: url('https://proicons.com/icon/329992.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><polygon class="c" points="23.8924 17.0288 13.6339 17.0288 18.8179 8.0115 29.0764 8.0115 23.8924 17.0288"/><polyline class="c" points="23.2951 26.0461 29.0764 26.0461 23.8924 17.0288 13.6339 17.0288 16.4653 21.9539"/><polyline class="c" points="29.0764 26.0461 34.2605 17.0288 29.0764 8.0115"/></g><g><polygon class="c" points="15.7585 30.9712 5.5 30.9712 10.684 21.9539 20.9426 21.9539 15.7585 30.9712"/><polygon class="c" points="15.7585 30.9712 5.5 30.9712 10.684 39.9885 20.9426 39.9885 15.7585 30.9712"/><line class="c" x1="24" y1="27.2722" x2="20.9426" y2="21.9539"/><line class="c" x1="20.9426" y1="39.9885" x2="24" y2="34.6703"/></g><g><polyline class="c" points="31.429 21.9539 37.316 21.9539 32.1319 30.9712 21.8734 30.9712 24.7049 26.0461"/><polygon class="c" points="32.1319 30.9712 21.8734 30.9712 27.0574 39.9885 37.316 39.9885 32.1319 30.9712"/><polyline class="c" points="37.316 39.9885 42.5 30.9712 37.316 21.9539"/></g></svg>
Copied!