tune icon
tune-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- tune-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- tune-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the tune icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 20.356Q11.5 20.213 11.5 20v-4q0-.213.144-.356t.357-.144t.356.144t.143.356v1.5H20q.213 0 .356.144t.144.357t-.144.356T20 18.5h-7.5V20q0 .213-.144.356t-.357.144t-.356-.144M4 18.5q-.213 0-.356-.144t-.144-.357t.144-.356T4 17.5h4q.213 0 .356.144t.144.357t-.144.356T8 18.5zm3.643-4.144Q7.5 14.213 7.5 14v-1.5H4q-.213 0-.356-.144t-.144-.357t.144-.356T4 11.5h3.5V10q0-.213.144-.356t.357-.144t.356.144T8.5 10v4q0 .213-.144.356t-.357.144t-.356-.144M12 12.5q-.213 0-.356-.144t-.144-.357t.144-.356T12 11.5h8q.213 0 .356.144t.144.357t-.144.356T20 12.5zm3.643-4.144Q15.5 8.213 15.5 8V4q0-.213.144-.356t.357-.144t.356.144T16.5 4v1.5H20q.213 0 .356.144t.144.357t-.144.356T20 6.5h-3.5V8q0 .213-.144.356t-.357.144t-.356-.144M4 6.5q-.213 0-.356-.144T3.5 5.999t.144-.356T4 5.5h8q.213 0 .356.144t.144.357t-.144.356T12 6.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTuneRounded(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="M11.643 20.356Q11.5 20.213 11.5 20v-4q0-.213.144-.356t.357-.144t.356.144t.143.356v1.5H20q.213 0 .356.144t.144.357t-.144.356T20 18.5h-7.5V20q0 .213-.144.356t-.357.144t-.356-.144M4 18.5q-.213 0-.356-.144t-.144-.357t.144-.356T4 17.5h4q.213 0 .356.144t.144.357t-.144.356T8 18.5zm3.643-4.144Q7.5 14.213 7.5 14v-1.5H4q-.213 0-.356-.144t-.144-.357t.144-.356T4 11.5h3.5V10q0-.213.144-.356t.357-.144t.356.144T8.5 10v4q0 .213-.144.356t-.357.144t-.356-.144M12 12.5q-.213 0-.356-.144t-.144-.357t.144-.356T12 11.5h8q.213 0 .356.144t.144.357t-.144.356T20 12.5zm3.643-4.144Q15.5 8.213 15.5 8V4q0-.213.144-.356t.357-.144t.356.144T16.5 4v1.5H20q.213 0 .356.144t.144.357t-.144.356T20 6.5h-3.5V8q0 .213-.144.356t-.357.144t-.356-.144M4 6.5q-.213 0-.356-.144T3.5 5.999t.144-.356T4 5.5h8q.213 0 .356.144t.144.357t-.144.356T12 6.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 20.356Q11.5 20.213 11.5 20v-4q0-.213.144-.356t.357-.144t.356.144t.143.356v1.5H20q.213 0 .356.144t.144.357t-.144.356T20 18.5h-7.5V20q0 .213-.144.356t-.357.144t-.356-.144M4 18.5q-.213 0-.356-.144t-.144-.357t.144-.356T4 17.5h4q.213 0 .356.144t.144.357t-.144.356T8 18.5zm3.643-4.144Q7.5 14.213 7.5 14v-1.5H4q-.213 0-.356-.144t-.144-.357t.144-.356T4 11.5h3.5V10q0-.213.144-.356t.357-.144t.356.144T8.5 10v4q0 .213-.144.356t-.357.144t-.356-.144M12 12.5q-.213 0-.356-.144t-.144-.357t.144-.356T12 11.5h8q.213 0 .356.144t.144.357t-.144.356T20 12.5zm3.643-4.144Q15.5 8.213 15.5 8V4q0-.213.144-.356t.357-.144t.356.144T16.5 4v1.5H20q.213 0 .356.144t.144.357t-.144.356T20 6.5h-3.5V8q0 .213-.144.356t-.357.144t-.356-.144M4 6.5q-.213 0-.356-.144T3.5 5.999t.144-.356T4 5.5h8q.213 0 .356.144t.144.357t-.144.356T12 6.5z"/></svg> </template>
CSS
.icon-tune-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%22M11.643%2020.356Q11.5%2020.213%2011.5%2020v-4q0-.213.144-.356t.357-.144t.356.144t.143.356v1.5H20q.213%200%20.356.144t.144.357t-.144.356T20%2018.5h-7.5V20q0%20.213-.144.356t-.357.144t-.356-.144M4%2018.5q-.213%200-.356-.144t-.144-.357t.144-.356T4%2017.5h4q.213%200%20.356.144t.144.357t-.144.356T8%2018.5zm3.643-4.144Q7.5%2014.213%207.5%2014v-1.5H4q-.213%200-.356-.144t-.144-.357t.144-.356T4%2011.5h3.5V10q0-.213.144-.356t.357-.144t.356.144T8.5%2010v4q0%20.213-.144.356t-.357.144t-.356-.144M12%2012.5q-.213%200-.356-.144t-.144-.357t.144-.356T12%2011.5h8q.213%200%20.356.144t.144.357t-.144.356T20%2012.5zm3.643-4.144Q15.5%208.213%2015.5%208V4q0-.213.144-.356t.357-.144t.356.144T16.5%204v1.5H20q.213%200%20.356.144t.144.357t-.144.356T20%206.5h-3.5V8q0%20.213-.144.356t-.357.144t-.356-.144M4%206.5q-.213%200-.356-.144T3.5%205.999t.144-.356T4%205.5h8q.213%200%20.356.144t.144.357t-.144.356T12%206.5z%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%22M11.643%2020.356Q11.5%2020.213%2011.5%2020v-4q0-.213.144-.356t.357-.144t.356.144t.143.356v1.5H20q.213%200%20.356.144t.144.357t-.144.356T20%2018.5h-7.5V20q0%20.213-.144.356t-.357.144t-.356-.144M4%2018.5q-.213%200-.356-.144t-.144-.357t.144-.356T4%2017.5h4q.213%200%20.356.144t.144.357t-.144.356T8%2018.5zm3.643-4.144Q7.5%2014.213%207.5%2014v-1.5H4q-.213%200-.356-.144t-.144-.357t.144-.356T4%2011.5h3.5V10q0-.213.144-.356t.357-.144t.356.144T8.5%2010v4q0%20.213-.144.356t-.357.144t-.356-.144M12%2012.5q-.213%200-.356-.144t-.144-.357t.144-.356T12%2011.5h8q.213%200%20.356.144t.144.357t-.144.356T20%2012.5zm3.643-4.144Q15.5%208.213%2015.5%208V4q0-.213.144-.356t.357-.144t.356.144T16.5%204v1.5H20q.213%200%20.356.144t.144.357t-.144.356T20%206.5h-3.5V8q0%20.213-.144.356t-.357.144t-.356-.144M4%206.5q-.213%200-.356-.144T3.5%205.999t.144-.356T4%205.5h8q.213%200%20.356.144t.144.357t-.144.356T12%206.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tune-rounded.svg?color=%231a73e8&size=48