input-circle-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
input-circle-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
input-circle-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the input circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 10.921v9.156q0 .213.144.356t.357.144t.356-.144t.143-.356v-9.156l2.766 2.721q.14.14.34.134t.351-.153q.137-.134.137-.341t-.14-.348l-3.389-3.368q-.242-.243-.565-.243t-.565.243l-3.389 3.388q-.14.14-.133.341t.156.35q.137.138.331.138t.335-.14zM6.325 6.325Q4 8.65 4 12q0 .844.172 1.657t.517 1.576q.097.213.065.428q-.032.214-.198.378q-.154.152-.37.085q-.217-.066-.307-.272q-.437-.91-.658-1.871Q3 13.019 3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709q1.643.708 2.859 1.923t1.925 2.857t.709 3.508q0 1.013-.228 2.004t-.67 1.901q-.09.2-.288.244q-.197.045-.343-.102q-.165-.165-.195-.369t.049-.411q.35-.785.512-1.607T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInputCircleRounded(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="M11.5 10.921v9.156q0 .213.144.356t.357.144t.356-.144t.143-.356v-9.156l2.766 2.721q.14.14.34.134t.351-.153q.137-.134.137-.341t-.14-.348l-3.389-3.368q-.242-.243-.565-.243t-.565.243l-3.389 3.388q-.14.14-.133.341t.156.35q.137.138.331.138t.335-.14zM6.325 6.325Q4 8.65 4 12q0 .844.172 1.657t.517 1.576q.097.213.065.428q-.032.214-.198.378q-.154.152-.37.085q-.217-.066-.307-.272q-.437-.91-.658-1.871Q3 13.019 3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709q1.643.708 2.859 1.923t1.925 2.857t.709 3.508q0 1.013-.228 2.004t-.67 1.901q-.09.2-.288.244q-.197.045-.343-.102q-.165-.165-.195-.369t.049-.411q.35-.785.512-1.607T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 10.921v9.156q0 .213.144.356t.357.144t.356-.144t.143-.356v-9.156l2.766 2.721q.14.14.34.134t.351-.153q.137-.134.137-.341t-.14-.348l-3.389-3.368q-.242-.243-.565-.243t-.565.243l-3.389 3.388q-.14.14-.133.341t.156.35q.137.138.331.138t.335-.14zM6.325 6.325Q4 8.65 4 12q0 .844.172 1.657t.517 1.576q.097.213.065.428q-.032.214-.198.378q-.154.152-.37.085q-.217-.066-.307-.272q-.437-.91-.658-1.871Q3 13.019 3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709q1.643.708 2.859 1.923t1.925 2.857t.709 3.508q0 1.013-.228 2.004t-.67 1.901q-.09.2-.288.244q-.197.045-.343-.102q-.165-.165-.195-.369t.049-.411q.35-.785.512-1.607T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325"/></svg>
</template>

CSS

.icon-input-circle-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%22M11.5%2010.921v9.156q0%20.213.144.356t.357.144t.356-.144t.143-.356v-9.156l2.766%202.721q.14.14.34.134t.351-.153q.137-.134.137-.341t-.14-.348l-3.389-3.368q-.242-.243-.565-.243t-.565.243l-3.389%203.388q-.14.14-.133.341t.156.35q.137.138.331.138t.335-.14zM6.325%206.325Q4%208.65%204%2012q0%20.844.172%201.657t.517%201.576q.097.213.065.428q-.032.214-.198.378q-.154.152-.37.085q-.217-.066-.307-.272q-.437-.91-.658-1.871Q3%2013.019%203%2012q0-1.868.709-3.51T5.63%205.633t2.857-1.924T11.997%203t3.51.709q1.643.708%202.859%201.923t1.925%202.857t.709%203.508q0%201.013-.228%202.004t-.67%201.901q-.09.2-.288.244q-.197.045-.343-.102q-.165-.165-.195-.369t.049-.411q.35-.785.512-1.607T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325%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%22M11.5%2010.921v9.156q0%20.213.144.356t.357.144t.356-.144t.143-.356v-9.156l2.766%202.721q.14.14.34.134t.351-.153q.137-.134.137-.341t-.14-.348l-3.389-3.368q-.242-.243-.565-.243t-.565.243l-3.389%203.388q-.14.14-.133.341t.156.35q.137.138.331.138t.335-.14zM6.325%206.325Q4%208.65%204%2012q0%20.844.172%201.657t.517%201.576q.097.213.065.428q-.032.214-.198.378q-.154.152-.37.085q-.217-.066-.307-.272q-.437-.91-.658-1.871Q3%2013.019%203%2012q0-1.868.709-3.51T5.63%205.633t2.857-1.924T11.997%203t3.51.709q1.643.708%202.859%201.923t1.925%202.857t.709%203.508q0%201.013-.228%202.004t-.67%201.901q-.09.2-.288.244q-.197.045-.343-.102q-.165-.165-.195-.369t.049-.411q.35-.785.512-1.607T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/input-circle-rounded.svg?color=%231a73e8&size=48