Pontiac Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pontiac 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/346048.svg" alt="Pontiac icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346048.svg" alt="Pontiac icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346048.svg" alt="Pontiac icon" :width="24" :height="24" />
CSS background
.icon-pontiac {
background-image: url('https://proicons.com/icon/346048.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,.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-width:1px;}</style></defs><path class="c" d="m23.9951,9.1079l-10.411-4.6079s10.4208,38.7874,10.3691,39L34.4159,4.5449l-10.4208,4.5631Z"/><path class="d" d="m23.9821,19.6847l-1.1857-3.3001-4.0783-1.0863,3.9864-.9816,1.3123-3.3762,1.1857,3.3001,4.0783,1.0863-3.9864.9816-1.3123,3.3762Z"/></svg>
Copied!