gojek logo
gojek from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gojek
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the gojek logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.072.713a15 15 0 0 0-.643.011C5.317.998.344 5.835.017 11.818c-.266 4.913 2.548 9.21 6.723 11.204c1.557.744 3.405-.19 3.706-1.861c.203-1.126-.382-2.241-1.429-2.742c-2.373-1.139-3.966-3.602-3.778-6.406c.22-3.28 2.931-5.945 6.279-6.171c3.959-.267 7.257 2.797 7.257 6.619c0 2.623-1.553 4.888-3.809 5.965a2.51 2.51 0 0 0-1.395 2.706l.011.056c.295 1.644 2.111 2.578 3.643 1.852C21.233 21.139 24 17.117 24 12.461C23.996 5.995 18.664.749 12.072.711zm-.061 7.614c-2.331 0-4.225 1.856-4.225 4.139c0 2.282 1.894 4.137 4.225 4.137s4.225-1.855 4.225-4.137c0-2.283-1.895-4.139-4.225-4.139"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGojek(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="M12.072.713a15 15 0 0 0-.643.011C5.317.998.344 5.835.017 11.818c-.266 4.913 2.548 9.21 6.723 11.204c1.557.744 3.405-.19 3.706-1.861c.203-1.126-.382-2.241-1.429-2.742c-2.373-1.139-3.966-3.602-3.778-6.406c.22-3.28 2.931-5.945 6.279-6.171c3.959-.267 7.257 2.797 7.257 6.619c0 2.623-1.553 4.888-3.809 5.965a2.51 2.51 0 0 0-1.395 2.706l.011.056c.295 1.644 2.111 2.578 3.643 1.852C21.233 21.139 24 17.117 24 12.461C23.996 5.995 18.664.749 12.072.711zm-.061 7.614c-2.331 0-4.225 1.856-4.225 4.139c0 2.282 1.894 4.137 4.225 4.137s4.225-1.855 4.225-4.137c0-2.283-1.895-4.139-4.225-4.139"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.072.713a15 15 0 0 0-.643.011C5.317.998.344 5.835.017 11.818c-.266 4.913 2.548 9.21 6.723 11.204c1.557.744 3.405-.19 3.706-1.861c.203-1.126-.382-2.241-1.429-2.742c-2.373-1.139-3.966-3.602-3.778-6.406c.22-3.28 2.931-5.945 6.279-6.171c3.959-.267 7.257 2.797 7.257 6.619c0 2.623-1.553 4.888-3.809 5.965a2.51 2.51 0 0 0-1.395 2.706l.011.056c.295 1.644 2.111 2.578 3.643 1.852C21.233 21.139 24 17.117 24 12.461C23.996 5.995 18.664.749 12.072.711zm-.061 7.614c-2.331 0-4.225 1.856-4.225 4.139c0 2.282 1.894 4.137 4.225 4.137s4.225-1.855 4.225-4.137c0-2.283-1.895-4.139-4.225-4.139"/></svg> </template>
CSS
.icon-gojek {
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%22M12.072.713a15%2015%200%200%200-.643.011C5.317.998.344%205.835.017%2011.818c-.266%204.913%202.548%209.21%206.723%2011.204c1.557.744%203.405-.19%203.706-1.861c.203-1.126-.382-2.241-1.429-2.742c-2.373-1.139-3.966-3.602-3.778-6.406c.22-3.28%202.931-5.945%206.279-6.171c3.959-.267%207.257%202.797%207.257%206.619c0%202.623-1.553%204.888-3.809%205.965a2.51%202.51%200%200%200-1.395%202.706l.011.056c.295%201.644%202.111%202.578%203.643%201.852C21.233%2021.139%2024%2017.117%2024%2012.461C23.996%205.995%2018.664.749%2012.072.711zm-.061%207.614c-2.331%200-4.225%201.856-4.225%204.139c0%202.282%201.894%204.137%204.225%204.137s4.225-1.855%204.225-4.137c0-2.283-1.895-4.139-4.225-4.139%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%22M12.072.713a15%2015%200%200%200-.643.011C5.317.998.344%205.835.017%2011.818c-.266%204.913%202.548%209.21%206.723%2011.204c1.557.744%203.405-.19%203.706-1.861c.203-1.126-.382-2.241-1.429-2.742c-2.373-1.139-3.966-3.602-3.778-6.406c.22-3.28%202.931-5.945%206.279-6.171c3.959-.267%207.257%202.797%207.257%206.619c0%202.623-1.553%204.888-3.809%205.965a2.51%202.51%200%200%200-1.395%202.706l.011.056c.295%201.644%202.111%202.578%203.643%201.852C21.233%2021.139%2024%2017.117%2024%2012.461C23.996%205.995%2018.664.749%2012.072.711zm-.061%207.614c-2.331%200-4.225%201.856-4.225%204.139c0%202.282%201.894%204.137%204.225%204.137s4.225-1.855%204.225-4.137c0-2.283-1.895-4.139-4.225-4.139%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gojek.svg?color=%231a73e8&size=48