settings suggest icon
settings-suggest-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- settings-suggest-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
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 8.3q-.125 0-.262-.075T18.075 8l-.65-1.4l-1.4-.65q-.15-.05-.225-.187t-.075-.263q0-.125.075-.262t.225-.188l1.4-.65l.65-1.4q.05-.15.188-.225t.262-.075q.125 0 .263.075t.187.225l.65 1.4l1.4.65q.15.05.225.188t.075.262q0 .125-.075.263t-.225.187l-1.4.65l-.65 1.4q-.05.15-.188.225t-.262.075Zm2 7.025q-.125 0-.25-.075t-.2-.2l-.35-.75l-.75-.35q-.075-.05-.275-.45q0-.125.075-.25t.2-.2l.75-.35l.35-.75q.05-.075.45-.275q.125 0 .25.075t.2.2l.35.75l.75.35q.075.05.275.45q0 .125-.075.25t-.2.2l-.75.35l-.35.75q-.05.075-.45.275ZM8.4 22q-.375 0-.65-.25t-.325-.625l-.2-1.475q-.2-.075-.388-.2t-.312-.25l-1.375.6q-.35.15-.713.038t-.562-.463l-1.6-2.8q-.2-.35-.125-.713t.4-.587l1.175-.875v-.8l-1.175-.875q-.325-.225-.4-.588t.125-.712l1.6-2.8q.2-.35.563-.463t.712.038l1.375.6q.125-.125.313-.25t.387-.2l.2-1.475q.05-.375.325-.625T8.4 6h3.25q.375 0 .65.25t.325.625l.2 1.475q.2.075.388.2t.312.25l1.375-.6q.35-.15.712-.037t.563.462l1.6 2.8q.2.35.125.713t-.4.587l-1.175.875v.8l1.175.875q.325.225.4.588t-.125.712l-1.6 2.8q-.2.35-.563.463T14.9 19.8l-1.375-.6q-.125.125-.313.25t-.387.2l-.2 1.475q-.05.375-.325.625t-.65.25H8.4Zm1.625-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-3Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsSuggestRounded(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 8.3q-.125 0-.262-.075T18.075 8l-.65-1.4l-1.4-.65q-.15-.05-.225-.187t-.075-.263q0-.125.075-.262t.225-.188l1.4-.65l.65-1.4q.05-.15.188-.225t.262-.075q.125 0 .263.075t.187.225l.65 1.4l1.4.65q.15.05.225.188t.075.262q0 .125-.075.263t-.225.187l-1.4.65l-.65 1.4q-.05.15-.188.225t-.262.075Zm2 7.025q-.125 0-.25-.075t-.2-.2l-.35-.75l-.75-.35q-.075-.05-.275-.45q0-.125.075-.25t.2-.2l.75-.35l.35-.75q.05-.075.45-.275q.125 0 .25.075t.2.2l.35.75l.75.35q.075.05.275.45q0 .125-.075.25t-.2.2l-.75.35l-.35.75q-.05.075-.45.275ZM8.4 22q-.375 0-.65-.25t-.325-.625l-.2-1.475q-.2-.075-.388-.2t-.312-.25l-1.375.6q-.35.15-.713.038t-.562-.463l-1.6-2.8q-.2-.35-.125-.713t.4-.587l1.175-.875v-.8l-1.175-.875q-.325-.225-.4-.588t.125-.712l1.6-2.8q.2-.35.563-.463t.712.038l1.375.6q.125-.125.313-.25t.387-.2l.2-1.475q.05-.375.325-.625T8.4 6h3.25q.375 0 .65.25t.325.625l.2 1.475q.2.075.388.2t.312.25l1.375-.6q.35-.15.712-.037t.563.462l1.6 2.8q.2.35.125.713t-.4.587l-1.175.875v.8l1.175.875q.325.225.4.588t-.125.712l-1.6 2.8q-.2.35-.563.463T14.9 19.8l-1.375-.6q-.125.125-.313.25t-.387.2l-.2 1.475q-.05.375-.325.625t-.65.25H8.4Zm1.625-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-3Z"/></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 8.3q-.125 0-.262-.075T18.075 8l-.65-1.4l-1.4-.65q-.15-.05-.225-.187t-.075-.263q0-.125.075-.262t.225-.188l1.4-.65l.65-1.4q.05-.15.188-.225t.262-.075q.125 0 .263.075t.187.225l.65 1.4l1.4.65q.15.05.225.188t.075.262q0 .125-.075.263t-.225.187l-1.4.65l-.65 1.4q-.05.15-.188.225t-.262.075Zm2 7.025q-.125 0-.25-.075t-.2-.2l-.35-.75l-.75-.35q-.075-.05-.275-.45q0-.125.075-.25t.2-.2l.75-.35l.35-.75q.05-.075.45-.275q.125 0 .25.075t.2.2l.35.75l.75.35q.075.05.275.45q0 .125-.075.25t-.2.2l-.75.35l-.35.75q-.05.075-.45.275ZM8.4 22q-.375 0-.65-.25t-.325-.625l-.2-1.475q-.2-.075-.388-.2t-.312-.25l-1.375.6q-.35.15-.713.038t-.562-.463l-1.6-2.8q-.2-.35-.125-.713t.4-.587l1.175-.875v-.8l-1.175-.875q-.325-.225-.4-.588t.125-.712l1.6-2.8q.2-.35.563-.463t.712.038l1.375.6q.125-.125.313-.25t.387-.2l.2-1.475q.05-.375.325-.625T8.4 6h3.25q.375 0 .65.25t.325.625l.2 1.475q.2.075.388.2t.312.25l1.375-.6q.35-.15.712-.037t.563.462l1.6 2.8q.2.35.125.713t-.4.587l-1.175.875v.8l1.175.875q.325.225.4.588t-.125.712l-1.6 2.8q-.2.35-.563.463T14.9 19.8l-1.375-.6q-.125.125-.313.25t-.387.2l-.2 1.475q-.05.375-.325.625t-.65.25H8.4Zm1.625-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-3Z"/></svg> </template>
CSS
.icon-settings-suggest-rounded {
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%208.3q-.125%200-.262-.075T18.075%208l-.65-1.4l-1.4-.65q-.15-.05-.225-.187t-.075-.263q0-.125.075-.262t.225-.188l1.4-.65l.65-1.4q.05-.15.188-.225t.262-.075q.125%200%20.263.075t.187.225l.65%201.4l1.4.65q.15.05.225.188t.075.262q0%20.125-.075.263t-.225.187l-1.4.65l-.65%201.4q-.05.15-.188.225t-.262.075Zm2%207.025q-.125%200-.25-.075t-.2-.2l-.35-.75l-.75-.35q-.075-.05-.275-.45q0-.125.075-.25t.2-.2l.75-.35l.35-.75q.05-.075.45-.275q.125%200%20.25.075t.2.2l.35.75l.75.35q.075.05.275.45q0%20.125-.075.25t-.2.2l-.75.35l-.35.75q-.05.075-.45.275ZM8.4%2022q-.375%200-.65-.25t-.325-.625l-.2-1.475q-.2-.075-.388-.2t-.312-.25l-1.375.6q-.35.15-.713.038t-.562-.463l-1.6-2.8q-.2-.35-.125-.713t.4-.587l1.175-.875v-.8l-1.175-.875q-.325-.225-.4-.588t.125-.712l1.6-2.8q.2-.35.563-.463t.712.038l1.375.6q.125-.125.313-.25t.387-.2l.2-1.475q.05-.375.325-.625T8.4%206h3.25q.375%200%20.65.25t.325.625l.2%201.475q.2.075.388.2t.312.25l1.375-.6q.35-.15.712-.037t.563.462l1.6%202.8q.2.35.125.713t-.4.587l-1.175.875v.8l1.175.875q.325.225.4.588t-.125.712l-1.6%202.8q-.2.35-.563.463T14.9%2019.8l-1.375-.6q-.125.125-.313.25t-.387.2l-.2%201.475q-.05.375-.325.625t-.65.25H8.4Zm1.625-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-3Z%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%208.3q-.125%200-.262-.075T18.075%208l-.65-1.4l-1.4-.65q-.15-.05-.225-.187t-.075-.263q0-.125.075-.262t.225-.188l1.4-.65l.65-1.4q.05-.15.188-.225t.262-.075q.125%200%20.263.075t.187.225l.65%201.4l1.4.65q.15.05.225.188t.075.262q0%20.125-.075.263t-.225.187l-1.4.65l-.65%201.4q-.05.15-.188.225t-.262.075Zm2%207.025q-.125%200-.25-.075t-.2-.2l-.35-.75l-.75-.35q-.075-.05-.275-.45q0-.125.075-.25t.2-.2l.75-.35l.35-.75q.05-.075.45-.275q.125%200%20.25.075t.2.2l.35.75l.75.35q.075.05.275.45q0%20.125-.075.25t-.2.2l-.75.35l-.35.75q-.05.075-.45.275ZM8.4%2022q-.375%200-.65-.25t-.325-.625l-.2-1.475q-.2-.075-.388-.2t-.312-.25l-1.375.6q-.35.15-.713.038t-.562-.463l-1.6-2.8q-.2-.35-.125-.713t.4-.587l1.175-.875v-.8l-1.175-.875q-.325-.225-.4-.588t.125-.712l1.6-2.8q.2-.35.563-.463t.712.038l1.375.6q.125-.125.313-.25t.387-.2l.2-1.475q.05-.375.325-.625T8.4%206h3.25q.375%200%20.65.25t.325.625l.2%201.475q.2.075.388.2t.312.25l1.375-.6q.35-.15.712-.037t.563.462l1.6%202.8q.2.35.125.713t-.4.587l-1.175.875v.8l1.175.875q.325.225.4.588t-.125.712l-1.6%202.8q-.2.35-.563.463T14.9%2019.8l-1.375-.6q-.125.125-.313.25t-.387.2l-.2%201.475q-.05.375-.325.625t-.65.25H8.4Zm1.625-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-3Z%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-rounded.svg?color=%231a73e8&size=48