settings b roll icon
settings-b-roll-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- settings-b-roll-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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="m18.075 17.5l-1.425 1.45q-.15.15-.15.35t.15.35t.35.15t.35-.15l1.95-1.95q.3-.3.3-.7t-.3-.7l-1.95-1.95q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.45 1.45h-3.6q-.2 0-.35.15T14 17t.15.35t.35.15zm-4.612 3.038Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M10.575 22q-.6 0-1-.462t-.5-1.088L8.85 18.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1Q2.675 9.9 2.525 9.25t.2-1.225L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65 0 1.15.45t.6 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 .95.475 1.763t1.3 1.287q-.175.5-.25 1.025T10 17.125q0 1.05.338 2.038t.937 1.862q.2.3-.025.638t-.675.337"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsBRollRounded(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="m18.075 17.5l-1.425 1.45q-.15.15-.15.35t.15.35t.35.15t.35-.15l1.95-1.95q.3-.3.3-.7t-.3-.7l-1.95-1.95q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.45 1.45h-3.6q-.2 0-.35.15T14 17t.15.35t.35.15zm-4.612 3.038Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M10.575 22q-.6 0-1-.462t-.5-1.088L8.85 18.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1Q2.675 9.9 2.525 9.25t.2-1.225L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65 0 1.15.45t.6 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 .95.475 1.763t1.3 1.287q-.175.5-.25 1.025T10 17.125q0 1.05.338 2.038t.937 1.862q.2.3-.025.638t-.675.337"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.075 17.5l-1.425 1.45q-.15.15-.15.35t.15.35t.35.15t.35-.15l1.95-1.95q.3-.3.3-.7t-.3-.7l-1.95-1.95q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.45 1.45h-3.6q-.2 0-.35.15T14 17t.15.35t.35.15zm-4.612 3.038Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M10.575 22q-.6 0-1-.462t-.5-1.088L8.85 18.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1Q2.675 9.9 2.525 9.25t.2-1.225L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65 0 1.15.45t.6 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 .95.475 1.763t1.3 1.287q-.175.5-.25 1.025T10 17.125q0 1.05.338 2.038t.937 1.862q.2.3-.025.638t-.675.337"/></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%22m18.075%2017.5l-1.425%201.45q-.15.15-.15.35t.15.35t.35.15t.35-.15l1.95-1.95q.3-.3.3-.7t-.3-.7l-1.95-1.95q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.45%201.45h-3.6q-.2%200-.35.15T14%2017t.15.35t.35.15zm-4.612%203.038Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M10.575%2022q-.6%200-1-.462t-.5-1.088L8.85%2018.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5%2012.5%204.5%2012.337v-.675q0-.162.025-.337l-1.325-1Q2.675%209.9%202.525%209.25t.2-1.225L3.9%205.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65%200%201.15.45t.6%201.1l.225%201.65q.325.125.613.3t.562.375l1.55-.65q.625-.275%201.25-.05t.975.8l1.175%202.05q.35.575.2%201.225t-.675%201.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05%208.5q-1.45%200-2.475%201.025T8.55%2012q0%20.95.475%201.763t1.3%201.287q-.175.5-.25%201.025T10%2017.125q0%201.05.338%202.038t.937%201.862q.2.3-.025.638t-.675.337%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%22m18.075%2017.5l-1.425%201.45q-.15.15-.15.35t.15.35t.35.15t.35-.15l1.95-1.95q.3-.3.3-.7t-.3-.7l-1.95-1.95q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.45%201.45h-3.6q-.2%200-.35.15T14%2017t.15.35t.35.15zm-4.612%203.038Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M10.575%2022q-.6%200-1-.462t-.5-1.088L8.85%2018.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5%2012.5%204.5%2012.337v-.675q0-.162.025-.337l-1.325-1Q2.675%209.9%202.525%209.25t.2-1.225L3.9%205.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.563-.375t.612-.3l.225-1.65q.1-.65.6-1.1t1.15-.45h2.35q.65%200%201.15.45t.6%201.1l.225%201.65q.325.125.613.3t.562.375l1.55-.65q.625-.275%201.25-.05t.975.8l1.175%202.05q.35.575.2%201.225t-.675%201.075l-.2.15q-.2.15-.425.162t-.45-.087q-.525-.225-1.062-.363t-1.113-.162q-.625-.05-1.237.05t-1.238.175q-.475-.8-1.275-1.275T12.05%208.5q-1.45%200-2.475%201.025T8.55%2012q0%20.95.475%201.763t1.3%201.287q-.175.5-.25%201.025T10%2017.125q0%201.05.338%202.038t.937%201.862q.2.3-.025.638t-.675.337%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-b-roll-rounded.svg?color=%231a73e8&size=48