gimp logo
gimp from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gimp
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the gimp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.496 8.608a2.175 2.385 0 0 0-2.175 2.384a2.175 2.385 0 0 0 2.175 2.385a2.175 2.385 0 0 0 2.175-2.385a2.175 2.385 0 0 0-2.175-2.384m0 .15a.934.934 0 0 1 .933.935a.934.934 0 0 1-.933.934a.934.934 0 0 1-.934-.934a.934.934 0 0 1 .934-.934zm4.903 9.433a.3.3 0 0 0-.094.014c-.278.08-.642.735-.563 1.013s.356.152.524.245c.149.083.196.33.4.329c-.033.446.125.903.398 1.231c.464.564 1.173.576 1.627.68c.453.103.789.38.955.683h-.01c.14.253.413-.965.313-1.81c-.199-1.692-1.827-2.294-2.657-1.856c-.095-.218-.349-.112-.507-.2c-.147-.082-.195-.323-.39-.329zM2.01 8.207a2.938 2.279 78.561 0 0-.296.036a2.938 2.279 78.561 0 0-1.637 3.343a2.938 2.279 78.561 0 0 2.824 2.412a2.938 2.279 78.561 0 0 1.637-3.343A2.938 2.279 78.561 0 0 2.01 8.207m.02.182a1.24 1.24 89.982 0 1 1.24 1.24a1.24 1.24 89.982 0 1-1.24 1.241A1.24 1.24 89.982 0 1 .79 9.63a1.24 1.24 89.982 0 1 1.24-1.24zm7.296.619a1.61 1.957 0 0 0-1.61 1.957a1.61 1.957 0 0 0 1.61 1.957a1.61 1.957 0 0 0 1.61-1.957a1.61 1.957 0 0 0-1.61-1.957m.01.142a.734.734 0 0 1 .733.733a.734.734 0 0 1-.733.734a.734.734 0 0 1-.734-.734a.734.734 0 0 1 .734-.733m13.785-7.57c-.082.01-.178.056-.278.184c-2.255 3.385-5.54 4.902-7.936 5.521a3.513 3.586 0 0 1 3.25 3.576a3.513 3.586 0 0 1-3.513 3.586a3.513 3.586 0 0 1-3.375-2.595a2.676 2.998 0 0 1-2.52 2a2.676 2.998 0 0 1-2.676-2.998a2.676 2.998 0 0 1 2.675-2.999a2.676 2.998 0 0 1 2.517 2.037a3.513 3.586 0 0 1 1.878-2.27c-1.887.246-2.89-.025-4.335-.649c-1.024-.56-1.722-1.173-2.48-2.359c-.036-.055-.11-.086-.16-.025c-.18.241-.97 5.723-.98 6.227c-.033 1.632-.706 3.593-2.73 3.661c1.864 3.799 5.919 5.465 10.586 5.397c1.404.01 3.329-.332 5.171-1.243a214 214 0 0 1-1.568-.996c-1.347.788-2.935 1.09-4.674 1.019c-2.217-.09-1.847-.732-1.36-.667c3.574.506 5.82-.624 7.315-2.547a35 35 0 0 1-.556-.377c-.164-.114.032-.291.385-.304h.04c.205-.002.458.056.722.206c.757.433.783.965.535 1.081c-.08.037-.263-.048-.439-.151c-.255.329-.53.622-.818.887h.01c.668.29 1.568.684 2.005.89a9.6 9.6 0 0 0 3.017-3.574c2.18-4.449.652-12.176.614-12.29c-.039-.112-.15-.211-.242-.226h-.076z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGimp(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="M15.496 8.608a2.175 2.385 0 0 0-2.175 2.384a2.175 2.385 0 0 0 2.175 2.385a2.175 2.385 0 0 0 2.175-2.385a2.175 2.385 0 0 0-2.175-2.384m0 .15a.934.934 0 0 1 .933.935a.934.934 0 0 1-.933.934a.934.934 0 0 1-.934-.934a.934.934 0 0 1 .934-.934zm4.903 9.433a.3.3 0 0 0-.094.014c-.278.08-.642.735-.563 1.013s.356.152.524.245c.149.083.196.33.4.329c-.033.446.125.903.398 1.231c.464.564 1.173.576 1.627.68c.453.103.789.38.955.683h-.01c.14.253.413-.965.313-1.81c-.199-1.692-1.827-2.294-2.657-1.856c-.095-.218-.349-.112-.507-.2c-.147-.082-.195-.323-.39-.329zM2.01 8.207a2.938 2.279 78.561 0 0-.296.036a2.938 2.279 78.561 0 0-1.637 3.343a2.938 2.279 78.561 0 0 2.824 2.412a2.938 2.279 78.561 0 0 1.637-3.343A2.938 2.279 78.561 0 0 2.01 8.207m.02.182a1.24 1.24 89.982 0 1 1.24 1.24a1.24 1.24 89.982 0 1-1.24 1.241A1.24 1.24 89.982 0 1 .79 9.63a1.24 1.24 89.982 0 1 1.24-1.24zm7.296.619a1.61 1.957 0 0 0-1.61 1.957a1.61 1.957 0 0 0 1.61 1.957a1.61 1.957 0 0 0 1.61-1.957a1.61 1.957 0 0 0-1.61-1.957m.01.142a.734.734 0 0 1 .733.733a.734.734 0 0 1-.733.734a.734.734 0 0 1-.734-.734a.734.734 0 0 1 .734-.733m13.785-7.57c-.082.01-.178.056-.278.184c-2.255 3.385-5.54 4.902-7.936 5.521a3.513 3.586 0 0 1 3.25 3.576a3.513 3.586 0 0 1-3.513 3.586a3.513 3.586 0 0 1-3.375-2.595a2.676 2.998 0 0 1-2.52 2a2.676 2.998 0 0 1-2.676-2.998a2.676 2.998 0 0 1 2.675-2.999a2.676 2.998 0 0 1 2.517 2.037a3.513 3.586 0 0 1 1.878-2.27c-1.887.246-2.89-.025-4.335-.649c-1.024-.56-1.722-1.173-2.48-2.359c-.036-.055-.11-.086-.16-.025c-.18.241-.97 5.723-.98 6.227c-.033 1.632-.706 3.593-2.73 3.661c1.864 3.799 5.919 5.465 10.586 5.397c1.404.01 3.329-.332 5.171-1.243a214 214 0 0 1-1.568-.996c-1.347.788-2.935 1.09-4.674 1.019c-2.217-.09-1.847-.732-1.36-.667c3.574.506 5.82-.624 7.315-2.547a35 35 0 0 1-.556-.377c-.164-.114.032-.291.385-.304h.04c.205-.002.458.056.722.206c.757.433.783.965.535 1.081c-.08.037-.263-.048-.439-.151c-.255.329-.53.622-.818.887h.01c.668.29 1.568.684 2.005.89a9.6 9.6 0 0 0 3.017-3.574c2.18-4.449.652-12.176.614-12.29c-.039-.112-.15-.211-.242-.226h-.076z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.496 8.608a2.175 2.385 0 0 0-2.175 2.384a2.175 2.385 0 0 0 2.175 2.385a2.175 2.385 0 0 0 2.175-2.385a2.175 2.385 0 0 0-2.175-2.384m0 .15a.934.934 0 0 1 .933.935a.934.934 0 0 1-.933.934a.934.934 0 0 1-.934-.934a.934.934 0 0 1 .934-.934zm4.903 9.433a.3.3 0 0 0-.094.014c-.278.08-.642.735-.563 1.013s.356.152.524.245c.149.083.196.33.4.329c-.033.446.125.903.398 1.231c.464.564 1.173.576 1.627.68c.453.103.789.38.955.683h-.01c.14.253.413-.965.313-1.81c-.199-1.692-1.827-2.294-2.657-1.856c-.095-.218-.349-.112-.507-.2c-.147-.082-.195-.323-.39-.329zM2.01 8.207a2.938 2.279 78.561 0 0-.296.036a2.938 2.279 78.561 0 0-1.637 3.343a2.938 2.279 78.561 0 0 2.824 2.412a2.938 2.279 78.561 0 0 1.637-3.343A2.938 2.279 78.561 0 0 2.01 8.207m.02.182a1.24 1.24 89.982 0 1 1.24 1.24a1.24 1.24 89.982 0 1-1.24 1.241A1.24 1.24 89.982 0 1 .79 9.63a1.24 1.24 89.982 0 1 1.24-1.24zm7.296.619a1.61 1.957 0 0 0-1.61 1.957a1.61 1.957 0 0 0 1.61 1.957a1.61 1.957 0 0 0 1.61-1.957a1.61 1.957 0 0 0-1.61-1.957m.01.142a.734.734 0 0 1 .733.733a.734.734 0 0 1-.733.734a.734.734 0 0 1-.734-.734a.734.734 0 0 1 .734-.733m13.785-7.57c-.082.01-.178.056-.278.184c-2.255 3.385-5.54 4.902-7.936 5.521a3.513 3.586 0 0 1 3.25 3.576a3.513 3.586 0 0 1-3.513 3.586a3.513 3.586 0 0 1-3.375-2.595a2.676 2.998 0 0 1-2.52 2a2.676 2.998 0 0 1-2.676-2.998a2.676 2.998 0 0 1 2.675-2.999a2.676 2.998 0 0 1 2.517 2.037a3.513 3.586 0 0 1 1.878-2.27c-1.887.246-2.89-.025-4.335-.649c-1.024-.56-1.722-1.173-2.48-2.359c-.036-.055-.11-.086-.16-.025c-.18.241-.97 5.723-.98 6.227c-.033 1.632-.706 3.593-2.73 3.661c1.864 3.799 5.919 5.465 10.586 5.397c1.404.01 3.329-.332 5.171-1.243a214 214 0 0 1-1.568-.996c-1.347.788-2.935 1.09-4.674 1.019c-2.217-.09-1.847-.732-1.36-.667c3.574.506 5.82-.624 7.315-2.547a35 35 0 0 1-.556-.377c-.164-.114.032-.291.385-.304h.04c.205-.002.458.056.722.206c.757.433.783.965.535 1.081c-.08.037-.263-.048-.439-.151c-.255.329-.53.622-.818.887h.01c.668.29 1.568.684 2.005.89a9.6 9.6 0 0 0 3.017-3.574c2.18-4.449.652-12.176.614-12.29c-.039-.112-.15-.211-.242-.226h-.076z"/></svg> </template>
CSS
.icon-gimp {
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%22M15.496%208.608a2.175%202.385%200%200%200-2.175%202.384a2.175%202.385%200%200%200%202.175%202.385a2.175%202.385%200%200%200%202.175-2.385a2.175%202.385%200%200%200-2.175-2.384m0%20.15a.934.934%200%200%201%20.933.935a.934.934%200%200%201-.933.934a.934.934%200%200%201-.934-.934a.934.934%200%200%201%20.934-.934zm4.903%209.433a.3.3%200%200%200-.094.014c-.278.08-.642.735-.563%201.013s.356.152.524.245c.149.083.196.33.4.329c-.033.446.125.903.398%201.231c.464.564%201.173.576%201.627.68c.453.103.789.38.955.683h-.01c.14.253.413-.965.313-1.81c-.199-1.692-1.827-2.294-2.657-1.856c-.095-.218-.349-.112-.507-.2c-.147-.082-.195-.323-.39-.329zM2.01%208.207a2.938%202.279%2078.561%200%200-.296.036a2.938%202.279%2078.561%200%200-1.637%203.343a2.938%202.279%2078.561%200%200%202.824%202.412a2.938%202.279%2078.561%200%200%201.637-3.343A2.938%202.279%2078.561%200%200%202.01%208.207m.02.182a1.24%201.24%2089.982%200%201%201.24%201.24a1.24%201.24%2089.982%200%201-1.24%201.241A1.24%201.24%2089.982%200%201%20.79%209.63a1.24%201.24%2089.982%200%201%201.24-1.24zm7.296.619a1.61%201.957%200%200%200-1.61%201.957a1.61%201.957%200%200%200%201.61%201.957a1.61%201.957%200%200%200%201.61-1.957a1.61%201.957%200%200%200-1.61-1.957m.01.142a.734.734%200%200%201%20.733.733a.734.734%200%200%201-.733.734a.734.734%200%200%201-.734-.734a.734.734%200%200%201%20.734-.733m13.785-7.57c-.082.01-.178.056-.278.184c-2.255%203.385-5.54%204.902-7.936%205.521a3.513%203.586%200%200%201%203.25%203.576a3.513%203.586%200%200%201-3.513%203.586a3.513%203.586%200%200%201-3.375-2.595a2.676%202.998%200%200%201-2.52%202a2.676%202.998%200%200%201-2.676-2.998a2.676%202.998%200%200%201%202.675-2.999a2.676%202.998%200%200%201%202.517%202.037a3.513%203.586%200%200%201%201.878-2.27c-1.887.246-2.89-.025-4.335-.649c-1.024-.56-1.722-1.173-2.48-2.359c-.036-.055-.11-.086-.16-.025c-.18.241-.97%205.723-.98%206.227c-.033%201.632-.706%203.593-2.73%203.661c1.864%203.799%205.919%205.465%2010.586%205.397c1.404.01%203.329-.332%205.171-1.243a214%20214%200%200%201-1.568-.996c-1.347.788-2.935%201.09-4.674%201.019c-2.217-.09-1.847-.732-1.36-.667c3.574.506%205.82-.624%207.315-2.547a35%2035%200%200%201-.556-.377c-.164-.114.032-.291.385-.304h.04c.205-.002.458.056.722.206c.757.433.783.965.535%201.081c-.08.037-.263-.048-.439-.151c-.255.329-.53.622-.818.887h.01c.668.29%201.568.684%202.005.89a9.6%209.6%200%200%200%203.017-3.574c2.18-4.449.652-12.176.614-12.29c-.039-.112-.15-.211-.242-.226h-.076z%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%22M15.496%208.608a2.175%202.385%200%200%200-2.175%202.384a2.175%202.385%200%200%200%202.175%202.385a2.175%202.385%200%200%200%202.175-2.385a2.175%202.385%200%200%200-2.175-2.384m0%20.15a.934.934%200%200%201%20.933.935a.934.934%200%200%201-.933.934a.934.934%200%200%201-.934-.934a.934.934%200%200%201%20.934-.934zm4.903%209.433a.3.3%200%200%200-.094.014c-.278.08-.642.735-.563%201.013s.356.152.524.245c.149.083.196.33.4.329c-.033.446.125.903.398%201.231c.464.564%201.173.576%201.627.68c.453.103.789.38.955.683h-.01c.14.253.413-.965.313-1.81c-.199-1.692-1.827-2.294-2.657-1.856c-.095-.218-.349-.112-.507-.2c-.147-.082-.195-.323-.39-.329zM2.01%208.207a2.938%202.279%2078.561%200%200-.296.036a2.938%202.279%2078.561%200%200-1.637%203.343a2.938%202.279%2078.561%200%200%202.824%202.412a2.938%202.279%2078.561%200%200%201.637-3.343A2.938%202.279%2078.561%200%200%202.01%208.207m.02.182a1.24%201.24%2089.982%200%201%201.24%201.24a1.24%201.24%2089.982%200%201-1.24%201.241A1.24%201.24%2089.982%200%201%20.79%209.63a1.24%201.24%2089.982%200%201%201.24-1.24zm7.296.619a1.61%201.957%200%200%200-1.61%201.957a1.61%201.957%200%200%200%201.61%201.957a1.61%201.957%200%200%200%201.61-1.957a1.61%201.957%200%200%200-1.61-1.957m.01.142a.734.734%200%200%201%20.733.733a.734.734%200%200%201-.733.734a.734.734%200%200%201-.734-.734a.734.734%200%200%201%20.734-.733m13.785-7.57c-.082.01-.178.056-.278.184c-2.255%203.385-5.54%204.902-7.936%205.521a3.513%203.586%200%200%201%203.25%203.576a3.513%203.586%200%200%201-3.513%203.586a3.513%203.586%200%200%201-3.375-2.595a2.676%202.998%200%200%201-2.52%202a2.676%202.998%200%200%201-2.676-2.998a2.676%202.998%200%200%201%202.675-2.999a2.676%202.998%200%200%201%202.517%202.037a3.513%203.586%200%200%201%201.878-2.27c-1.887.246-2.89-.025-4.335-.649c-1.024-.56-1.722-1.173-2.48-2.359c-.036-.055-.11-.086-.16-.025c-.18.241-.97%205.723-.98%206.227c-.033%201.632-.706%203.593-2.73%203.661c1.864%203.799%205.919%205.465%2010.586%205.397c1.404.01%203.329-.332%205.171-1.243a214%20214%200%200%201-1.568-.996c-1.347.788-2.935%201.09-4.674%201.019c-2.217-.09-1.847-.732-1.36-.667c3.574.506%205.82-.624%207.315-2.547a35%2035%200%200%201-.556-.377c-.164-.114.032-.291.385-.304h.04c.205-.002.458.056.722.206c.757.433.783.965.535%201.081c-.08.037-.263-.048-.439-.151c-.255.329-.53.622-.818.887h.01c.668.29%201.568.684%202.005.89a9.6%209.6%200%200%200%203.017-3.574c2.18-4.449.652-12.176.614-12.29c-.039-.112-.15-.211-.242-.226h-.076z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gimp.svg?color=%231a73e8&size=48