Skip to main content

gender-transgender

designinterfacevector

General
react
import React from 'react';

export const GenderTransgender = (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">
    <circle cx="12" cy="12" r="4" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
    <path d="M 12 16 v 6 M 9 19 h 6 M 15 9 l 5 -5 M 15 4 h 5 v 5 M 9 9 L 4 4 M 4 4 h 5 M 4 4 v 5 M 5.5 7.5 l 3 -3" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
  </svg>
);

export default GenderTransgender;