gamedeveloper logo
gamedeveloper from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gamedeveloper
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the gamedeveloper logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.955 11.956a.84.84 0 0 0-.837-.796H17.37V1.9q0-.028-.002-.055a.84.84 0 0 0-.494-.806A11.9 11.9 0 0 0 12 0a11.9 11.9 0 0 0-8.454 3.515A11.98 11.98 0 0 0 .043 12c0 1.62.316 3.192.94 4.672a11.9 11.9 0 0 0 2.563 3.813a12 12 0 0 0 3.799 2.572C8.82 23.683 10.386 24 12 24s3.18-.317 4.655-.943a11.9 11.9 0 0 0 3.799-2.572A11.98 11.98 0 0 0 23.957 12zm-4.685 7.343a10.24 10.24 0 0 1-7.272 3.022a10.23 10.23 0 0 1-7.273-3.022A10.3 10.3 0 0 1 1.714 12a10.31 10.31 0 0 1 6.281-9.511a10.2 10.2 0 0 1 4.003-.809a10.2 10.2 0 0 1 3.694.688v8.792h-3.765a.84.84 0 0 0 0 1.68h3.729a3.78 3.78 0 0 1-1.205 2.012a3.75 3.75 0 0 1-2.458.92A3.77 3.77 0 0 1 8.235 12a3.77 3.77 0 0 1 3.758-3.772a.84.84 0 0 0 0-1.68a5.4 5.4 0 0 0-3.841 1.597A5.43 5.43 0 0 0 6.559 12c0 1.457.564 2.825 1.591 3.855a5.38 5.38 0 0 0 3.841 1.597a5.43 5.43 0 0 0 3.555-1.329a5.46 5.46 0 0 0 1.813-3.281h4.89a10.3 10.3 0 0 1-2.979 6.457"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGamedeveloper(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="M23.955 11.956a.84.84 0 0 0-.837-.796H17.37V1.9q0-.028-.002-.055a.84.84 0 0 0-.494-.806A11.9 11.9 0 0 0 12 0a11.9 11.9 0 0 0-8.454 3.515A11.98 11.98 0 0 0 .043 12c0 1.62.316 3.192.94 4.672a11.9 11.9 0 0 0 2.563 3.813a12 12 0 0 0 3.799 2.572C8.82 23.683 10.386 24 12 24s3.18-.317 4.655-.943a11.9 11.9 0 0 0 3.799-2.572A11.98 11.98 0 0 0 23.957 12zm-4.685 7.343a10.24 10.24 0 0 1-7.272 3.022a10.23 10.23 0 0 1-7.273-3.022A10.3 10.3 0 0 1 1.714 12a10.31 10.31 0 0 1 6.281-9.511a10.2 10.2 0 0 1 4.003-.809a10.2 10.2 0 0 1 3.694.688v8.792h-3.765a.84.84 0 0 0 0 1.68h3.729a3.78 3.78 0 0 1-1.205 2.012a3.75 3.75 0 0 1-2.458.92A3.77 3.77 0 0 1 8.235 12a3.77 3.77 0 0 1 3.758-3.772a.84.84 0 0 0 0-1.68a5.4 5.4 0 0 0-3.841 1.597A5.43 5.43 0 0 0 6.559 12c0 1.457.564 2.825 1.591 3.855a5.38 5.38 0 0 0 3.841 1.597a5.43 5.43 0 0 0 3.555-1.329a5.46 5.46 0 0 0 1.813-3.281h4.89a10.3 10.3 0 0 1-2.979 6.457"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.955 11.956a.84.84 0 0 0-.837-.796H17.37V1.9q0-.028-.002-.055a.84.84 0 0 0-.494-.806A11.9 11.9 0 0 0 12 0a11.9 11.9 0 0 0-8.454 3.515A11.98 11.98 0 0 0 .043 12c0 1.62.316 3.192.94 4.672a11.9 11.9 0 0 0 2.563 3.813a12 12 0 0 0 3.799 2.572C8.82 23.683 10.386 24 12 24s3.18-.317 4.655-.943a11.9 11.9 0 0 0 3.799-2.572A11.98 11.98 0 0 0 23.957 12zm-4.685 7.343a10.24 10.24 0 0 1-7.272 3.022a10.23 10.23 0 0 1-7.273-3.022A10.3 10.3 0 0 1 1.714 12a10.31 10.31 0 0 1 6.281-9.511a10.2 10.2 0 0 1 4.003-.809a10.2 10.2 0 0 1 3.694.688v8.792h-3.765a.84.84 0 0 0 0 1.68h3.729a3.78 3.78 0 0 1-1.205 2.012a3.75 3.75 0 0 1-2.458.92A3.77 3.77 0 0 1 8.235 12a3.77 3.77 0 0 1 3.758-3.772a.84.84 0 0 0 0-1.68a5.4 5.4 0 0 0-3.841 1.597A5.43 5.43 0 0 0 6.559 12c0 1.457.564 2.825 1.591 3.855a5.38 5.38 0 0 0 3.841 1.597a5.43 5.43 0 0 0 3.555-1.329a5.46 5.46 0 0 0 1.813-3.281h4.89a10.3 10.3 0 0 1-2.979 6.457"/></svg> </template>
CSS
.icon-gamedeveloper {
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%22M23.955%2011.956a.84.84%200%200%200-.837-.796H17.37V1.9q0-.028-.002-.055a.84.84%200%200%200-.494-.806A11.9%2011.9%200%200%200%2012%200a11.9%2011.9%200%200%200-8.454%203.515A11.98%2011.98%200%200%200%20.043%2012c0%201.62.316%203.192.94%204.672a11.9%2011.9%200%200%200%202.563%203.813a12%2012%200%200%200%203.799%202.572C8.82%2023.683%2010.386%2024%2012%2024s3.18-.317%204.655-.943a11.9%2011.9%200%200%200%203.799-2.572A11.98%2011.98%200%200%200%2023.957%2012zm-4.685%207.343a10.24%2010.24%200%200%201-7.272%203.022a10.23%2010.23%200%200%201-7.273-3.022A10.3%2010.3%200%200%201%201.714%2012a10.31%2010.31%200%200%201%206.281-9.511a10.2%2010.2%200%200%201%204.003-.809a10.2%2010.2%200%200%201%203.694.688v8.792h-3.765a.84.84%200%200%200%200%201.68h3.729a3.78%203.78%200%200%201-1.205%202.012a3.75%203.75%200%200%201-2.458.92A3.77%203.77%200%200%201%208.235%2012a3.77%203.77%200%200%201%203.758-3.772a.84.84%200%200%200%200-1.68a5.4%205.4%200%200%200-3.841%201.597A5.43%205.43%200%200%200%206.559%2012c0%201.457.564%202.825%201.591%203.855a5.38%205.38%200%200%200%203.841%201.597a5.43%205.43%200%200%200%203.555-1.329a5.46%205.46%200%200%200%201.813-3.281h4.89a10.3%2010.3%200%200%201-2.979%206.457%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%22M23.955%2011.956a.84.84%200%200%200-.837-.796H17.37V1.9q0-.028-.002-.055a.84.84%200%200%200-.494-.806A11.9%2011.9%200%200%200%2012%200a11.9%2011.9%200%200%200-8.454%203.515A11.98%2011.98%200%200%200%20.043%2012c0%201.62.316%203.192.94%204.672a11.9%2011.9%200%200%200%202.563%203.813a12%2012%200%200%200%203.799%202.572C8.82%2023.683%2010.386%2024%2012%2024s3.18-.317%204.655-.943a11.9%2011.9%200%200%200%203.799-2.572A11.98%2011.98%200%200%200%2023.957%2012zm-4.685%207.343a10.24%2010.24%200%200%201-7.272%203.022a10.23%2010.23%200%200%201-7.273-3.022A10.3%2010.3%200%200%201%201.714%2012a10.31%2010.31%200%200%201%206.281-9.511a10.2%2010.2%200%200%201%204.003-.809a10.2%2010.2%200%200%201%203.694.688v8.792h-3.765a.84.84%200%200%200%200%201.68h3.729a3.78%203.78%200%200%201-1.205%202.012a3.75%203.75%200%200%201-2.458.92A3.77%203.77%200%200%201%208.235%2012a3.77%203.77%200%200%201%203.758-3.772a.84.84%200%200%200%200-1.68a5.4%205.4%200%200%200-3.841%201.597A5.43%205.43%200%200%200%206.559%2012c0%201.457.564%202.825%201.591%203.855a5.38%205.38%200%200%200%203.841%201.597a5.43%205.43%200%200%200%203.555-1.329a5.46%205.46%200%200%200%201.813-3.281h4.89a10.3%2010.3%200%200%201-2.979%206.457%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gamedeveloper.svg?color=%231a73e8&size=48