ui settings negative icon

ui-settings-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
ui-settings-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the ui settings negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsUiSettingsNegative)"><path d="M24 29a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path fill-rule="evenodd" d="M24 34c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16" clip-rule="evenodd"/><path fill-rule="evenodd" d="M48 0H0v48h48zM20 6v1.202c-.666 6.63-2.895 7.56-9.365 4.463l-.223-.13l-4 6.93l.932.538c5.34 3.79 5.341 6.153.103 9.935l-1.035.598l4 6.928l.434-.25c6.335-3.02 8.484-2.006 9.154 4.62V42h8v-.304l.027.329c.508-7.477 2.444-8.907 8.8-6l.761.44l3.98-6.894l.02-.035l-.456-.264c-5.899-4.074-5.838-6.483.066-10.583l.39-.225l-4-6.928l-.69.399C30.662 14.843 28.618 13.6 28 6.734V6z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsUiSettingsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsUiSettingsNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clipPath="url(#healthiconsUiSettingsNegative)"><path d="M24 29a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path fillRule="evenodd" d="M24 34c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16" clipRule="evenodd"/><path fillRule="evenodd" d="M48 0H0v48h48zM20 6v1.202c-.666 6.63-2.895 7.56-9.365 4.463l-.223-.13l-4 6.93l.932.538c5.34 3.79 5.341 6.153.103 9.935l-1.035.598l4 6.928l.434-.25c6.335-3.02 8.484-2.006 9.154 4.62V42h8v-.304l.027.329c.508-7.477 2.444-8.907 8.8-6l.761.44l3.98-6.894l.02-.035l-.456-.264c-5.899-4.074-5.838-6.483.066-10.583l.39-.225l-4-6.928l-.69.399C30.662 14.843 28.618 13.6 28 6.734V6z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsUiSettingsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsUiSettingsNegative)"><path d="M24 29a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path fill-rule="evenodd" d="M24 34c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16" clip-rule="evenodd"/><path fill-rule="evenodd" d="M48 0H0v48h48zM20 6v1.202c-.666 6.63-2.895 7.56-9.365 4.463l-.223-.13l-4 6.93l.932.538c5.34 3.79 5.341 6.153.103 9.935l-1.035.598l4 6.928l.434-.25c6.335-3.02 8.484-2.006 9.154 4.62V42h8v-.304l.027.329c.508-7.477 2.444-8.907 8.8-6l.761.44l3.98-6.894l.02-.035l-.456-.264c-5.899-4.074-5.838-6.483.066-10.583l.39-.225l-4-6.928l-.69.399C30.662 14.843 28.618 13.6 28 6.734V6z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsUiSettingsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-ui-settings-negative {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsUiSettingsNegative)%22%3E%3Cpath%20d%3D%22M24%2029a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2034c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010m0-2a8%208%200%201%200%200-16a8%208%200%200%200%200%2016%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM20%206v1.202c-.666%206.63-2.895%207.56-9.365%204.463l-.223-.13l-4%206.93l.932.538c5.34%203.79%205.341%206.153.103%209.935l-1.035.598l4%206.928l.434-.25c6.335-3.02%208.484-2.006%209.154%204.62V42h8v-.304l.027.329c.508-7.477%202.444-8.907%208.8-6l.761.44l3.98-6.894l.02-.035l-.456-.264c-5.899-4.074-5.838-6.483.066-10.583l.39-.225l-4-6.928l-.69.399C30.662%2014.843%2028.618%2013.6%2028%206.734V6z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsUiSettingsNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsUiSettingsNegative)%22%3E%3Cpath%20d%3D%22M24%2029a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2034c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010m0-2a8%208%200%201%200%200-16a8%208%200%200%200%200%2016%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM20%206v1.202c-.666%206.63-2.895%207.56-9.365%204.463l-.223-.13l-4%206.93l.932.538c5.34%203.79%205.341%206.153.103%209.935l-1.035.598l4%206.928l.434-.25c6.335-3.02%208.484-2.006%209.154%204.62V42h8v-.304l.027.329c.508-7.477%202.444-8.907%208.8-6l.761.44l3.98-6.894l.02-.035l-.456-.264c-5.899-4.074-5.838-6.483.066-10.583l.39-.225l-4-6.928l-.69.399C30.662%2014.843%2028.618%2013.6%2028%206.734V6z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsUiSettingsNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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