stabilization action icon
stabilization-action from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- stabilization-action
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Symbols
Use the stabilization action icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 7.5q-.625 0-1.062-.438Q12 6.625 12 6t.438-1.062Q12.875 4.5 13.5 4.5t1.062.438Q15 5.375 15 6t-.438 1.062q-.437.438-1.062.438ZM13 20v-4.25l-1.275-1.175l-.675 2.975l-4.875-1.1L6.5 15l3.375.75l1.1-5.6l-1.475.6V13H8V9.75l4-1.65q.1-.05.75-.075q.225.05.425.163q.2.112.325.312l1.225 1.625q.5.65 1.213 1.012q.712.363 1.562.363V13q-1.275 0-2.325-.562q-1.05-.563-1.725-1.513L13 13.25l1.5 1.5V20Zm3 1v-2h3v-3h2v5ZM3 21v-5h2v3h3v2ZM3 8V3h5v2H5v3Zm16 0V5h-3V3h5v5Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsStabilizationAction(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="M13.5 7.5q-.625 0-1.062-.438Q12 6.625 12 6t.438-1.062Q12.875 4.5 13.5 4.5t1.062.438Q15 5.375 15 6t-.438 1.062q-.437.438-1.062.438ZM13 20v-4.25l-1.275-1.175l-.675 2.975l-4.875-1.1L6.5 15l3.375.75l1.1-5.6l-1.475.6V13H8V9.75l4-1.65q.1-.05.75-.075q.225.05.425.163q.2.112.325.312l1.225 1.625q.5.65 1.213 1.012q.712.363 1.562.363V13q-1.275 0-2.325-.562q-1.05-.563-1.725-1.513L13 13.25l1.5 1.5V20Zm3 1v-2h3v-3h2v5ZM3 21v-5h2v3h3v2ZM3 8V3h5v2H5v3Zm16 0V5h-3V3h5v5Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 7.5q-.625 0-1.062-.438Q12 6.625 12 6t.438-1.062Q12.875 4.5 13.5 4.5t1.062.438Q15 5.375 15 6t-.438 1.062q-.437.438-1.062.438ZM13 20v-4.25l-1.275-1.175l-.675 2.975l-4.875-1.1L6.5 15l3.375.75l1.1-5.6l-1.475.6V13H8V9.75l4-1.65q.1-.05.75-.075q.225.05.425.163q.2.112.325.312l1.225 1.625q.5.65 1.213 1.012q.712.363 1.562.363V13q-1.275 0-2.325-.562q-1.05-.563-1.725-1.513L13 13.25l1.5 1.5V20Zm3 1v-2h3v-3h2v5ZM3 21v-5h2v3h3v2ZM3 8V3h5v2H5v3Zm16 0V5h-3V3h5v5Z"/></svg> </template>
CSS
.icon-stabilization-action {
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%22M13.5%207.5q-.625%200-1.062-.438Q12%206.625%2012%206t.438-1.062Q12.875%204.5%2013.5%204.5t1.062.438Q15%205.375%2015%206t-.438%201.062q-.437.438-1.062.438ZM13%2020v-4.25l-1.275-1.175l-.675%202.975l-4.875-1.1L6.5%2015l3.375.75l1.1-5.6l-1.475.6V13H8V9.75l4-1.65q.1-.05.75-.075q.225.05.425.163q.2.112.325.312l1.225%201.625q.5.65%201.213%201.012q.712.363%201.562.363V13q-1.275%200-2.325-.562q-1.05-.563-1.725-1.513L13%2013.25l1.5%201.5V20Zm3%201v-2h3v-3h2v5ZM3%2021v-5h2v3h3v2ZM3%208V3h5v2H5v3Zm16%200V5h-3V3h5v5Z%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%22M13.5%207.5q-.625%200-1.062-.438Q12%206.625%2012%206t.438-1.062Q12.875%204.5%2013.5%204.5t1.062.438Q15%205.375%2015%206t-.438%201.062q-.437.438-1.062.438ZM13%2020v-4.25l-1.275-1.175l-.675%202.975l-4.875-1.1L6.5%2015l3.375.75l1.1-5.6l-1.475.6V13H8V9.75l4-1.65q.1-.05.75-.075q.225.05.425.163q.2.112.325.312l1.225%201.625q.5.65%201.213%201.012q.712.363%201.562.363V13q-1.275%200-2.325-.562q-1.05-.563-1.725-1.513L13%2013.25l1.5%201.5V20Zm3%201v-2h3v-3h2v5ZM3%2021v-5h2v3h3v2ZM3%208V3h5v2H5v3Zm16%200V5h-3V3h5v5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/stabilization-action.svg?color=%231a73e8&size=48