Skip to main content

gift

designinterfacevector

General
react
import React from 'react';

export const Gift = (props) => (
  <svg {...props} xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
    <path d="M 20 12 v 8 a 2 2 0 0 1 -2 2 H 6 a 2 2 0 0 1 -2 -2 v -8 M 4 6 h 16 a 2 2 0 0 1 2 2 v 4 H 2 V 8 a 2 2 0 0 1 2 -2 Z M 12 6 V 22 M 12 6 C 9 6 7.5 3 9 2 s 3 4 3 4 Z M 12 6 C 15 6 16.5 3 15 2 s -3 4 -3 4 Z" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
  </svg>
);

export default Gift;