round settings input antenna icon

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

Name
round-settings-input-antenna
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round settings input antenna icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5c-3.48 0-6.37 2.54-6.91 5.87c-.1.59.39 1.13 1 1.13c.49 0 .9-.36.98-.85C7.48 8.79 9.53 7 12 7s4.52 1.79 4.93 4.15c.08.49.49.85.98.85c.61 0 1.09-.54.99-1.13A6.984 6.984 0 0 0 12 5m1 9.29a2.52 2.52 0 0 0 1.41-2.99c-.22-.81-.87-1.47-1.68-1.7c-1.69-.48-3.23.78-3.23 2.4c0 1.02.62 1.9 1.5 2.29v3.3l-2.71 2.7A.996.996 0 1 0 9.7 21.7l2.3-2.3l2.3 2.3a.996.996 0 1 0 1.41-1.41L13 17.59zM12 1C6.3 1 1.61 5.34 1.05 10.9c-.05.59.41 1.1 1 1.1c.51 0 .94-.38.99-.88C3.48 6.56 7.33 3 12 3s8.52 3.56 8.96 8.12c.05.5.48.88.99.88c.59 0 1.06-.51 1-1.1C22.39 5.34 17.7 1 12 1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSettingsInputAntenna(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="M12 5c-3.48 0-6.37 2.54-6.91 5.87c-.1.59.39 1.13 1 1.13c.49 0 .9-.36.98-.85C7.48 8.79 9.53 7 12 7s4.52 1.79 4.93 4.15c.08.49.49.85.98.85c.61 0 1.09-.54.99-1.13A6.984 6.984 0 0 0 12 5m1 9.29a2.52 2.52 0 0 0 1.41-2.99c-.22-.81-.87-1.47-1.68-1.7c-1.69-.48-3.23.78-3.23 2.4c0 1.02.62 1.9 1.5 2.29v3.3l-2.71 2.7A.996.996 0 1 0 9.7 21.7l2.3-2.3l2.3 2.3a.996.996 0 1 0 1.41-1.41L13 17.59zM12 1C6.3 1 1.61 5.34 1.05 10.9c-.05.59.41 1.1 1 1.1c.51 0 .94-.38.99-.88C3.48 6.56 7.33 3 12 3s8.52 3.56 8.96 8.12c.05.5.48.88.99.88c.59 0 1.06-.51 1-1.1C22.39 5.34 17.7 1 12 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5c-3.48 0-6.37 2.54-6.91 5.87c-.1.59.39 1.13 1 1.13c.49 0 .9-.36.98-.85C7.48 8.79 9.53 7 12 7s4.52 1.79 4.93 4.15c.08.49.49.85.98.85c.61 0 1.09-.54.99-1.13A6.984 6.984 0 0 0 12 5m1 9.29a2.52 2.52 0 0 0 1.41-2.99c-.22-.81-.87-1.47-1.68-1.7c-1.69-.48-3.23.78-3.23 2.4c0 1.02.62 1.9 1.5 2.29v3.3l-2.71 2.7A.996.996 0 1 0 9.7 21.7l2.3-2.3l2.3 2.3a.996.996 0 1 0 1.41-1.41L13 17.59zM12 1C6.3 1 1.61 5.34 1.05 10.9c-.05.59.41 1.1 1 1.1c.51 0 .94-.38.99-.88C3.48 6.56 7.33 3 12 3s8.52 3.56 8.96 8.12c.05.5.48.88.99.88c.59 0 1.06-.51 1-1.1C22.39 5.34 17.7 1 12 1"/></svg>
</template>

CSS

.icon-round-settings-input-antenna {
  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%22M12%205c-3.48%200-6.37%202.54-6.91%205.87c-.1.59.39%201.13%201%201.13c.49%200%20.9-.36.98-.85C7.48%208.79%209.53%207%2012%207s4.52%201.79%204.93%204.15c.08.49.49.85.98.85c.61%200%201.09-.54.99-1.13A6.984%206.984%200%200%200%2012%205m1%209.29a2.52%202.52%200%200%200%201.41-2.99c-.22-.81-.87-1.47-1.68-1.7c-1.69-.48-3.23.78-3.23%202.4c0%201.02.62%201.9%201.5%202.29v3.3l-2.71%202.7A.996.996%200%201%200%209.7%2021.7l2.3-2.3l2.3%202.3a.996.996%200%201%200%201.41-1.41L13%2017.59zM12%201C6.3%201%201.61%205.34%201.05%2010.9c-.05.59.41%201.1%201%201.1c.51%200%20.94-.38.99-.88C3.48%206.56%207.33%203%2012%203s8.52%203.56%208.96%208.12c.05.5.48.88.99.88c.59%200%201.06-.51%201-1.1C22.39%205.34%2017.7%201%2012%201%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%22M12%205c-3.48%200-6.37%202.54-6.91%205.87c-.1.59.39%201.13%201%201.13c.49%200%20.9-.36.98-.85C7.48%208.79%209.53%207%2012%207s4.52%201.79%204.93%204.15c.08.49.49.85.98.85c.61%200%201.09-.54.99-1.13A6.984%206.984%200%200%200%2012%205m1%209.29a2.52%202.52%200%200%200%201.41-2.99c-.22-.81-.87-1.47-1.68-1.7c-1.69-.48-3.23.78-3.23%202.4c0%201.02.62%201.9%201.5%202.29v3.3l-2.71%202.7A.996.996%200%201%200%209.7%2021.7l2.3-2.3l2.3%202.3a.996.996%200%201%200%201.41-1.41L13%2017.59zM12%201C6.3%201%201.61%205.34%201.05%2010.9c-.05.59.41%201.1%201%201.1c.51%200%20.94-.38.99-.88C3.48%206.56%207.33%203%2012%203s8.52%203.56%208.96%208.12c.05.5.48.88.99.88c.59%200%201.06-.51%201-1.1C22.39%205.34%2017.7%201%2012%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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