coconut logo
coconut from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- coconut
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the coconut logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#8d6e63" d="M8.042 3.036a7 7 0 0 0-.737.237c-.527.22-.983.492-1.385.824a3 3 0 0 1-.275.21c-.126.056-.7.655-1.007 1.052c-1.732 2.247-2.442 5.513-1.86 8.565c.076.396.339 1.362.465 1.706c.764 2.085 2.136 3.719 3.928 4.673c1.412.753 3.084 1.06 4.822.887c.348-.034.524-.063 1.085-.165c.233-.043 1.381-.385 1.659-.495c2.392-.946 4.365-2.582 5.572-4.618c.506-.855.796-1.669 1.029-2.882c.37-1.923-.502-4.262-2.324-6.229c-2.643-2.854-6.788-4.459-10.18-3.942a8 8 0 0 0-.793.177zm.42 1.507c.28-.076.575-.139.813-.167a8 8 0 0 1 1.994.024c3.131.42 6.308 2.488 7.806 5.077c.498.861.788 1.79.803 2.578c.012.635-.129 1.18-.431 1.679a2.6 2.6 0 0 1-.549.647c-.613.538-1.455.876-2.501 1.005c-.548.067-.92.206-1.23.46c-.068.056-.642.588-1.279 1.182c-1.248 1.166-1.237 1.157-1.42 1.104a.4.4 0 0 1-.15-.087c-.13-.122-.126-.16.079-1.224c.105-.543.188-1.053.187-1.132a1.16 1.16 0 0 0-.297-.75c-.113-.125-.3-.244-.547-.35c-2.359-1.007-4.343-2.776-5.295-4.722a5.2 5.2 0 0 1-.412-1.088c-.29-1.061-.22-1.913.219-2.683c.322-.565.777-.964 1.487-1.302c.178-.084.443-.175.723-.251"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeCoconut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#8d6e63" d="M8.042 3.036a7 7 0 0 0-.737.237c-.527.22-.983.492-1.385.824a3 3 0 0 1-.275.21c-.126.056-.7.655-1.007 1.052c-1.732 2.247-2.442 5.513-1.86 8.565c.076.396.339 1.362.465 1.706c.764 2.085 2.136 3.719 3.928 4.673c1.412.753 3.084 1.06 4.822.887c.348-.034.524-.063 1.085-.165c.233-.043 1.381-.385 1.659-.495c2.392-.946 4.365-2.582 5.572-4.618c.506-.855.796-1.669 1.029-2.882c.37-1.923-.502-4.262-2.324-6.229c-2.643-2.854-6.788-4.459-10.18-3.942a8 8 0 0 0-.793.177zm.42 1.507c.28-.076.575-.139.813-.167a8 8 0 0 1 1.994.024c3.131.42 6.308 2.488 7.806 5.077c.498.861.788 1.79.803 2.578c.012.635-.129 1.18-.431 1.679a2.6 2.6 0 0 1-.549.647c-.613.538-1.455.876-2.501 1.005c-.548.067-.92.206-1.23.46c-.068.056-.642.588-1.279 1.182c-1.248 1.166-1.237 1.157-1.42 1.104a.4.4 0 0 1-.15-.087c-.13-.122-.126-.16.079-1.224c.105-.543.188-1.053.187-1.132a1.16 1.16 0 0 0-.297-.75c-.113-.125-.3-.244-.547-.35c-2.359-1.007-4.343-2.776-5.295-4.722a5.2 5.2 0 0 1-.412-1.088c-.29-1.061-.22-1.913.219-2.683c.322-.565.777-.964 1.487-1.302c.178-.084.443-.175.723-.251"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#8d6e63" d="M8.042 3.036a7 7 0 0 0-.737.237c-.527.22-.983.492-1.385.824a3 3 0 0 1-.275.21c-.126.056-.7.655-1.007 1.052c-1.732 2.247-2.442 5.513-1.86 8.565c.076.396.339 1.362.465 1.706c.764 2.085 2.136 3.719 3.928 4.673c1.412.753 3.084 1.06 4.822.887c.348-.034.524-.063 1.085-.165c.233-.043 1.381-.385 1.659-.495c2.392-.946 4.365-2.582 5.572-4.618c.506-.855.796-1.669 1.029-2.882c.37-1.923-.502-4.262-2.324-6.229c-2.643-2.854-6.788-4.459-10.18-3.942a8 8 0 0 0-.793.177zm.42 1.507c.28-.076.575-.139.813-.167a8 8 0 0 1 1.994.024c3.131.42 6.308 2.488 7.806 5.077c.498.861.788 1.79.803 2.578c.012.635-.129 1.18-.431 1.679a2.6 2.6 0 0 1-.549.647c-.613.538-1.455.876-2.501 1.005c-.548.067-.92.206-1.23.46c-.068.056-.642.588-1.279 1.182c-1.248 1.166-1.237 1.157-1.42 1.104a.4.4 0 0 1-.15-.087c-.13-.122-.126-.16.079-1.224c.105-.543.188-1.053.187-1.132a1.16 1.16 0 0 0-.297-.75c-.113-.125-.3-.244-.547-.35c-2.359-1.007-4.343-2.776-5.295-4.722a5.2 5.2 0 0 1-.412-1.088c-.29-1.061-.22-1.913.219-2.683c.322-.565.777-.964 1.487-1.302c.178-.084.443-.175.723-.251"/></svg> </template>
CSS
.icon-coconut {
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%22%238d6e63%22%20d%3D%22M8.042%203.036a7%207%200%200%200-.737.237c-.527.22-.983.492-1.385.824a3%203%200%200%201-.275.21c-.126.056-.7.655-1.007%201.052c-1.732%202.247-2.442%205.513-1.86%208.565c.076.396.339%201.362.465%201.706c.764%202.085%202.136%203.719%203.928%204.673c1.412.753%203.084%201.06%204.822.887c.348-.034.524-.063%201.085-.165c.233-.043%201.381-.385%201.659-.495c2.392-.946%204.365-2.582%205.572-4.618c.506-.855.796-1.669%201.029-2.882c.37-1.923-.502-4.262-2.324-6.229c-2.643-2.854-6.788-4.459-10.18-3.942a8%208%200%200%200-.793.177zm.42%201.507c.28-.076.575-.139.813-.167a8%208%200%200%201%201.994.024c3.131.42%206.308%202.488%207.806%205.077c.498.861.788%201.79.803%202.578c.012.635-.129%201.18-.431%201.679a2.6%202.6%200%200%201-.549.647c-.613.538-1.455.876-2.501%201.005c-.548.067-.92.206-1.23.46c-.068.056-.642.588-1.279%201.182c-1.248%201.166-1.237%201.157-1.42%201.104a.4.4%200%200%201-.15-.087c-.13-.122-.126-.16.079-1.224c.105-.543.188-1.053.187-1.132a1.16%201.16%200%200%200-.297-.75c-.113-.125-.3-.244-.547-.35c-2.359-1.007-4.343-2.776-5.295-4.722a5.2%205.2%200%200%201-.412-1.088c-.29-1.061-.22-1.913.219-2.683c.322-.565.777-.964%201.487-1.302c.178-.084.443-.175.723-.251%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%22%238d6e63%22%20d%3D%22M8.042%203.036a7%207%200%200%200-.737.237c-.527.22-.983.492-1.385.824a3%203%200%200%201-.275.21c-.126.056-.7.655-1.007%201.052c-1.732%202.247-2.442%205.513-1.86%208.565c.076.396.339%201.362.465%201.706c.764%202.085%202.136%203.719%203.928%204.673c1.412.753%203.084%201.06%204.822.887c.348-.034.524-.063%201.085-.165c.233-.043%201.381-.385%201.659-.495c2.392-.946%204.365-2.582%205.572-4.618c.506-.855.796-1.669%201.029-2.882c.37-1.923-.502-4.262-2.324-6.229c-2.643-2.854-6.788-4.459-10.18-3.942a8%208%200%200%200-.793.177zm.42%201.507c.28-.076.575-.139.813-.167a8%208%200%200%201%201.994.024c3.131.42%206.308%202.488%207.806%205.077c.498.861.788%201.79.803%202.578c.012.635-.129%201.18-.431%201.679a2.6%202.6%200%200%201-.549.647c-.613.538-1.455.876-2.501%201.005c-.548.067-.92.206-1.23.46c-.068.056-.642.588-1.279%201.182c-1.248%201.166-1.237%201.157-1.42%201.104a.4.4%200%200%201-.15-.087c-.13-.122-.126-.16.079-1.224c.105-.543.188-1.053.187-1.132a1.16%201.16%200%200%200-.297-.75c-.113-.125-.3-.244-.547-.35c-2.359-1.007-4.343-2.776-5.295-4.722a5.2%205.2%200%200%201-.412-1.088c-.29-1.061-.22-1.913.219-2.683c.322-.565.777-.964%201.487-1.302c.178-.084.443-.175.723-.251%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/coconut.svg?color=%231a73e8&size=48