Toy Elephant Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Toy Elephant 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/306695.svg" alt="Toy Elephant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306695.svg" alt="Toy Elephant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306695.svg" alt="Toy Elephant icon" :width="24" :height="24" />
CSS background
.icon-toy-elephant {
background-image: url('https://proicons.com/icon/306695.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="M989 418c-63-182-275-248-431-230 114 86 139 214 66 312-48 65-166 103-224 51 129 9 209-38 230-137 18-87-28-174-110-205-57-21-111-13-160 23-48 34-66 87-80 147-17-32 9-57-1-86-8 7-13 11-18 16-67 73-88 157-58 253 15 47 10 90-30 121-38 29-66 5-94-23-21-22-48-7-68 7-22 16-6 36 4 53 12 22 33 37 55 48 82 40 170 12 229-73 35-50 77-69 116-53 37 16 59 65 52 120-2 13-11 28 3 37 31 20 65 19 100 7 29-11 19-34 16-55-8-75 46-131 119-122 70 9 104 48 105 120 1 50 15 61 63 48 24-6 40-23 54-41 25-34 38-73 48-114 18-74 38-154 14-224z"/></svg>
Copied!