gumtree logo
gumtree from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gumtree
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the gumtree logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.846 6.582a.7.7 0 0 1-.333-.599C18.181 2.66 15.39 0 12 0C8.609 0 5.75 2.593 5.485 5.983a.8.8 0 0 1-.332.599C3.49 7.778 2.36 9.707 2.36 11.9c0 2.991 2.061 5.584 4.853 6.316c.465.133.998.2 1.13.066c.333-.2.798-1.862.599-2.194c-.134-.2-.533-.399-1.064-.532c-1.662-.465-2.86-1.928-2.86-3.723c0-.997.4-1.861.998-2.592a2.9 2.9 0 0 1 .998-.798c.73-.4 1.13-1.13 1.13-1.928q0-.6.2-1.196c.531-1.53 1.927-2.66 3.656-2.66c1.728 0 3.125 1.13 3.656 2.66q.199.599.2 1.196c0 .798.397 1.529 1.13 1.928c.398.2.664.465.997.798a3.92 3.92 0 0 1 .997 2.592a3.86 3.86 0 0 1-3.855 3.856c-2.46 0-4.388 1.995-4.388 4.455v2.526c0 .465.066.997.2 1.13c.266.267 1.995.267 2.26 0c.133-.133.2-.665.2-1.13v-2.593c0-.93.797-1.728 1.728-1.728c3.59 0 6.515-2.925 6.515-6.515c-.002-2.128-1.133-4.056-2.794-5.252"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGumtree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.846 6.582a.7.7 0 0 1-.333-.599C18.181 2.66 15.39 0 12 0C8.609 0 5.75 2.593 5.485 5.983a.8.8 0 0 1-.332.599C3.49 7.778 2.36 9.707 2.36 11.9c0 2.991 2.061 5.584 4.853 6.316c.465.133.998.2 1.13.066c.333-.2.798-1.862.599-2.194c-.134-.2-.533-.399-1.064-.532c-1.662-.465-2.86-1.928-2.86-3.723c0-.997.4-1.861.998-2.592a2.9 2.9 0 0 1 .998-.798c.73-.4 1.13-1.13 1.13-1.928q0-.6.2-1.196c.531-1.53 1.927-2.66 3.656-2.66c1.728 0 3.125 1.13 3.656 2.66q.199.599.2 1.196c0 .798.397 1.529 1.13 1.928c.398.2.664.465.997.798a3.92 3.92 0 0 1 .997 2.592a3.86 3.86 0 0 1-3.855 3.856c-2.46 0-4.388 1.995-4.388 4.455v2.526c0 .465.066.997.2 1.13c.266.267 1.995.267 2.26 0c.133-.133.2-.665.2-1.13v-2.593c0-.93.797-1.728 1.728-1.728c3.59 0 6.515-2.925 6.515-6.515c-.002-2.128-1.133-4.056-2.794-5.252"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.846 6.582a.7.7 0 0 1-.333-.599C18.181 2.66 15.39 0 12 0C8.609 0 5.75 2.593 5.485 5.983a.8.8 0 0 1-.332.599C3.49 7.778 2.36 9.707 2.36 11.9c0 2.991 2.061 5.584 4.853 6.316c.465.133.998.2 1.13.066c.333-.2.798-1.862.599-2.194c-.134-.2-.533-.399-1.064-.532c-1.662-.465-2.86-1.928-2.86-3.723c0-.997.4-1.861.998-2.592a2.9 2.9 0 0 1 .998-.798c.73-.4 1.13-1.13 1.13-1.928q0-.6.2-1.196c.531-1.53 1.927-2.66 3.656-2.66c1.728 0 3.125 1.13 3.656 2.66q.199.599.2 1.196c0 .798.397 1.529 1.13 1.928c.398.2.664.465.997.798a3.92 3.92 0 0 1 .997 2.592a3.86 3.86 0 0 1-3.855 3.856c-2.46 0-4.388 1.995-4.388 4.455v2.526c0 .465.066.997.2 1.13c.266.267 1.995.267 2.26 0c.133-.133.2-.665.2-1.13v-2.593c0-.93.797-1.728 1.728-1.728c3.59 0 6.515-2.925 6.515-6.515c-.002-2.128-1.133-4.056-2.794-5.252"/></svg> </template>
CSS
.icon-gumtree {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.846%206.582a.7.7%200%200%201-.333-.599C18.181%202.66%2015.39%200%2012%200C8.609%200%205.75%202.593%205.485%205.983a.8.8%200%200%201-.332.599C3.49%207.778%202.36%209.707%202.36%2011.9c0%202.991%202.061%205.584%204.853%206.316c.465.133.998.2%201.13.066c.333-.2.798-1.862.599-2.194c-.134-.2-.533-.399-1.064-.532c-1.662-.465-2.86-1.928-2.86-3.723c0-.997.4-1.861.998-2.592a2.9%202.9%200%200%201%20.998-.798c.73-.4%201.13-1.13%201.13-1.928q0-.6.2-1.196c.531-1.53%201.927-2.66%203.656-2.66c1.728%200%203.125%201.13%203.656%202.66q.199.599.2%201.196c0%20.798.397%201.529%201.13%201.928c.398.2.664.465.997.798a3.92%203.92%200%200%201%20.997%202.592a3.86%203.86%200%200%201-3.855%203.856c-2.46%200-4.388%201.995-4.388%204.455v2.526c0%20.465.066.997.2%201.13c.266.267%201.995.267%202.26%200c.133-.133.2-.665.2-1.13v-2.593c0-.93.797-1.728%201.728-1.728c3.59%200%206.515-2.925%206.515-6.515c-.002-2.128-1.133-4.056-2.794-5.252%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.846%206.582a.7.7%200%200%201-.333-.599C18.181%202.66%2015.39%200%2012%200C8.609%200%205.75%202.593%205.485%205.983a.8.8%200%200%201-.332.599C3.49%207.778%202.36%209.707%202.36%2011.9c0%202.991%202.061%205.584%204.853%206.316c.465.133.998.2%201.13.066c.333-.2.798-1.862.599-2.194c-.134-.2-.533-.399-1.064-.532c-1.662-.465-2.86-1.928-2.86-3.723c0-.997.4-1.861.998-2.592a2.9%202.9%200%200%201%20.998-.798c.73-.4%201.13-1.13%201.13-1.928q0-.6.2-1.196c.531-1.53%201.927-2.66%203.656-2.66c1.728%200%203.125%201.13%203.656%202.66q.199.599.2%201.196c0%20.798.397%201.529%201.13%201.928c.398.2.664.465.997.798a3.92%203.92%200%200%201%20.997%202.592a3.86%203.86%200%200%201-3.855%203.856c-2.46%200-4.388%201.995-4.388%204.455v2.526c0%20.465.066.997.2%201.13c.266.267%201.995.267%202.26%200c.133-.133.2-.665.2-1.13v-2.593c0-.93.797-1.728%201.728-1.728c3.59%200%206.515-2.925%206.515-6.515c-.002-2.128-1.133-4.056-2.794-5.252%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gumtree.svg?color=%231a73e8&size=48