mode-dark-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
mode-dark-filled
Set
TDesign Icons
Style
Filled
Viewbox
25×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the mode dark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 24"><path fill="currentColor" d="m16.07 3.344l-1.428.781l1.428.781l.781 1.428l.781-1.428l1.428-.781l-1.428-.781l-.78-1.428zM2.226 12c0-5.523 4.477-10 10-10h1.734l-.868 1.5c-.579 1-.866 2.189-.866 3.5a7 7 0 0 0 8.348 6.87l1.682-.327l-.543 1.626A10 10 0 0 1 12.227 22c-5.523 0-10-4.477-10-10m18.5-5.584l.914 1.67L23.31 9l-1.67.914l-.914 1.67l-.913-1.67L18.143 9l1.67-.914z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignModeDarkFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 24"><path fill="currentColor" d="m16.07 3.344l-1.428.781l1.428.781l.781 1.428l.781-1.428l1.428-.781l-1.428-.781l-.78-1.428zM2.226 12c0-5.523 4.477-10 10-10h1.734l-.868 1.5c-.579 1-.866 2.189-.866 3.5a7 7 0 0 0 8.348 6.87l1.682-.327l-.543 1.626A10 10 0 0 1 12.227 22c-5.523 0-10-4.477-10-10m18.5-5.584l.914 1.67L23.31 9l-1.67.914l-.914 1.67l-.913-1.67L18.143 9l1.67-.914z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 24"><path fill="currentColor" d="m16.07 3.344l-1.428.781l1.428.781l.781 1.428l.781-1.428l1.428-.781l-1.428-.781l-.78-1.428zM2.226 12c0-5.523 4.477-10 10-10h1.734l-.868 1.5c-.579 1-.866 2.189-.866 3.5a7 7 0 0 0 8.348 6.87l1.682-.327l-.543 1.626A10 10 0 0 1 12.227 22c-5.523 0-10-4.477-10-10m18.5-5.584l.914 1.67L23.31 9l-1.67.914l-.914 1.67l-.913-1.67L18.143 9l1.67-.914z"/></svg>
</template>

CSS

.icon-mode-dark-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%2025%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.07%203.344l-1.428.781l1.428.781l.781%201.428l.781-1.428l1.428-.781l-1.428-.781l-.78-1.428zM2.226%2012c0-5.523%204.477-10%2010-10h1.734l-.868%201.5c-.579%201-.866%202.189-.866%203.5a7%207%200%200%200%208.348%206.87l1.682-.327l-.543%201.626A10%2010%200%200%201%2012.227%2022c-5.523%200-10-4.477-10-10m18.5-5.584l.914%201.67L23.31%209l-1.67.914l-.914%201.67l-.913-1.67L18.143%209l1.67-.914z%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%2025%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.07%203.344l-1.428.781l1.428.781l.781%201.428l.781-1.428l1.428-.781l-1.428-.781l-.78-1.428zM2.226%2012c0-5.523%204.477-10%2010-10h1.734l-.868%201.5c-.579%201-.866%202.189-.866%203.5a7%207%200%200%200%208.348%206.87l1.682-.327l-.543%201.626A10%2010%200%200%201%2012.227%2022c-5.523%200-10-4.477-10-10m18.5-5.584l.914%201.67L23.31%209l-1.67.914l-.914%201.67l-.913-1.67L18.143%209l1.67-.914z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/mode-dark-filled.svg?color=%231a73e8&size=48