styler icon
styler from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- styler
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- styler-sharp
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="M7 22v-6H5.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 2t2.125.875T15 5h-2q0-.425-.288-.712T12 4t-.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.7H17v6zm-1.6-8H7v-1h10v1h1.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 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsStyler(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="M7 22v-6H5.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 2t2.125.875T15 5h-2q0-.425-.288-.712T12 4t-.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.7H17v6zm-1.6-8H7v-1h10v1h1.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 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22v-6H5.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 2t2.125.875T15 5h-2q0-.425-.288-.712T12 4t-.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.7H17v6zm-1.6-8H7v-1h10v1h1.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 14"/></svg> </template>
CSS
.icon-styler {
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%22M7%2022v-6H5.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%202t2.125.875T15%205h-2q0-.425-.288-.712T12%204t-.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.7H17v6zm-1.6-8H7v-1h10v1h1.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%2014%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%22M7%2022v-6H5.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%202t2.125.875T15%205h-2q0-.425-.288-.712T12%204t-.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.7H17v6zm-1.6-8H7v-1h10v1h1.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%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/styler.svg?color=%231a73e8&size=48