settings-b-roll-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
settings-b-roll-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the settings b roll icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.767 17.154l-1.27 1.277q-.113.111-.122.263t.121.283t.273.13t.273-.13l1.642-1.642q.243-.243.243-.566t-.242-.565l-1.643-1.643q-.111-.111-.263-.12q-.152-.01-.283.12t-.13.273q0 .143.13.274l1.296 1.276h-3.138q-.162 0-.273.112t-.112.273t.112.273t.273.112zm-3.987 2.605q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24 2.99-1.24t2.99 1.24Q21 15.022 21 16.77t-1.241 2.99Q18.517 21 16.769 21t-2.99-1.241M10.903 21q-.33 0-.567-.232t-.299-.568l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.02q-.327-.118-.504-.405l-1.08-1.859q-.177-.286-.104-.629t.348-.555l1.672-1.25q-.045-.271-.073-.55q-.03-.277-.03-.568t.03-.578t.073-.577l-1.672-1.25q-.275-.214-.338-.556t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.938-.663t1.045-.474l.283-2.092q.061-.342.32-.571q.26-.229.603-.229h2.08q.343 0 .602.229q.26.229.321.571l.264 2.112q.536.182 1.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06 1.819q.177.287.104.629t-.348.556l-.912.688q-.142.112-.319.143q-.177.032-.344-.03q-.39-.128-.784-.189t-.795-.067q-.74-.011-1.45.137q-.708.148-1.371.435q-.34-.57-.92-.9q-.578-.331-1.24-.331q-1.046 0-1.773.727T9.473 12q0 .662.321 1.234q.322.572.897.912q-.252.731-.385 1.487t-.133 1.53q0 .877.29 1.692q.289.814.774 1.554q.123.185.013.388t-.348.203"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSettingsBRollRounded(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="m17.767 17.154l-1.27 1.277q-.113.111-.122.263t.121.283t.273.13t.273-.13l1.642-1.642q.243-.243.243-.566t-.242-.565l-1.643-1.643q-.111-.111-.263-.12q-.152-.01-.283.12t-.13.273q0 .143.13.274l1.296 1.276h-3.138q-.162 0-.273.112t-.112.273t.112.273t.273.112zm-3.987 2.605q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24 2.99-1.24t2.99 1.24Q21 15.022 21 16.77t-1.241 2.99Q18.517 21 16.769 21t-2.99-1.241M10.903 21q-.33 0-.567-.232t-.299-.568l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.02q-.327-.118-.504-.405l-1.08-1.859q-.177-.286-.104-.629t.348-.555l1.672-1.25q-.045-.271-.073-.55q-.03-.277-.03-.568t.03-.578t.073-.577l-1.672-1.25q-.275-.214-.338-.556t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.938-.663t1.045-.474l.283-2.092q.061-.342.32-.571q.26-.229.603-.229h2.08q.343 0 .602.229q.26.229.321.571l.264 2.112q.536.182 1.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06 1.819q.177.287.104.629t-.348.556l-.912.688q-.142.112-.319.143q-.177.032-.344-.03q-.39-.128-.784-.189t-.795-.067q-.74-.011-1.45.137q-.708.148-1.371.435q-.34-.57-.92-.9q-.578-.331-1.24-.331q-1.046 0-1.773.727T9.473 12q0 .662.321 1.234q.322.572.897.912q-.252.731-.385 1.487t-.133 1.53q0 .877.29 1.692q.289.814.774 1.554q.123.185.013.388t-.348.203"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.767 17.154l-1.27 1.277q-.113.111-.122.263t.121.283t.273.13t.273-.13l1.642-1.642q.243-.243.243-.566t-.242-.565l-1.643-1.643q-.111-.111-.263-.12q-.152-.01-.283.12t-.13.273q0 .143.13.274l1.296 1.276h-3.138q-.162 0-.273.112t-.112.273t.112.273t.273.112zm-3.987 2.605q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24 2.99-1.24t2.99 1.24Q21 15.022 21 16.77t-1.241 2.99Q18.517 21 16.769 21t-2.99-1.241M10.903 21q-.33 0-.567-.232t-.299-.568l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.02q-.327-.118-.504-.405l-1.08-1.859q-.177-.286-.104-.629t.348-.555l1.672-1.25q-.045-.271-.073-.55q-.03-.277-.03-.568t.03-.578t.073-.577l-1.672-1.25q-.275-.214-.338-.556t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.938-.663t1.045-.474l.283-2.092q.061-.342.32-.571q.26-.229.603-.229h2.08q.343 0 .602.229q.26.229.321.571l.264 2.112q.536.182 1.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06 1.819q.177.287.104.629t-.348.556l-.912.688q-.142.112-.319.143q-.177.032-.344-.03q-.39-.128-.784-.189t-.795-.067q-.74-.011-1.45.137q-.708.148-1.371.435q-.34-.57-.92-.9q-.578-.331-1.24-.331q-1.046 0-1.773.727T9.473 12q0 .662.321 1.234q.322.572.897.912q-.252.731-.385 1.487t-.133 1.53q0 .877.29 1.692q.289.814.774 1.554q.123.185.013.388t-.348.203"/></svg>
</template>

CSS

.icon-settings-b-roll-rounded {
  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%22m17.767%2017.154l-1.27%201.277q-.113.111-.122.263t.121.283t.273.13t.273-.13l1.642-1.642q.243-.243.243-.566t-.242-.565l-1.643-1.643q-.111-.111-.263-.12q-.152-.01-.283.12t-.13.273q0%20.143.13.274l1.296%201.276h-3.138q-.162%200-.273.112t-.112.273t.112.273t.273.112zm-3.987%202.605q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24%202.99-1.24t2.99%201.24Q21%2015.022%2021%2016.77t-1.241%202.99Q18.517%2021%2016.769%2021t-2.99-1.241M10.903%2021q-.33%200-.567-.232t-.299-.568l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.02q-.327-.118-.504-.405l-1.08-1.859q-.177-.286-.104-.629t.348-.555l1.672-1.25q-.045-.271-.073-.55q-.03-.277-.03-.568t.03-.578t.073-.577l-1.672-1.25q-.275-.214-.338-.556t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.938-.663t1.045-.474l.283-2.092q.061-.342.32-.571q.26-.229.603-.229h2.08q.343%200%20.602.229q.26.229.321.571l.264%202.112q.536.182%201.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06%201.819q.177.287.104.629t-.348.556l-.912.688q-.142.112-.319.143q-.177.032-.344-.03q-.39-.128-.784-.189t-.795-.067q-.74-.011-1.45.137q-.708.148-1.371.435q-.34-.57-.92-.9q-.578-.331-1.24-.331q-1.046%200-1.773.727T9.473%2012q0%20.662.321%201.234q.322.572.897.912q-.252.731-.385%201.487t-.133%201.53q0%20.877.29%201.692q.289.814.774%201.554q.123.185.013.388t-.348.203%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%22m17.767%2017.154l-1.27%201.277q-.113.111-.122.263t.121.283t.273.13t.273-.13l1.642-1.642q.243-.243.243-.566t-.242-.565l-1.643-1.643q-.111-.111-.263-.12q-.152-.01-.283.12t-.13.273q0%20.143.13.274l1.296%201.276h-3.138q-.162%200-.273.112t-.112.273t.112.273t.273.112zm-3.987%202.605q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24%202.99-1.24t2.99%201.24Q21%2015.022%2021%2016.77t-1.241%202.99Q18.517%2021%2016.769%2021t-2.99-1.241M10.903%2021q-.33%200-.567-.232t-.299-.568l-.263-2.092q-.479-.145-1.035-.454q-.557-.31-.948-.664l-1.915.824q-.317.14-.644.02q-.327-.118-.504-.405l-1.08-1.859q-.177-.286-.104-.629t.348-.555l1.672-1.25q-.045-.271-.073-.55q-.03-.277-.03-.568t.03-.578t.073-.577l-1.672-1.25q-.275-.214-.338-.556t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.938-.663t1.045-.474l.283-2.092q.061-.342.32-.571q.26-.229.603-.229h2.08q.343%200%20.602.229q.26.229.321.571l.264%202.112q.536.182%201.016.463t.909.654l1.992-.804q.318-.14.645-.021t.503.406l1.06%201.819q.177.287.104.629t-.348.556l-.912.688q-.142.112-.319.143q-.177.032-.344-.03q-.39-.128-.784-.189t-.795-.067q-.74-.011-1.45.137q-.708.148-1.371.435q-.34-.57-.92-.9q-.578-.331-1.24-.331q-1.046%200-1.773.727T9.473%2012q0%20.662.321%201.234q.322.572.897.912q-.252.731-.385%201.487t-.133%201.53q0%20.877.29%201.692q.289.814.774%201.554q.123.185.013.388t-.348.203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/settings-b-roll-rounded.svg?color=%231a73e8&size=48