Girl Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Girl icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305758.svg" alt="Girl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305758.svg" alt="Girl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305758.svg" alt="Girl icon" :width="24" :height="24" />
CSS background
.icon-girl {
background-image: url('https://proicons.com/icon/305758.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M997 979c0-46-1-91-8-137-10-62-38-109-99-133-2-1-4-2-7-3-43-20-90-32-136-46-26-8-53-16-80-24-1 2-1 3-1 4l1 7c3 30 4 60-8 89-32 76-79 141-148 190-8 6-14 6-22 0-69-49-116-114-148-191-6-14-9-30-9-46-1-18 0-35 2-53-2 0-3 0-4 1-53 16-106 31-159 48-39 12-77 28-110 53-13 11-24 23-30 39-10 25-18 51-22 77-2 18-4 35-6 53v83c-1 8 1 10 9 10h985v-21zM363 503c16 9 33 18 53 23-102-94-92-253-60-316 3 2 4 5 6 8 53 78 128 120 222 129 34 3 68-1 100-10 8-2 10 1 9 8l-3 24c-9 60-32 113-78 156 4 1 5 0 8-1 38-15 73-37 102-66 97-95 105-246 20-351C688 41 617 6 532 1c-86-6-162 20-223 80-80 80-103 175-65 282 21 61 64 107 119 140z"/></svg>
Copied!