Nationwide Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nationwide 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/329984.svg" alt="Nationwide icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329984.svg" alt="Nationwide icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329984.svg" alt="Nationwide icon" :width="24" :height="24" />
CSS background
.icon-nationwide {
background-image: url('https://proicons.com/icon/329984.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m24.651,41.7429h17.849v-11.6797l-8.9471-10.6237-8.9064,10.6237v11.6797h.0068-.0023Z"/><path id="c" class="d" d="m33.5575,19.4373c-.4445-7.3359-6.5845-13.1803-13.9881-13.1803-7.7669,0-14.0693,6.246-14.0693,14.031,0,3.73,1.4622,7.1802,3.9444,9.6962l9.272-10.5469h14.8433-.0023Z"/></svg>
Copied!