hearing-aid
design • interface • vector
General
react
import React from 'react';
export const HearingAid = (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 6 8.5 a 4.5 4.5 0 0 1 8 0 c 0 2 -1.5 3.5 -2.5 4.5 A 3 3 0 0 0 10 15 M 10 10.5 a 1.5 1.5 0 1 0 -1.5 1.5 M 16 8 a 5 5 0 0 1 0 7 M 19 5 a 9 9 0 0 1 0 13" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
</svg>
);
export default HearingAid;