styler icon
styler from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- styler
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- styler-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
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.75 21v-5.673H5.804q-.752 0-1.278-.532T4 13.503q0-.551.294-1.02t.79-.69L11.5 8.93V7.685q-.823-.171-1.354-.819q-.53-.647-.53-1.481q0-.994.692-1.69Q11.001 3 11.991 3t1.682.702t.693 1.683h-1.039q0-.589-.381-.987Q12.564 4 12 4q-.588 0-.986.398t-.398.987t.398.986t.986.398q.213 0 .356.144t.144.356v1.662l6.396 2.861q.495.227.8.691q.304.464.304 1.014q0 .757-.532 1.294q-.531.536-1.291.536H16.25V21zm-1.946-6.673H7.75v-.943h8.5v.943h1.927q.348 0 .586-.24q.237-.24.237-.595q0-.24-.12-.453t-.36-.32L12 9.816l-6.5 2.903q-.24.108-.37.32t-.13.453q0 .354.226.595q.226.24.578.24"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStyler(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.75 21v-5.673H5.804q-.752 0-1.278-.532T4 13.503q0-.551.294-1.02t.79-.69L11.5 8.93V7.685q-.823-.171-1.354-.819q-.53-.647-.53-1.481q0-.994.692-1.69Q11.001 3 11.991 3t1.682.702t.693 1.683h-1.039q0-.589-.381-.987Q12.564 4 12 4q-.588 0-.986.398t-.398.987t.398.986t.986.398q.213 0 .356.144t.144.356v1.662l6.396 2.861q.495.227.8.691q.304.464.304 1.014q0 .757-.532 1.294q-.531.536-1.291.536H16.25V21zm-1.946-6.673H7.75v-.943h8.5v.943h1.927q.348 0 .586-.24q.237-.24.237-.595q0-.24-.12-.453t-.36-.32L12 9.816l-6.5 2.903q-.24.108-.37.32t-.13.453q0 .354.226.595q.226.24.578.24"/></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.75 21v-5.673H5.804q-.752 0-1.278-.532T4 13.503q0-.551.294-1.02t.79-.69L11.5 8.93V7.685q-.823-.171-1.354-.819q-.53-.647-.53-1.481q0-.994.692-1.69Q11.001 3 11.991 3t1.682.702t.693 1.683h-1.039q0-.589-.381-.987Q12.564 4 12 4q-.588 0-.986.398t-.398.987t.398.986t.986.398q.213 0 .356.144t.144.356v1.662l6.396 2.861q.495.227.8.691q.304.464.304 1.014q0 .757-.532 1.294q-.531.536-1.291.536H16.25V21zm-1.946-6.673H7.75v-.943h8.5v.943h1.927q.348 0 .586-.24q.237-.24.237-.595q0-.24-.12-.453t-.36-.32L12 9.816l-6.5 2.903q-.24.108-.37.32t-.13.453q0 .354.226.595q.226.24.578.24"/></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.75%2021v-5.673H5.804q-.752%200-1.278-.532T4%2013.503q0-.551.294-1.02t.79-.69L11.5%208.93V7.685q-.823-.171-1.354-.819q-.53-.647-.53-1.481q0-.994.692-1.69Q11.001%203%2011.991%203t1.682.702t.693%201.683h-1.039q0-.589-.381-.987Q12.564%204%2012%204q-.588%200-.986.398t-.398.987t.398.986t.986.398q.213%200%20.356.144t.144.356v1.662l6.396%202.861q.495.227.8.691q.304.464.304%201.014q0%20.757-.532%201.294q-.531.536-1.291.536H16.25V21zm-1.946-6.673H7.75v-.943h8.5v.943h1.927q.348%200%20.586-.24q.237-.24.237-.595q0-.24-.12-.453t-.36-.32L12%209.816l-6.5%202.903q-.24.108-.37.32t-.13.453q0%20.354.226.595q.226.24.578.24%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.75%2021v-5.673H5.804q-.752%200-1.278-.532T4%2013.503q0-.551.294-1.02t.79-.69L11.5%208.93V7.685q-.823-.171-1.354-.819q-.53-.647-.53-1.481q0-.994.692-1.69Q11.001%203%2011.991%203t1.682.702t.693%201.683h-1.039q0-.589-.381-.987Q12.564%204%2012%204q-.588%200-.986.398t-.398.987t.398.986t.986.398q.213%200%20.356.144t.144.356v1.662l6.396%202.861q.495.227.8.691q.304.464.304%201.014q0%20.757-.532%201.294q-.531.536-1.291.536H16.25V21zm-1.946-6.673H7.75v-.943h8.5v.943h1.927q.348%200%20.586-.24q.237-.24.237-.595q0-.24-.12-.453t-.36-.32L12%209.816l-6.5%202.903q-.24.108-.37.32t-.13.453q0%20.354.226.595q.226.24.578.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/styler.svg?color=%231a73e8&size=48