Prom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Prom 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/331645.svg" alt="Prom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331645.svg" alt="Prom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331645.svg" alt="Prom icon" :width="24" :height="24" />
CSS background
.icon-prom {
background-image: url('https://proicons.com/icon/331645.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><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><rect class="c" x="13.8297" y="13.8298" width="20.3405" height="20.3405"/><polyline class="c" points="5.5 17.9947 9.6649 17.9947 9.6649 13.8298 13.8297 13.8298 13.8297 9.6649 17.9947 9.6649 17.9947 5.5"/><polyline class="c" points="30.0053 5.5 30.0053 9.6649 34.1702 9.6649 34.1702 13.8297 38.3351 13.8297 38.3351 17.9947 42.5 17.9947"/><polyline class="c" points="42.5 30.0053 38.3351 30.0053 38.3351 34.1702 34.1703 34.1702 34.1703 38.3351 30.0053 38.3351 30.0053 42.5"/><polyline class="c" points="17.9947 42.5 17.9947 38.3351 13.8298 38.3351 13.8298 34.1703 9.6649 34.1703 9.6649 30.0053 5.5 30.0053"/></svg>
Copied!