styler-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
styler-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the styler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.4 14H7q0-.425.288-.712T8 13h8q.425 0 .713.288T17 14h1.6q.175 0 .288-.125T19 13.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75 3q-.125.05-.187.138T5 13.55q0 .2.113.325T5.4 14M9 20h6v-5H9zm4.475-14.837q-.375-.163-.55-.538q-.125-.275-.363-.45T12 4q-.425 0-.712.288T11 5t.288.713T12 6t.713.288T13 7v1.45l6.55 2.9q.65.3 1.05.913T21 13.6q0 1-.7 1.7t-1.7.7H17v5q0 .425-.288.713T16 22H8q-.425 0-.712-.288T7 21v-5H5.4q-1 0-1.7-.7T3 13.6q0-.725.4-1.337t1.05-.913L11 8.45V7.8q-.9-.325-1.45-1.087T9 5q0-1.25.875-2.125T12 2q.95 0 1.688.525t1.087 1.325q.175.375 0 .75t-.55.55t-.75.012M9 15h6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStylerOutlineRounded(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="M5.4 14H7q0-.425.288-.712T8 13h8q.425 0 .713.288T17 14h1.6q.175 0 .288-.125T19 13.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75 3q-.125.05-.187.138T5 13.55q0 .2.113.325T5.4 14M9 20h6v-5H9zm4.475-14.837q-.375-.163-.55-.538q-.125-.275-.363-.45T12 4q-.425 0-.712.288T11 5t.288.713T12 6t.713.288T13 7v1.45l6.55 2.9q.65.3 1.05.913T21 13.6q0 1-.7 1.7t-1.7.7H17v5q0 .425-.288.713T16 22H8q-.425 0-.712-.288T7 21v-5H5.4q-1 0-1.7-.7T3 13.6q0-.725.4-1.337t1.05-.913L11 8.45V7.8q-.9-.325-1.45-1.087T9 5q0-1.25.875-2.125T12 2q.95 0 1.688.525t1.087 1.325q.175.375 0 .75t-.55.55t-.75.012M9 15h6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.4 14H7q0-.425.288-.712T8 13h8q.425 0 .713.288T17 14h1.6q.175 0 .288-.125T19 13.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75 3q-.125.05-.187.138T5 13.55q0 .2.113.325T5.4 14M9 20h6v-5H9zm4.475-14.837q-.375-.163-.55-.538q-.125-.275-.363-.45T12 4q-.425 0-.712.288T11 5t.288.713T12 6t.713.288T13 7v1.45l6.55 2.9q.65.3 1.05.913T21 13.6q0 1-.7 1.7t-1.7.7H17v5q0 .425-.288.713T16 22H8q-.425 0-.712-.288T7 21v-5H5.4q-1 0-1.7-.7T3 13.6q0-.725.4-1.337t1.05-.913L11 8.45V7.8q-.9-.325-1.45-1.087T9 5q0-1.25.875-2.125T12 2q.95 0 1.688.525t1.087 1.325q.175.375 0 .75t-.55.55t-.75.012M9 15h6z"/></svg>
</template>

CSS

.icon-styler-outline-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%22M5.4%2014H7q0-.425.288-.712T8%2013h8q.425%200%20.713.288T17%2014h1.6q.175%200%20.288-.125T19%2013.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75%203q-.125.05-.187.138T5%2013.55q0%20.2.113.325T5.4%2014M9%2020h6v-5H9zm4.475-14.837q-.375-.163-.55-.538q-.125-.275-.363-.45T12%204q-.425%200-.712.288T11%205t.288.713T12%206t.713.288T13%207v1.45l6.55%202.9q.65.3%201.05.913T21%2013.6q0%201-.7%201.7t-1.7.7H17v5q0%20.425-.288.713T16%2022H8q-.425%200-.712-.288T7%2021v-5H5.4q-1%200-1.7-.7T3%2013.6q0-.725.4-1.337t1.05-.913L11%208.45V7.8q-.9-.325-1.45-1.087T9%205q0-1.25.875-2.125T12%202q.95%200%201.688.525t1.087%201.325q.175.375%200%20.75t-.55.55t-.75.012M9%2015h6z%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%22M5.4%2014H7q0-.425.288-.712T8%2013h8q.425%200%20.713.288T17%2014h1.6q.175%200%20.288-.125T19%2013.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75%203q-.125.05-.187.138T5%2013.55q0%20.2.113.325T5.4%2014M9%2020h6v-5H9zm4.475-14.837q-.375-.163-.55-.538q-.125-.275-.363-.45T12%204q-.425%200-.712.288T11%205t.288.713T12%206t.713.288T13%207v1.45l6.55%202.9q.65.3%201.05.913T21%2013.6q0%201-.7%201.7t-1.7.7H17v5q0%20.425-.288.713T16%2022H8q-.425%200-.712-.288T7%2021v-5H5.4q-1%200-1.7-.7T3%2013.6q0-.725.4-1.337t1.05-.913L11%208.45V7.8q-.9-.325-1.45-1.087T9%205q0-1.25.875-2.125T12%202q.95%200%201.688.525t1.087%201.325q.175.375%200%20.75t-.55.55t-.75.012M9%2015h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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