settings minimalistic icon

settings-minimalistic-broken from Solar by 480 Design · Broken · Settings · CC-BY-4.0 Attribution required.

Name
settings-minimalistic-broken
Set
Solar
Style
Broken
Category
Settings
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More settings icons from Solar

Use the settings minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M7.84308 20.1979C9.8718 21.3993 10.8862 22 12 22C13.1138 22 14.1282 21.3993 16.1569 20.1979L16.8431 19.7915C18.8718 18.5901 19.8862 17.9894 20.4431 17C21 16.0106 21 14.8092 21 12.4063M20.8147 8C20.7326 7.62759 20.6141 7.3038 20.4431 7C19.8862 6.01057 18.8718 5.40987 16.8431 4.20846L16.1569 3.80211C14.1282 2.6007 13.1138 2 12 2C10.8862 2 9.8718 2.6007 7.84308 3.80211L7.15692 4.20846C5.1282 5.40987 4.11384 6.01057 3.55692 7C3 7.98943 3 9.19084 3 11.5937V12.4063C3 14.8092 3 16.0106 3.55692 17C3.78326 17.4021 4.08516 17.74 4.5 18.0802"/><circle cx="12" cy="12" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSettingsMinimalisticBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M7.84308 20.1979C9.8718 21.3993 10.8862 22 12 22C13.1138 22 14.1282 21.3993 16.1569 20.1979L16.8431 19.7915C18.8718 18.5901 19.8862 17.9894 20.4431 17C21 16.0106 21 14.8092 21 12.4063M20.8147 8C20.7326 7.62759 20.6141 7.3038 20.4431 7C19.8862 6.01057 18.8718 5.40987 16.8431 4.20846L16.1569 3.80211C14.1282 2.6007 13.1138 2 12 2C10.8862 2 9.8718 2.6007 7.84308 3.80211L7.15692 4.20846C5.1282 5.40987 4.11384 6.01057 3.55692 7C3 7.98943 3 9.19084 3 11.5937V12.4063C3 14.8092 3 16.0106 3.55692 17C3.78326 17.4021 4.08516 17.74 4.5 18.0802"/><circle cx="12" cy="12" r="3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M7.84308 20.1979C9.8718 21.3993 10.8862 22 12 22C13.1138 22 14.1282 21.3993 16.1569 20.1979L16.8431 19.7915C18.8718 18.5901 19.8862 17.9894 20.4431 17C21 16.0106 21 14.8092 21 12.4063M20.8147 8C20.7326 7.62759 20.6141 7.3038 20.4431 7C19.8862 6.01057 18.8718 5.40987 16.8431 4.20846L16.1569 3.80211C14.1282 2.6007 13.1138 2 12 2C10.8862 2 9.8718 2.6007 7.84308 3.80211L7.15692 4.20846C5.1282 5.40987 4.11384 6.01057 3.55692 7C3 7.98943 3 9.19084 3 11.5937V12.4063C3 14.8092 3 16.0106 3.55692 17C3.78326 17.4021 4.08516 17.74 4.5 18.0802"/><circle cx="12" cy="12" r="3"/></g></svg>
</template>

CSS

.icon-settings-minimalistic-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.84308%2020.1979C9.8718%2021.3993%2010.8862%2022%2012%2022C13.1138%2022%2014.1282%2021.3993%2016.1569%2020.1979L16.8431%2019.7915C18.8718%2018.5901%2019.8862%2017.9894%2020.4431%2017C21%2016.0106%2021%2014.8092%2021%2012.4063M20.8147%208C20.7326%207.62759%2020.6141%207.3038%2020.4431%207C19.8862%206.01057%2018.8718%205.40987%2016.8431%204.20846L16.1569%203.80211C14.1282%202.6007%2013.1138%202%2012%202C10.8862%202%209.8718%202.6007%207.84308%203.80211L7.15692%204.20846C5.1282%205.40987%204.11384%206.01057%203.55692%207C3%207.98943%203%209.19084%203%2011.5937V12.4063C3%2014.8092%203%2016.0106%203.55692%2017C3.78326%2017.4021%204.08516%2017.74%204.5%2018.0802%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.84308%2020.1979C9.8718%2021.3993%2010.8862%2022%2012%2022C13.1138%2022%2014.1282%2021.3993%2016.1569%2020.1979L16.8431%2019.7915C18.8718%2018.5901%2019.8862%2017.9894%2020.4431%2017C21%2016.0106%2021%2014.8092%2021%2012.4063M20.8147%208C20.7326%207.62759%2020.6141%207.3038%2020.4431%207C19.8862%206.01057%2018.8718%205.40987%2016.8431%204.20846L16.1569%203.80211C14.1282%202.6007%2013.1138%202%2012%202C10.8862%202%209.8718%202.6007%207.84308%203.80211L7.15692%204.20846C5.1282%205.40987%204.11384%206.01057%203.55692%207C3%207.98943%203%209.19084%203%2011.5937V12.4063C3%2014.8092%203%2016.0106%203.55692%2017C3.78326%2017.4021%204.08516%2017.74%204.5%2018.0802%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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