koala bear icon
koala-bear from IconPark Outline by ByteDance · Outline · Animals · Apache-2.0 Free for personal and commercial use.
- Name
- koala-bear
- Set
- IconPark Outline
- Style
- Outline
- Category
- Animals
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More animals icons from IconPark Outline
Use the koala bear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><circle cx="24" cy="26" r="15" stroke="currentColor" stroke-width="4"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M21 31.563C21 29.664 24 24 24 24s3 5.664 3 7.563C27 33.46 25.657 35 24 35s-3-1.539-3-3.437Z"/><circle cx="17.039" cy="23.493" r="2" fill="currentColor"/><circle cx="31.039" cy="23.493" r="2" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M17 11.927C15.621 9.524 8.495 6.093 5.35 9.306C4.014 10.418 2.986 15.45 5.727 23L10 19.98m21-8.053c1.379-2.403 8.505-5.834 11.65-2.621c1.336 1.112 2.364 6.144-.377 13.694L38 19.98"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineKoalaBear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><circle cx="24" cy="26" r="15" stroke="currentColor" strokeWidth="4"/><path stroke="currentColor" strokeLinejoin="round" strokeWidth="4" d="M21 31.563C21 29.664 24 24 24 24s3 5.664 3 7.563C27 33.46 25.657 35 24 35s-3-1.539-3-3.437Z"/><circle cx="17.039" cy="23.493" r="2" fill="currentColor"/><circle cx="31.039" cy="23.493" r="2" fill="currentColor"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M17 11.927C15.621 9.524 8.495 6.093 5.35 9.306C4.014 10.418 2.986 15.45 5.727 23L10 19.98m21-8.053c1.379-2.403 8.505-5.834 11.65-2.621c1.336 1.112 2.364 6.144-.377 13.694L38 19.98"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><circle cx="24" cy="26" r="15" stroke="currentColor" stroke-width="4"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M21 31.563C21 29.664 24 24 24 24s3 5.664 3 7.563C27 33.46 25.657 35 24 35s-3-1.539-3-3.437Z"/><circle cx="17.039" cy="23.493" r="2" fill="currentColor"/><circle cx="31.039" cy="23.493" r="2" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M17 11.927C15.621 9.524 8.495 6.093 5.35 9.306C4.014 10.418 2.986 15.45 5.727 23L10 19.98m21-8.053c1.379-2.403 8.505-5.834 11.65-2.621c1.336 1.112 2.364 6.144-.377 13.694L38 19.98"/></g></svg> </template>
CSS
.icon-koala-bear {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2226%22%20r%3D%2215%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2031.563C21%2029.664%2024%2024%2024%2024s3%205.664%203%207.563C27%2033.46%2025.657%2035%2024%2035s-3-1.539-3-3.437Z%22%2F%3E%3Ccircle%20cx%3D%2217.039%22%20cy%3D%2223.493%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2231.039%22%20cy%3D%2223.493%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M17%2011.927C15.621%209.524%208.495%206.093%205.35%209.306C4.014%2010.418%202.986%2015.45%205.727%2023L10%2019.98m21-8.053c1.379-2.403%208.505-5.834%2011.65-2.621c1.336%201.112%202.364%206.144-.377%2013.694L38%2019.98%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2226%22%20r%3D%2215%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2031.563C21%2029.664%2024%2024%2024%2024s3%205.664%203%207.563C27%2033.46%2025.657%2035%2024%2035s-3-1.539-3-3.437Z%22%2F%3E%3Ccircle%20cx%3D%2217.039%22%20cy%3D%2223.493%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2231.039%22%20cy%3D%2223.493%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M17%2011.927C15.621%209.524%208.495%206.093%205.35%209.306C4.014%2010.418%202.986%2015.45%205.727%2023L10%2019.98m21-8.053c1.379-2.403%208.505-5.834%2011.65-2.621c1.336%201.112%202.364%206.144-.377%2013.694L38%2019.98%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/koala-bear.svg?color=%231a73e8&size=48