dashboard circle settings icon

dashboard-circle-settings from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dashboard-circle-settings
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the dashboard circle settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 6.75a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M21 17.25a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0m-10.5 0a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M17.25 3v1.34m0 0c.666 0 1.268.27 1.704.706M14.84 6.75a2.4 2.4 0 0 1 .707-1.704a2.4 2.4 0 0 1 1.704-.706m0 4.821V10.5m0-1.339c.666 0 1.268-.27 1.705-.706M14.839 6.75c0 .666.27 1.269.706 1.705a2.4 2.4 0 0 0 1.705.706M21 6.75h-1.34m0 0c0 .666-.27 1.269-.705 1.705m.706-1.705a2.4 2.4 0 0 0-.707-1.704M14.84 6.75H13.5m6.402-2.652l-.948.948m-4.356 4.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDashboardCircleSettings(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10.5 6.75a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M21 17.25a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0m-10.5 0a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M17.25 3v1.34m0 0c.666 0 1.268.27 1.704.706M14.84 6.75a2.4 2.4 0 0 1 .707-1.704a2.4 2.4 0 0 1 1.704-.706m0 4.821V10.5m0-1.339c.666 0 1.268-.27 1.705-.706M14.839 6.75c0 .666.27 1.269.706 1.705a2.4 2.4 0 0 0 1.705.706M21 6.75h-1.34m0 0c0 .666-.27 1.269-.705 1.705m.706-1.705a2.4 2.4 0 0 0-.707-1.704M14.84 6.75H13.5m6.402-2.652l-.948.948m-4.356 4.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 6.75a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M21 17.25a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0m-10.5 0a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M17.25 3v1.34m0 0c.666 0 1.268.27 1.704.706M14.84 6.75a2.4 2.4 0 0 1 .707-1.704a2.4 2.4 0 0 1 1.704-.706m0 4.821V10.5m0-1.339c.666 0 1.268-.27 1.705-.706M14.839 6.75c0 .666.27 1.269.706 1.705a2.4 2.4 0 0 0 1.705.706M21 6.75h-1.34m0 0c0 .666-.27 1.269-.705 1.705m.706-1.705a2.4 2.4 0 0 0-.707-1.704M14.84 6.75H13.5m6.402-2.652l-.948.948m-4.356 4.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948"/></svg>
</template>

CSS

.icon-dashboard-circle-settings {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.5%206.75a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200M21%2017.25a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200m-10.5%200a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200M17.25%203v1.34m0%200c.666%200%201.268.27%201.704.706M14.84%206.75a2.4%202.4%200%200%201%20.707-1.704a2.4%202.4%200%200%201%201.704-.706m0%204.821V10.5m0-1.339c.666%200%201.268-.27%201.705-.706M14.839%206.75c0%20.666.27%201.269.706%201.705a2.4%202.4%200%200%200%201.705.706M21%206.75h-1.34m0%200c0%20.666-.27%201.269-.705%201.705m.706-1.705a2.4%202.4%200%200%200-.707-1.704M14.84%206.75H13.5m6.402-2.652l-.948.948m-4.356%204.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.5%206.75a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200M21%2017.25a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200m-10.5%200a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200M17.25%203v1.34m0%200c.666%200%201.268.27%201.704.706M14.84%206.75a2.4%202.4%200%200%201%20.707-1.704a2.4%202.4%200%200%201%201.704-.706m0%204.821V10.5m0-1.339c.666%200%201.268-.27%201.705-.706M14.839%206.75c0%20.666.27%201.269.706%201.705a2.4%202.4%200%200%200%201.705.706M21%206.75h-1.34m0%200c0%20.666-.27%201.269-.705%201.705m.706-1.705a2.4%202.4%200%200%200-.707-1.704M14.84%206.75H13.5m6.402-2.652l-.948.948m-4.356%204.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/dashboard-circle-settings.svg?color=%231a73e8&size=48