wedding from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
wedding
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the wedding icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><circle cx="8.5" cy="16.5" r="5.5" stroke-linecap="round"/><circle cx="15.5" cy="16.5" r="5.5" stroke-linecap="round"/><path d="M12 9s4-1.853 4-4.861C16 2.958 15.158 2 14 2c-.947 0-1.579.412-2 1.235C11.579 2.412 10.947 2 10 2c-1.158 0-2 .958-2 2.139C8 7.147 12 9 12 9Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWedding(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><circle cx="8.5" cy="16.5" r="5.5" strokeLinecap="round"/><circle cx="15.5" cy="16.5" r="5.5" strokeLinecap="round"/><path d="M12 9s4-1.853 4-4.861C16 2.958 15.158 2 14 2c-.947 0-1.579.412-2 1.235C11.579 2.412 10.947 2 10 2c-1.158 0-2 .958-2 2.139C8 7.147 12 9 12 9Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><circle cx="8.5" cy="16.5" r="5.5" stroke-linecap="round"/><circle cx="15.5" cy="16.5" r="5.5" stroke-linecap="round"/><path d="M12 9s4-1.853 4-4.861C16 2.958 15.158 2 14 2c-.947 0-1.579.412-2 1.235C11.579 2.412 10.947 2 10 2c-1.158 0-2 .958-2 2.139C8 7.147 12 9 12 9Z"/></g></svg>
</template>

CSS

.icon-wedding {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2216.5%22%20r%3D%225.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2216.5%22%20r%3D%225.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12%209s4-1.853%204-4.861C16%202.958%2015.158%202%2014%202c-.947%200-1.579.412-2%201.235C11.579%202.412%2010.947%202%2010%202c-1.158%200-2%20.958-2%202.139C8%207.147%2012%209%2012%209Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2216.5%22%20r%3D%225.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2216.5%22%20r%3D%225.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12%209s4-1.853%204-4.861C16%202.958%2015.158%202%2014%202c-.947%200-1.579.412-2%201.235C11.579%202.412%2010.947%202%2010%202c-1.158%200-2%20.958-2%202.139C8%207.147%2012%209%2012%209Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/wedding.svg?color=%231a73e8&size=48