input circle icon
input-circle from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- input-circle
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- input-circle-outline, input-circle-outline-sharp, input-circle-sharp
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="m12 9l-4.288 4.288l.688.689l3.1-3.056v9.656h1v-9.656l3.1 3.056l.689-.688zm-7.83 7.404Q3.6 15.39 3.3 14.28T3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 1.17-.3 2.28t-.87 2.124l-.718-.72q.454-.886.67-1.804T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12q0 .979.227 1.911t.68 1.774z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInputCircle(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 9l-4.288 4.288l.688.689l3.1-3.056v9.656h1v-9.656l3.1 3.056l.689-.688zm-7.83 7.404Q3.6 15.39 3.3 14.28T3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 1.17-.3 2.28t-.87 2.124l-.718-.72q.454-.886.67-1.804T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12q0 .979.227 1.911t.68 1.774z"/></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 9l-4.288 4.288l.688.689l3.1-3.056v9.656h1v-9.656l3.1 3.056l.689-.688zm-7.83 7.404Q3.6 15.39 3.3 14.28T3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 1.17-.3 2.28t-.87 2.124l-.718-.72q.454-.886.67-1.804T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12q0 .979.227 1.911t.68 1.774z"/></svg> </template>
CSS
.icon-input-circle {
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%209l-4.288%204.288l.688.689l3.1-3.056v9.656h1v-9.656l3.1%203.056l.689-.688zm-7.83%207.404Q3.6%2015.39%203.3%2014.28T3%2012q0-1.868.709-3.51T5.63%205.633t2.857-1.924T11.997%203t3.51.709t2.859%201.924t1.925%202.857T21%2012q0%201.17-.3%202.28t-.87%202.124l-.718-.72q.454-.886.67-1.804T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325T4%2012q0%20.979.227%201.911t.68%201.774z%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%209l-4.288%204.288l.688.689l3.1-3.056v9.656h1v-9.656l3.1%203.056l.689-.688zm-7.83%207.404Q3.6%2015.39%203.3%2014.28T3%2012q0-1.868.709-3.51T5.63%205.633t2.857-1.924T11.997%203t3.51.709t2.859%201.924t1.925%202.857T21%2012q0%201.17-.3%202.28t-.87%202.124l-.718-.72q.454-.886.67-1.804T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325T4%2012q0%20.979.227%201.911t.68%201.774z%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.svg?color=%231a73e8&size=48