code sandbox circle icon

code-sandbox-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
code-sandbox-circle-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
code-sandbox-circle, code-sandbox-circle-fill

Related icons in Ant Design Icons

Use the code sandbox circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m243.7 589.2L512 794L268.3 653.2V371.8l110-63.6l-.4-.2h.2L512 231l134 77h-.2l-.3.2l110.1 63.6v281.4zM307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zm203.9-151.8L418 331l-91.1 52.6l185.2 107l185.2-106.9l-91.4-52.8zm20 352l97.3-56.2v-94.1l87-49.5V418.5L531.8 525z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignCodeSandboxCircleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m243.7 589.2L512 794L268.3 653.2V371.8l110-63.6l-.4-.2h.2L512 231l134 77h-.2l-.3.2l110.1 63.6v281.4zM307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zm203.9-151.8L418 331l-91.1 52.6l185.2 107l185.2-106.9l-91.4-52.8zm20 352l97.3-56.2v-94.1l87-49.5V418.5L531.8 525z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m243.7 589.2L512 794L268.3 653.2V371.8l110-63.6l-.4-.2h.2L512 231l134 77h-.2l-.3.2l110.1 63.6v281.4zM307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zm203.9-151.8L418 331l-91.1 52.6l185.2 107l185.2-106.9l-91.4-52.8zm20 352l97.3-56.2v-94.1l87-49.5V418.5L531.8 525z"/></svg>
</template>

CSS

.icon-code-sandbox-circle-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m243.7%20589.2L512%20794L268.3%20653.2V371.8l110-63.6l-.4-.2h.2L512%20231l134%2077h-.2l-.3.2l110.1%2063.6v281.4zM307.9%20536.7l87.6%2049.9V681l96.7%2055.9V524.8L307.9%20418.4zm203.9-151.8L418%20331l-91.1%2052.6l185.2%20107l185.2-106.9l-91.4-52.8zm20%20352l97.3-56.2v-94.1l87-49.5V418.5L531.8%20525z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m243.7%20589.2L512%20794L268.3%20653.2V371.8l110-63.6l-.4-.2h.2L512%20231l134%2077h-.2l-.3.2l110.1%2063.6v281.4zM307.9%20536.7l87.6%2049.9V681l96.7%2055.9V524.8L307.9%20418.4zm203.9-151.8L418%20331l-91.1%2052.6l185.2%20107l185.2-106.9l-91.4-52.8zm20%20352l97.3-56.2v-94.1l87-49.5V418.5L531.8%20525z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/code-sandbox-circle-filled.svg?color=%231a73e8&size=48