round settings suggest icon

round-settings-suggest from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-settings-suggest
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round 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.04 7.99l-.63-1.4l-1.4-.63a.5.5 0 0 1 0-.91l1.4-.63l.63-1.4a.5.5 0 0 1 .91 0l.63 1.4l1.4.63a.5.5 0 0 1 0 .91l-1.4.63l-.63 1.4c-.17.39-.73.39-.91 0m3.24 4.73l-.32-.72a.5.5 0 0 0-.91 0l-.32.72l-.73.32a.5.5 0 0 0 0 .91l.72.32l.32.73a.5.5 0 0 0 .91 0l.32-.72l.73-.32a.5.5 0 0 0 0-.91zm-5.04 1.65l1.23.93c.4.3.51.86.26 1.3l-1.62 2.8c-.25.44-.79.62-1.25.42l-1.43-.6c-.2.13-.42.26-.64.37l-.19 1.54c-.06.5-.49.88-.99.88H8.38c-.5 0-.93-.38-.99-.88l-.19-1.54c-.22-.11-.43-.23-.64-.37l-1.43.6c-.46.2-1 .02-1.25-.42l-1.62-2.8c-.25-.44-.14-.99.26-1.3l1.23-.93V14c0-.12 0-.25.01-.37l-1.23-.93c-.4-.3-.51-.86-.26-1.3l1.62-2.8c.25-.44.79-.62 1.25-.42l1.43.6c.2-.13.42-.26.64-.37l.19-1.54c.05-.49.48-.87.98-.87h3.23c.5 0 .93.38.99.88l.19 1.54c.22.11.43.23.64.37l1.43-.6c.46-.2 1-.02 1.25.42l1.62 2.8c.25.44.14.99-.26 1.3l-1.23.93c.01.12.01.24.01.37s0 .24-.01.36M13 14c0-1.66-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSettingsSuggest(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.04 7.99l-.63-1.4l-1.4-.63a.5.5 0 0 1 0-.91l1.4-.63l.63-1.4a.5.5 0 0 1 .91 0l.63 1.4l1.4.63a.5.5 0 0 1 0 .91l-1.4.63l-.63 1.4c-.17.39-.73.39-.91 0m3.24 4.73l-.32-.72a.5.5 0 0 0-.91 0l-.32.72l-.73.32a.5.5 0 0 0 0 .91l.72.32l.32.73a.5.5 0 0 0 .91 0l.32-.72l.73-.32a.5.5 0 0 0 0-.91zm-5.04 1.65l1.23.93c.4.3.51.86.26 1.3l-1.62 2.8c-.25.44-.79.62-1.25.42l-1.43-.6c-.2.13-.42.26-.64.37l-.19 1.54c-.06.5-.49.88-.99.88H8.38c-.5 0-.93-.38-.99-.88l-.19-1.54c-.22-.11-.43-.23-.64-.37l-1.43.6c-.46.2-1 .02-1.25-.42l-1.62-2.8c-.25-.44-.14-.99.26-1.3l1.23-.93V14c0-.12 0-.25.01-.37l-1.23-.93c-.4-.3-.51-.86-.26-1.3l1.62-2.8c.25-.44.79-.62 1.25-.42l1.43.6c.2-.13.42-.26.64-.37l.19-1.54c.05-.49.48-.87.98-.87h3.23c.5 0 .93.38.99.88l.19 1.54c.22.11.43.23.64.37l1.43-.6c.46-.2 1-.02 1.25.42l1.62 2.8c.25.44.14.99-.26 1.3l-1.23.93c.01.12.01.24.01.37s0 .24-.01.36M13 14c0-1.66-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3"/></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.04 7.99l-.63-1.4l-1.4-.63a.5.5 0 0 1 0-.91l1.4-.63l.63-1.4a.5.5 0 0 1 .91 0l.63 1.4l1.4.63a.5.5 0 0 1 0 .91l-1.4.63l-.63 1.4c-.17.39-.73.39-.91 0m3.24 4.73l-.32-.72a.5.5 0 0 0-.91 0l-.32.72l-.73.32a.5.5 0 0 0 0 .91l.72.32l.32.73a.5.5 0 0 0 .91 0l.32-.72l.73-.32a.5.5 0 0 0 0-.91zm-5.04 1.65l1.23.93c.4.3.51.86.26 1.3l-1.62 2.8c-.25.44-.79.62-1.25.42l-1.43-.6c-.2.13-.42.26-.64.37l-.19 1.54c-.06.5-.49.88-.99.88H8.38c-.5 0-.93-.38-.99-.88l-.19-1.54c-.22-.11-.43-.23-.64-.37l-1.43.6c-.46.2-1 .02-1.25-.42l-1.62-2.8c-.25-.44-.14-.99.26-1.3l1.23-.93V14c0-.12 0-.25.01-.37l-1.23-.93c-.4-.3-.51-.86-.26-1.3l1.62-2.8c.25-.44.79-.62 1.25-.42l1.43.6c.2-.13.42-.26.64-.37l.19-1.54c.05-.49.48-.87.98-.87h3.23c.5 0 .93.38.99.88l.19 1.54c.22.11.43.23.64.37l1.43-.6c.46-.2 1-.02 1.25.42l1.62 2.8c.25.44.14.99-.26 1.3l-1.23.93c.01.12.01.24.01.37s0 .24-.01.36M13 14c0-1.66-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3"/></svg>
</template>

CSS

.icon-round-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.04%207.99l-.63-1.4l-1.4-.63a.5.5%200%200%201%200-.91l1.4-.63l.63-1.4a.5.5%200%200%201%20.91%200l.63%201.4l1.4.63a.5.5%200%200%201%200%20.91l-1.4.63l-.63%201.4c-.17.39-.73.39-.91%200m3.24%204.73l-.32-.72a.5.5%200%200%200-.91%200l-.32.72l-.73.32a.5.5%200%200%200%200%20.91l.72.32l.32.73a.5.5%200%200%200%20.91%200l.32-.72l.73-.32a.5.5%200%200%200%200-.91zm-5.04%201.65l1.23.93c.4.3.51.86.26%201.3l-1.62%202.8c-.25.44-.79.62-1.25.42l-1.43-.6c-.2.13-.42.26-.64.37l-.19%201.54c-.06.5-.49.88-.99.88H8.38c-.5%200-.93-.38-.99-.88l-.19-1.54c-.22-.11-.43-.23-.64-.37l-1.43.6c-.46.2-1%20.02-1.25-.42l-1.62-2.8c-.25-.44-.14-.99.26-1.3l1.23-.93V14c0-.12%200-.25.01-.37l-1.23-.93c-.4-.3-.51-.86-.26-1.3l1.62-2.8c.25-.44.79-.62%201.25-.42l1.43.6c.2-.13.42-.26.64-.37l.19-1.54c.05-.49.48-.87.98-.87h3.23c.5%200%20.93.38.99.88l.19%201.54c.22.11.43.23.64.37l1.43-.6c.46-.2%201-.02%201.25.42l1.62%202.8c.25.44.14.99-.26%201.3l-1.23.93c.01.12.01.24.01.37s0%20.24-.01.36M13%2014c0-1.66-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3%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.04%207.99l-.63-1.4l-1.4-.63a.5.5%200%200%201%200-.91l1.4-.63l.63-1.4a.5.5%200%200%201%20.91%200l.63%201.4l1.4.63a.5.5%200%200%201%200%20.91l-1.4.63l-.63%201.4c-.17.39-.73.39-.91%200m3.24%204.73l-.32-.72a.5.5%200%200%200-.91%200l-.32.72l-.73.32a.5.5%200%200%200%200%20.91l.72.32l.32.73a.5.5%200%200%200%20.91%200l.32-.72l.73-.32a.5.5%200%200%200%200-.91zm-5.04%201.65l1.23.93c.4.3.51.86.26%201.3l-1.62%202.8c-.25.44-.79.62-1.25.42l-1.43-.6c-.2.13-.42.26-.64.37l-.19%201.54c-.06.5-.49.88-.99.88H8.38c-.5%200-.93-.38-.99-.88l-.19-1.54c-.22-.11-.43-.23-.64-.37l-1.43.6c-.46.2-1%20.02-1.25-.42l-1.62-2.8c-.25-.44-.14-.99.26-1.3l1.23-.93V14c0-.12%200-.25.01-.37l-1.23-.93c-.4-.3-.51-.86-.26-1.3l1.62-2.8c.25-.44.79-.62%201.25-.42l1.43.6c.2-.13.42-.26.64-.37l.19-1.54c.05-.49.48-.87.98-.87h3.23c.5%200%20.93.38.99.88l.19%201.54c.22.11.43.23.64.37l1.43-.6c.46-.2%201-.02%201.25.42l1.62%202.8c.25.44.14.99-.26%201.3l-1.23.93c.01.12.01.24.01.37s0%20.24-.01.36M13%2014c0-1.66-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-settings-suggest.svg?color=%231a73e8&size=48