Pop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pop 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/331493.svg" alt="Pop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331493.svg" alt="Pop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331493.svg" alt="Pop icon" :width="24" :height="24" />
CSS background
.icon-pop {
background-image: url('https://proicons.com/icon/331493.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="k" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><g id="d"><path id="e" class="k" d="M12.5287,23.9678c0,1.6287,1.3203,2.9491,2.949,2.9491h0c1.6287,0,2.9491-1.3203,2.9491-2.9491v-1.9169c0-1.6287-1.3203-2.9491-2.9491-2.9491h0c-1.6287,0-2.949,1.3203-2.949,2.9491"/><line id="f" class="k" x1="12.5287" y1="19.1019" x2="12.5287" y2="30.8981"/></g><path id="g" class="k" d="M21.0652,22.051c0-1.6287,1.3203-2.9491,2.9491-2.9491s2.9491,1.3203,2.9491,2.9491v1.9169c0,1.6287-1.3203,2.9491-2.9491,2.9491s-2.9491-1.3203-2.9491-2.9491v-1.9169Z"/><g id="h"><path id="i" class="k" d="M29.5731,23.9678c0,1.6287,1.3203,2.9491,2.949,2.9491h0c1.6287,0,2.9491-1.3203,2.9491-2.9491v-1.9169c0-1.6287-1.3203-2.9491-2.9491-2.9491h0c-1.6287,0-2.949,1.3203-2.949,2.9491"/><line id="j" class="k" x1="29.5731" y1="19.1019" x2="29.5731" y2="30.8981"/></g></svg>
Copied!