twotone settings system daydream icon

twotone-settings-system-daydream from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-settings-system-daydream
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone settings system daydream icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 15h6.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5h-.87l-.17-.86A2.496 2.496 0 0 0 12 9c-.96 0-1.84.57-2.26 1.45l-.27.57h-.73C7.74 11.15 7 11.99 7 13c0 1.1.9 2 2 2" opacity=".3"/><path fill="currentColor" d="M9 17h6.5c1.93 0 3.5-1.57 3.5-3.5c0-1.66-1.16-3.05-2.74-3.41C15.66 8.28 13.95 7 12 7c-1.53 0-2.96.8-3.78 2.08A3.98 3.98 0 0 0 5 13c0 2.21 1.79 4 4 4m-.26-5.98h.74l.27-.57C10.16 9.57 11.04 9 12 9c1.23 0 2.29.92 2.46 2.14l.17.86h.87c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H9c-1.1 0-2-.9-2-2c0-1.01.74-1.85 1.74-1.98M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16.01H3V4.99h18z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSettingsSystemDaydream(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 15h6.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5h-.87l-.17-.86A2.496 2.496 0 0 0 12 9c-.96 0-1.84.57-2.26 1.45l-.27.57h-.73C7.74 11.15 7 11.99 7 13c0 1.1.9 2 2 2" opacity=".3"/><path fill="currentColor" d="M9 17h6.5c1.93 0 3.5-1.57 3.5-3.5c0-1.66-1.16-3.05-2.74-3.41C15.66 8.28 13.95 7 12 7c-1.53 0-2.96.8-3.78 2.08A3.98 3.98 0 0 0 5 13c0 2.21 1.79 4 4 4m-.26-5.98h.74l.27-.57C10.16 9.57 11.04 9 12 9c1.23 0 2.29.92 2.46 2.14l.17.86h.87c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H9c-1.1 0-2-.9-2-2c0-1.01.74-1.85 1.74-1.98M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16.01H3V4.99h18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 15h6.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5h-.87l-.17-.86A2.496 2.496 0 0 0 12 9c-.96 0-1.84.57-2.26 1.45l-.27.57h-.73C7.74 11.15 7 11.99 7 13c0 1.1.9 2 2 2" opacity=".3"/><path fill="currentColor" d="M9 17h6.5c1.93 0 3.5-1.57 3.5-3.5c0-1.66-1.16-3.05-2.74-3.41C15.66 8.28 13.95 7 12 7c-1.53 0-2.96.8-3.78 2.08A3.98 3.98 0 0 0 5 13c0 2.21 1.79 4 4 4m-.26-5.98h.74l.27-.57C10.16 9.57 11.04 9 12 9c1.23 0 2.29.92 2.46 2.14l.17.86h.87c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H9c-1.1 0-2-.9-2-2c0-1.01.74-1.85 1.74-1.98M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16.01H3V4.99h18z"/></svg>
</template>

CSS

.icon-twotone-settings-system-daydream {
  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%22currentColor%22%20d%3D%22M9%2015h6.5c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5h-.87l-.17-.86A2.496%202.496%200%200%200%2012%209c-.96%200-1.84.57-2.26%201.45l-.27.57h-.73C7.74%2011.15%207%2011.99%207%2013c0%201.1.9%202%202%202%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2017h6.5c1.93%200%203.5-1.57%203.5-3.5c0-1.66-1.16-3.05-2.74-3.41C15.66%208.28%2013.95%207%2012%207c-1.53%200-2.96.8-3.78%202.08A3.98%203.98%200%200%200%205%2013c0%202.21%201.79%204%204%204m-.26-5.98h.74l.27-.57C10.16%209.57%2011.04%209%2012%209c1.23%200%202.29.92%202.46%202.14l.17.86h.87c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5H9c-1.1%200-2-.9-2-2c0-1.01.74-1.85%201.74-1.98M21%203H3c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h18c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m0%2016.01H3V4.99h18z%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%22currentColor%22%20d%3D%22M9%2015h6.5c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5h-.87l-.17-.86A2.496%202.496%200%200%200%2012%209c-.96%200-1.84.57-2.26%201.45l-.27.57h-.73C7.74%2011.15%207%2011.99%207%2013c0%201.1.9%202%202%202%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2017h6.5c1.93%200%203.5-1.57%203.5-3.5c0-1.66-1.16-3.05-2.74-3.41C15.66%208.28%2013.95%207%2012%207c-1.53%200-2.96.8-3.78%202.08A3.98%203.98%200%200%200%205%2013c0%202.21%201.79%204%204%204m-.26-5.98h.74l.27-.57C10.16%209.57%2011.04%209%2012%209c1.23%200%202.29.92%202.46%202.14l.17.86h.87c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5H9c-1.1%200-2-.9-2-2c0-1.01.74-1.85%201.74-1.98M21%203H3c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h18c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m0%2016.01H3V4.99h18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-settings-system-daydream.svg?color=%231a73e8&size=48