hand-raised
design • interface • vector
General
react
import React from 'react';
export const HandRaised = (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 18 11 V 6 a 1.5 1.5 0 0 0 -3 0 v 4 M 15 5 V 3.5 a 1.5 1.5 0 0 0 -3 0 V 10 M 12 4.5 V 3 a 1.5 1.5 0 0 0 -3 0 V 11.5 M 9 8.5 V 7.5 a 1.5 1.5 0 0 0 -3 0 V 14 a 7 7 0 0 0 14 0 v -3 a 1.5 1.5 0 0 0 -2 -1.4" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
</svg>
);
export default HandRaised;