Pandora Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pandora 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/306178.svg" alt="Pandora icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306178.svg" alt="Pandora icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306178.svg" alt="Pandora icon" :width="24" :height="24" />
CSS background
.icon-pandora {
background-image: url('https://proicons.com/icon/306178.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M760 132c-54-46-130-70-225-70H160v31c120 0 135 20 135 169v474c0 149-16 171-135 171v30h384v-30c-120 0-135-22-135-171V554h126c95 0 171-23 225-69s81-105 81-176c0-72-27-130-81-177zM534 501H409V116h125c118 0 180 81 180 193s-62 192-180 192z"/></svg>
Copied!