Shaadi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shaadi 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/347184.svg" alt="Shaadi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347184.svg" alt="Shaadi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347184.svg" alt="Shaadi icon" :width="24" :height="24" />
CSS background
.icon-shaadi {
background-image: url('https://proicons.com/icon/347184.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.3273,39.0779a9.0361,9.0361,0,0,0,6.3557,4.3633c2.3278.1323,5.4435,0,7.258,0,3.6322,0,8.0494-4.3633,8.0494-9.6963a8.731,8.731,0,0,0-7.29-8.762s-4.7028-.9618-8.8773-1.7944c-3.818-.7615-5.8136-3.5032-5.8136-8.8362,0-9.115,4.6311-9.4123,6.3556-9.6963a11.88,11.88,0,0,1,3.8135,0,7.7556,7.7556,0,0,1,6.0062,4.5381"/></svg>
Copied!