settings b roll icon
settings-b-roll from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- settings-b-roll
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-b-roll-sharp
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="m16.77 19.25l2.48-2.48l-2.48-2.482l-.547.546l1.57 1.55h-3.524v.77h3.498l-1.544 1.55zm-2.99.509q-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.136 21l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.938-.664q.489-.29 1.045-.473L10.134 3h3.732l.361 2.912q.537.182 1.016.463t.909.654l2.725-1.115l1.865 3.211l-1.85 1.4q-.519-.183-1.05-.277t-1.073-.094q-.692 0-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046 0-1.773.727T9.473 12q0 .662.328 1.24q.328.58.897.92q-.304.711-.414 1.47q-.111.759-.111 1.534q.064 1.053.447 2.047q.384.993 1.076 1.789z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsBRoll(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="m16.77 19.25l2.48-2.48l-2.48-2.482l-.547.546l1.57 1.55h-3.524v.77h3.498l-1.544 1.55zm-2.99.509q-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.136 21l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.938-.664q.489-.29 1.045-.473L10.134 3h3.732l.361 2.912q.537.182 1.016.463t.909.654l2.725-1.115l1.865 3.211l-1.85 1.4q-.519-.183-1.05-.277t-1.073-.094q-.692 0-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046 0-1.773.727T9.473 12q0 .662.328 1.24q.328.58.897.92q-.304.711-.414 1.47q-.111.759-.111 1.534q.064 1.053.447 2.047q.384.993 1.076 1.789z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.77 19.25l2.48-2.48l-2.48-2.482l-.547.546l1.57 1.55h-3.524v.77h3.498l-1.544 1.55zm-2.99.509q-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.136 21l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.938-.664q.489-.29 1.045-.473L10.134 3h3.732l.361 2.912q.537.182 1.016.463t.909.654l2.725-1.115l1.865 3.211l-1.85 1.4q-.519-.183-1.05-.277t-1.073-.094q-.692 0-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046 0-1.773.727T9.473 12q0 .662.328 1.24q.328.58.897.92q-.304.711-.414 1.47q-.111.759-.111 1.534q.064 1.053.447 2.047q.384.993 1.076 1.789z"/></svg> </template>
CSS
.icon-settings-b-roll {
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%22m16.77%2019.25l2.48-2.48l-2.48-2.482l-.547.546l1.57%201.55h-3.524v.77h3.498l-1.544%201.55zm-2.99.509q-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.136%2021l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.938-.664q.489-.29%201.045-.473L10.134%203h3.732l.361%202.912q.537.182%201.016.463t.909.654l2.725-1.115l1.865%203.211l-1.85%201.4q-.519-.183-1.05-.277t-1.073-.094q-.692%200-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046%200-1.773.727T9.473%2012q0%20.662.328%201.24q.328.58.897.92q-.304.711-.414%201.47q-.111.759-.111%201.534q.064%201.053.447%202.047q.384.993%201.076%201.789z%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%22m16.77%2019.25l2.48-2.48l-2.48-2.482l-.547.546l1.57%201.55h-3.524v.77h3.498l-1.544%201.55zm-2.99.509q-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.136%2021l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.938-.664q.489-.29%201.045-.473L10.134%203h3.732l.361%202.912q.537.182%201.016.463t.909.654l2.725-1.115l1.865%203.211l-1.85%201.4q-.519-.183-1.05-.277t-1.073-.094q-.692%200-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046%200-1.773.727T9.473%2012q0%20.662.328%201.24q.328.58.897.92q-.304.711-.414%201.47q-.111.759-.111%201.534q.064%201.053.447%202.047q.384.993%201.076%201.789z%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.svg?color=%231a73e8&size=48