code-circle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
code-circle-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the code circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 16c0-7.732-6.268-14-14-14S2 8.268 2 16s6.268 14 14 14s14-6.268 14-14M19.918 9.394l-6 14a1 1 0 1 1-1.838-.788l6-14a1 1 0 0 1 1.838.788m-8.26 3.859L8.519 16l3.14 2.748a1 1 0 1 1-1.316 1.505l-4-3.5a1 1 0 0 1 0-1.505l4-3.5a1 1 0 1 1 1.316 1.505m8.59 6.906a1 1 0 0 1 .093-1.412L23.482 16l-3.14-2.747a1 1 0 0 1 1.317-1.505l4 3.5a1 1 0 0 1 0 1.505l-4 3.5a1 1 0 0 1-1.41-.094"/></svg>

React

import type { SVGProps } from "react";

export function FluentCodeCircle32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 16c0-7.732-6.268-14-14-14S2 8.268 2 16s6.268 14 14 14s14-6.268 14-14M19.918 9.394l-6 14a1 1 0 1 1-1.838-.788l6-14a1 1 0 0 1 1.838.788m-8.26 3.859L8.519 16l3.14 2.748a1 1 0 1 1-1.316 1.505l-4-3.5a1 1 0 0 1 0-1.505l4-3.5a1 1 0 1 1 1.316 1.505m8.59 6.906a1 1 0 0 1 .093-1.412L23.482 16l-3.14-2.747a1 1 0 0 1 1.317-1.505l4 3.5a1 1 0 0 1 0 1.505l-4 3.5a1 1 0 0 1-1.41-.094"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 16c0-7.732-6.268-14-14-14S2 8.268 2 16s6.268 14 14 14s14-6.268 14-14M19.918 9.394l-6 14a1 1 0 1 1-1.838-.788l6-14a1 1 0 0 1 1.838.788m-8.26 3.859L8.519 16l3.14 2.748a1 1 0 1 1-1.316 1.505l-4-3.5a1 1 0 0 1 0-1.505l4-3.5a1 1 0 1 1 1.316 1.505m8.59 6.906a1 1 0 0 1 .093-1.412L23.482 16l-3.14-2.747a1 1 0 0 1 1.317-1.505l4 3.5a1 1 0 0 1 0 1.505l-4 3.5a1 1 0 0 1-1.41-.094"/></svg>
</template>

CSS

.icon-code-circle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016c0-7.732-6.268-14-14-14S2%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14M19.918%209.394l-6%2014a1%201%200%201%201-1.838-.788l6-14a1%201%200%200%201%201.838.788m-8.26%203.859L8.519%2016l3.14%202.748a1%201%200%201%201-1.316%201.505l-4-3.5a1%201%200%200%201%200-1.505l4-3.5a1%201%200%201%201%201.316%201.505m8.59%206.906a1%201%200%200%201%20.093-1.412L23.482%2016l-3.14-2.747a1%201%200%200%201%201.317-1.505l4%203.5a1%201%200%200%201%200%201.505l-4%203.5a1%201%200%200%201-1.41-.094%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016c0-7.732-6.268-14-14-14S2%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14M19.918%209.394l-6%2014a1%201%200%201%201-1.838-.788l6-14a1%201%200%200%201%201.838.788m-8.26%203.859L8.519%2016l3.14%202.748a1%201%200%201%201-1.316%201.505l-4-3.5a1%201%200%200%201%200-1.505l4-3.5a1%201%200%201%201%201.316%201.505m8.59%206.906a1%201%200%200%201%20.093-1.412L23.482%2016l-3.14-2.747a1%201%200%200%201%201.317-1.505l4%203.5a1%201%200%200%201%200%201.505l-4%203.5a1%201%200%200%201-1.41-.094%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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