round-auto-mode from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.

Name
round-auto-mode
Set
Google Material Icons
Style
Baseline
Category
Home
Viewbox
24×24
License
Apache 2.0

More home icons from Google Material Icons

Use the round auto mode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.06 2.83c-1.15-.77-2.46-1.32-3.86-1.61c-.62-.12-1.2.35-1.2.99c0 .46.31.88.76.97c1.17.23 2.26.7 3.21 1.34c.39.26.9.19 1.23-.14c.46-.45.39-1.2-.14-1.55M11 2.21c0-.64-.58-1.11-1.2-.99c-1.4.29-2.71.84-3.86 1.61c-.52.35-.59 1.1-.15 1.54c.33.33.84.4 1.23.14c.96-.64 2.04-1.1 3.21-1.34c.46-.08.77-.5.77-.96M4.38 5.79a1 1 0 0 0-1.54.15A10.7 10.7 0 0 0 1.23 9.8a1 1 0 0 0 .98 1.2c.46 0 .88-.31.97-.76c.23-1.17.7-2.26 1.34-3.22c.25-.38.18-.9-.14-1.23M21.79 11a1 1 0 0 0 .98-1.2c-.29-1.4-.84-2.7-1.61-3.86c-.35-.52-1.1-.6-1.54-.15c-.33.33-.4.84-.14 1.23c.64.96 1.1 2.05 1.34 3.22c.09.45.51.76.97.76M8 12.46l2.44 1.11l1.1 2.43a.5.5 0 0 0 .91 0l1.11-2.44l2.44-1.1a.5.5 0 0 0 0-.91l-2.44-1.11L12.46 8a.5.5 0 0 0-.91 0l-1.11 2.44L8 11.54c-.39.18-.39.74 0 .92"/><path fill="currentColor" d="M12 21a8.96 8.96 0 0 1-7.46-4H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.7c1.99 2.84 5.27 4.7 9 4.7c4.45 0 8.27-2.64 10-6.43a1.01 1.01 0 0 0-.69-1.39c-.45-.1-.93.11-1.12.54C18.77 18.83 15.64 21 12 21"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAutoMode(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.06 2.83c-1.15-.77-2.46-1.32-3.86-1.61c-.62-.12-1.2.35-1.2.99c0 .46.31.88.76.97c1.17.23 2.26.7 3.21 1.34c.39.26.9.19 1.23-.14c.46-.45.39-1.2-.14-1.55M11 2.21c0-.64-.58-1.11-1.2-.99c-1.4.29-2.71.84-3.86 1.61c-.52.35-.59 1.1-.15 1.54c.33.33.84.4 1.23.14c.96-.64 2.04-1.1 3.21-1.34c.46-.08.77-.5.77-.96M4.38 5.79a1 1 0 0 0-1.54.15A10.7 10.7 0 0 0 1.23 9.8a1 1 0 0 0 .98 1.2c.46 0 .88-.31.97-.76c.23-1.17.7-2.26 1.34-3.22c.25-.38.18-.9-.14-1.23M21.79 11a1 1 0 0 0 .98-1.2c-.29-1.4-.84-2.7-1.61-3.86c-.35-.52-1.1-.6-1.54-.15c-.33.33-.4.84-.14 1.23c.64.96 1.1 2.05 1.34 3.22c.09.45.51.76.97.76M8 12.46l2.44 1.11l1.1 2.43a.5.5 0 0 0 .91 0l1.11-2.44l2.44-1.1a.5.5 0 0 0 0-.91l-2.44-1.11L12.46 8a.5.5 0 0 0-.91 0l-1.11 2.44L8 11.54c-.39.18-.39.74 0 .92"/><path fill="currentColor" d="M12 21a8.96 8.96 0 0 1-7.46-4H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.7c1.99 2.84 5.27 4.7 9 4.7c4.45 0 8.27-2.64 10-6.43a1.01 1.01 0 0 0-.69-1.39c-.45-.1-.93.11-1.12.54C18.77 18.83 15.64 21 12 21"/></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.06 2.83c-1.15-.77-2.46-1.32-3.86-1.61c-.62-.12-1.2.35-1.2.99c0 .46.31.88.76.97c1.17.23 2.26.7 3.21 1.34c.39.26.9.19 1.23-.14c.46-.45.39-1.2-.14-1.55M11 2.21c0-.64-.58-1.11-1.2-.99c-1.4.29-2.71.84-3.86 1.61c-.52.35-.59 1.1-.15 1.54c.33.33.84.4 1.23.14c.96-.64 2.04-1.1 3.21-1.34c.46-.08.77-.5.77-.96M4.38 5.79a1 1 0 0 0-1.54.15A10.7 10.7 0 0 0 1.23 9.8a1 1 0 0 0 .98 1.2c.46 0 .88-.31.97-.76c.23-1.17.7-2.26 1.34-3.22c.25-.38.18-.9-.14-1.23M21.79 11a1 1 0 0 0 .98-1.2c-.29-1.4-.84-2.7-1.61-3.86c-.35-.52-1.1-.6-1.54-.15c-.33.33-.4.84-.14 1.23c.64.96 1.1 2.05 1.34 3.22c.09.45.51.76.97.76M8 12.46l2.44 1.11l1.1 2.43a.5.5 0 0 0 .91 0l1.11-2.44l2.44-1.1a.5.5 0 0 0 0-.91l-2.44-1.11L12.46 8a.5.5 0 0 0-.91 0l-1.11 2.44L8 11.54c-.39.18-.39.74 0 .92"/><path fill="currentColor" d="M12 21a8.96 8.96 0 0 1-7.46-4H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.7c1.99 2.84 5.27 4.7 9 4.7c4.45 0 8.27-2.64 10-6.43a1.01 1.01 0 0 0-.69-1.39c-.45-.1-.93.11-1.12.54C18.77 18.83 15.64 21 12 21"/></svg>
</template>

CSS

.icon-round-auto-mode {
  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.06%202.83c-1.15-.77-2.46-1.32-3.86-1.61c-.62-.12-1.2.35-1.2.99c0%20.46.31.88.76.97c1.17.23%202.26.7%203.21%201.34c.39.26.9.19%201.23-.14c.46-.45.39-1.2-.14-1.55M11%202.21c0-.64-.58-1.11-1.2-.99c-1.4.29-2.71.84-3.86%201.61c-.52.35-.59%201.1-.15%201.54c.33.33.84.4%201.23.14c.96-.64%202.04-1.1%203.21-1.34c.46-.08.77-.5.77-.96M4.38%205.79a1%201%200%200%200-1.54.15A10.7%2010.7%200%200%200%201.23%209.8a1%201%200%200%200%20.98%201.2c.46%200%20.88-.31.97-.76c.23-1.17.7-2.26%201.34-3.22c.25-.38.18-.9-.14-1.23M21.79%2011a1%201%200%200%200%20.98-1.2c-.29-1.4-.84-2.7-1.61-3.86c-.35-.52-1.1-.6-1.54-.15c-.33.33-.4.84-.14%201.23c.64.96%201.1%202.05%201.34%203.22c.09.45.51.76.97.76M8%2012.46l2.44%201.11l1.1%202.43a.5.5%200%200%200%20.91%200l1.11-2.44l2.44-1.1a.5.5%200%200%200%200-.91l-2.44-1.11L12.46%208a.5.5%200%200%200-.91%200l-1.11%202.44L8%2011.54c-.39.18-.39.74%200%20.92%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021a8.96%208.96%200%200%201-7.46-4H6c.55%200%201-.45%201-1s-.45-1-1-1H2c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201s1-.45%201-1v-1.7c1.99%202.84%205.27%204.7%209%204.7c4.45%200%208.27-2.64%2010-6.43a1.01%201.01%200%200%200-.69-1.39c-.45-.1-.93.11-1.12.54C18.77%2018.83%2015.64%2021%2012%2021%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.06%202.83c-1.15-.77-2.46-1.32-3.86-1.61c-.62-.12-1.2.35-1.2.99c0%20.46.31.88.76.97c1.17.23%202.26.7%203.21%201.34c.39.26.9.19%201.23-.14c.46-.45.39-1.2-.14-1.55M11%202.21c0-.64-.58-1.11-1.2-.99c-1.4.29-2.71.84-3.86%201.61c-.52.35-.59%201.1-.15%201.54c.33.33.84.4%201.23.14c.96-.64%202.04-1.1%203.21-1.34c.46-.08.77-.5.77-.96M4.38%205.79a1%201%200%200%200-1.54.15A10.7%2010.7%200%200%200%201.23%209.8a1%201%200%200%200%20.98%201.2c.46%200%20.88-.31.97-.76c.23-1.17.7-2.26%201.34-3.22c.25-.38.18-.9-.14-1.23M21.79%2011a1%201%200%200%200%20.98-1.2c-.29-1.4-.84-2.7-1.61-3.86c-.35-.52-1.1-.6-1.54-.15c-.33.33-.4.84-.14%201.23c.64.96%201.1%202.05%201.34%203.22c.09.45.51.76.97.76M8%2012.46l2.44%201.11l1.1%202.43a.5.5%200%200%200%20.91%200l1.11-2.44l2.44-1.1a.5.5%200%200%200%200-.91l-2.44-1.11L12.46%208a.5.5%200%200%200-.91%200l-1.11%202.44L8%2011.54c-.39.18-.39.74%200%20.92%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021a8.96%208.96%200%200%201-7.46-4H6c.55%200%201-.45%201-1s-.45-1-1-1H2c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201s1-.45%201-1v-1.7c1.99%202.84%205.27%204.7%209%204.7c4.45%200%208.27-2.64%2010-6.43a1.01%201.01%200%200%200-.69-1.39c-.45-.1-.93.11-1.12.54C18.77%2018.83%2015.64%2021%2012%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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