settings suggest icon
settings-suggest from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- settings-suggest
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-suggest-sharp
3 other variants in Material Symbols
Related icons in Material Symbols
settings-accessibilitysettings-account-boxsettings-alertsettings-applicationssettings-b-rollsettings-backup-restoresettings-bluetoothsettings-brightnesssettings-cell-outlinesettings-cinematic-blursettings-ethernetsettings-heartsettings-input-antennasettings-input-componentsettings-input-hdmisettings-input-svideosettings-motion-modesettings-night-sightsettings-overscansettings-panoramasettings-phonesettings-photo-camerasettings-powersettings-remote
Use the settings suggest icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.525 9l-1.1-2.4l-2.4-1.1l2.4-1.1l1.1-2.4l1.1 2.4l2.4 1.1l-2.4 1.1l-1.1 2.4Zm2 7l-.8-1.7l-1.7-.8l1.7-.8l.8-1.7l.8 1.7l1.7.8l-1.7.8l-.8 1.7Zm-13 6l-.3-2.35q-.2-.075-.387-.2t-.313-.25l-2.2.95l-2.5-4.35l1.9-1.4v-.8l-1.9-1.4l2.5-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3 2.35q.2.075.388.2t.312.25l2.2-.95l2.5 4.35l-1.9 1.4v.8l1.9 1.4l-2.5 4.35l-2.2-.95q-.125.125-.312.25t-.388.2l-.3 2.35h-5Zm2.5-5q1.25 0 2.125-.875T13.025 14q0-1.25-.875-2.125T10.025 11q-1.25 0-2.125.875T7.025 14q0 1.25.875 2.125t2.125.875Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsSuggest(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="m18.525 9l-1.1-2.4l-2.4-1.1l2.4-1.1l1.1-2.4l1.1 2.4l2.4 1.1l-2.4 1.1l-1.1 2.4Zm2 7l-.8-1.7l-1.7-.8l1.7-.8l.8-1.7l.8 1.7l1.7.8l-1.7.8l-.8 1.7Zm-13 6l-.3-2.35q-.2-.075-.387-.2t-.313-.25l-2.2.95l-2.5-4.35l1.9-1.4v-.8l-1.9-1.4l2.5-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3 2.35q.2.075.388.2t.312.25l2.2-.95l2.5 4.35l-1.9 1.4v.8l1.9 1.4l-2.5 4.35l-2.2-.95q-.125.125-.312.25t-.388.2l-.3 2.35h-5Zm2.5-5q1.25 0 2.125-.875T13.025 14q0-1.25-.875-2.125T10.025 11q-1.25 0-2.125.875T7.025 14q0 1.25.875 2.125t2.125.875Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.525 9l-1.1-2.4l-2.4-1.1l2.4-1.1l1.1-2.4l1.1 2.4l2.4 1.1l-2.4 1.1l-1.1 2.4Zm2 7l-.8-1.7l-1.7-.8l1.7-.8l.8-1.7l.8 1.7l1.7.8l-1.7.8l-.8 1.7Zm-13 6l-.3-2.35q-.2-.075-.387-.2t-.313-.25l-2.2.95l-2.5-4.35l1.9-1.4v-.8l-1.9-1.4l2.5-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3 2.35q.2.075.388.2t.312.25l2.2-.95l2.5 4.35l-1.9 1.4v.8l1.9 1.4l-2.5 4.35l-2.2-.95q-.125.125-.312.25t-.388.2l-.3 2.35h-5Zm2.5-5q1.25 0 2.125-.875T13.025 14q0-1.25-.875-2.125T10.025 11q-1.25 0-2.125.875T7.025 14q0 1.25.875 2.125t2.125.875Z"/></svg> </template>
CSS
.icon-settings-suggest {
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%22m18.525%209l-1.1-2.4l-2.4-1.1l2.4-1.1l1.1-2.4l1.1%202.4l2.4%201.1l-2.4%201.1l-1.1%202.4Zm2%207l-.8-1.7l-1.7-.8l1.7-.8l.8-1.7l.8%201.7l1.7.8l-1.7.8l-.8%201.7Zm-13%206l-.3-2.35q-.2-.075-.387-.2t-.313-.25l-2.2.95l-2.5-4.35l1.9-1.4v-.8l-1.9-1.4l2.5-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3%202.35q.2.075.388.2t.312.25l2.2-.95l2.5%204.35l-1.9%201.4v.8l1.9%201.4l-2.5%204.35l-2.2-.95q-.125.125-.312.25t-.388.2l-.3%202.35h-5Zm2.5-5q1.25%200%202.125-.875T13.025%2014q0-1.25-.875-2.125T10.025%2011q-1.25%200-2.125.875T7.025%2014q0%201.25.875%202.125t2.125.875Z%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%22m18.525%209l-1.1-2.4l-2.4-1.1l2.4-1.1l1.1-2.4l1.1%202.4l2.4%201.1l-2.4%201.1l-1.1%202.4Zm2%207l-.8-1.7l-1.7-.8l1.7-.8l.8-1.7l.8%201.7l1.7.8l-1.7.8l-.8%201.7Zm-13%206l-.3-2.35q-.2-.075-.387-.2t-.313-.25l-2.2.95l-2.5-4.35l1.9-1.4v-.8l-1.9-1.4l2.5-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3%202.35q.2.075.388.2t.312.25l2.2-.95l2.5%204.35l-1.9%201.4v.8l1.9%201.4l-2.5%204.35l-2.2-.95q-.125.125-.312.25t-.388.2l-.3%202.35h-5Zm2.5-5q1.25%200%202.125-.875T13.025%2014q0-1.25-.875-2.125T10.025%2011q-1.25%200-2.125.875T7.025%2014q0%201.25.875%202.125t2.125.875Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-suggest.svg?color=%231a73e8&size=48