settings suggest icon

settings-suggest-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.

Name
settings-suggest-outline
Set
Material Symbols
Style
Outline
Viewbox
24×24
License
Apache 2.0
Aliases
settings-suggest-outline-sharp

3 other variants in Material Symbols

Related icons in Material Symbols

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.95L1.85 15.8l1.875-1.4v-.8L1.85 12.2l2.475-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3 2.35q.2.075.388.2t.312.25l2.2-.95L18.2 12.2l-1.875 1.4v.8l1.875 1.4l-2.475 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.875Zm0-2q-.425 0-.713-.288T9.025 14q0-.425.288-.713t.712-.287q.425 0 .713.288t.287.712q0 .425-.288.713t-.712.287Zm-.75 5h1.5l.2-1.8q.725-.2 1.238-.513t1.012-.837l1.65.75l.7-1.25l-1.45-1.1q.2-.575.2-1.25t-.2-1.25l1.45-1.1l-.7-1.25l-1.65.75q-.5-.525-1.012-.837T10.975 9.8l-.2-1.8h-1.5l-.2 1.8q-.725.2-1.237.513t-1.013.837l-1.65-.75l-.7 1.25l1.45 1.1q-.2.575-.213 1.25t.213 1.25l-1.45 1.1l.7 1.25l1.65-.75q.5.525 1.012.838t1.238.512l.2 1.8Zm.75-6Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSettingsSuggestOutline(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.95L1.85 15.8l1.875-1.4v-.8L1.85 12.2l2.475-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3 2.35q.2.075.388.2t.312.25l2.2-.95L18.2 12.2l-1.875 1.4v.8l1.875 1.4l-2.475 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.875Zm0-2q-.425 0-.713-.288T9.025 14q0-.425.288-.713t.712-.287q.425 0 .713.288t.287.712q0 .425-.288.713t-.712.287Zm-.75 5h1.5l.2-1.8q.725-.2 1.238-.513t1.012-.837l1.65.75l.7-1.25l-1.45-1.1q.2-.575.2-1.25t-.2-1.25l1.45-1.1l-.7-1.25l-1.65.75q-.5-.525-1.012-.837T10.975 9.8l-.2-1.8h-1.5l-.2 1.8q-.725.2-1.237.513t-1.013.837l-1.65-.75l-.7 1.25l1.45 1.1q-.2.575-.213 1.25t.213 1.25l-1.45 1.1l.7 1.25l1.65-.75q.5.525 1.012.838t1.238.512l.2 1.8Zm.75-6Z"/></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.95L1.85 15.8l1.875-1.4v-.8L1.85 12.2l2.475-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3 2.35q.2.075.388.2t.312.25l2.2-.95L18.2 12.2l-1.875 1.4v.8l1.875 1.4l-2.475 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.875Zm0-2q-.425 0-.713-.288T9.025 14q0-.425.288-.713t.712-.287q.425 0 .713.288t.287.712q0 .425-.288.713t-.712.287Zm-.75 5h1.5l.2-1.8q.725-.2 1.238-.513t1.012-.837l1.65.75l.7-1.25l-1.45-1.1q.2-.575.2-1.25t-.2-1.25l1.45-1.1l-.7-1.25l-1.65.75q-.5-.525-1.012-.837T10.975 9.8l-.2-1.8h-1.5l-.2 1.8q-.725.2-1.237.513t-1.013.837l-1.65-.75l-.7 1.25l1.45 1.1q-.2.575-.213 1.25t.213 1.25l-1.45 1.1l.7 1.25l1.65-.75q.5.525 1.012.838t1.238.512l.2 1.8Zm.75-6Z"/></svg>
</template>

CSS

.icon-settings-suggest-outline {
  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.95L1.85%2015.8l1.875-1.4v-.8L1.85%2012.2l2.475-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3%202.35q.2.075.388.2t.312.25l2.2-.95L18.2%2012.2l-1.875%201.4v.8l1.875%201.4l-2.475%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.875Zm0-2q-.425%200-.713-.288T9.025%2014q0-.425.288-.713t.712-.287q.425%200%20.713.288t.287.712q0%20.425-.288.713t-.712.287Zm-.75%205h1.5l.2-1.8q.725-.2%201.238-.513t1.012-.837l1.65.75l.7-1.25l-1.45-1.1q.2-.575.2-1.25t-.2-1.25l1.45-1.1l-.7-1.25l-1.65.75q-.5-.525-1.012-.837T10.975%209.8l-.2-1.8h-1.5l-.2%201.8q-.725.2-1.237.513t-1.013.837l-1.65-.75l-.7%201.25l1.45%201.1q-.2.575-.213%201.25t.213%201.25l-1.45%201.1l.7%201.25l1.65-.75q.5.525%201.012.838t1.238.512l.2%201.8Zm.75-6Z%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.95L1.85%2015.8l1.875-1.4v-.8L1.85%2012.2l2.475-4.35l2.2.95q.125-.125.313-.25t.387-.2l.3-2.35h5l.3%202.35q.2.075.388.2t.312.25l2.2-.95L18.2%2012.2l-1.875%201.4v.8l1.875%201.4l-2.475%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.875Zm0-2q-.425%200-.713-.288T9.025%2014q0-.425.288-.713t.712-.287q.425%200%20.713.288t.287.712q0%20.425-.288.713t-.712.287Zm-.75%205h1.5l.2-1.8q.725-.2%201.238-.513t1.012-.837l1.65.75l.7-1.25l-1.45-1.1q.2-.575.2-1.25t-.2-1.25l1.45-1.1l-.7-1.25l-1.65.75q-.5-.525-1.012-.837T10.975%209.8l-.2-1.8h-1.5l-.2%201.8q-.725.2-1.237.513t-1.013.837l-1.65-.75l-.7%201.25l1.45%201.1q-.2.575-.213%201.25t.213%201.25l-1.45%201.1l.7%201.25l1.65-.75q.5.525%201.012.838t1.238.512l.2%201.8Zm.75-6Z%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-outline.svg?color=%231a73e8&size=48