circle info icon
circle-info-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- circle-info-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All circle info icons →More ui icons from Reicon
Use the circle info icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.333C6.119 1.333 1.333 6.12 1.333 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333M13 17a1 1 0 0 1-2 0v-4.333h-.667a1 1 0 0 1 0-2h1c.92 0 1.667.747 1.667 1.666zm-1-8a1.335 1.335 0 0 1-1.333-1.333c0-.735.597-1.334 1.333-1.334A1.335 1.335 0 0 1 12 9"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCircleInfoFilled(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 1.333C6.119 1.333 1.333 6.12 1.333 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333M13 17a1 1 0 0 1-2 0v-4.333h-.667a1 1 0 0 1 0-2h1c.92 0 1.667.747 1.667 1.666zm-1-8a1.335 1.335 0 0 1-1.333-1.333c0-.735.597-1.334 1.333-1.334A1.335 1.335 0 0 1 12 9"/></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 1.333C6.119 1.333 1.333 6.12 1.333 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333M13 17a1 1 0 0 1-2 0v-4.333h-.667a1 1 0 0 1 0-2h1c.92 0 1.667.747 1.667 1.666zm-1-8a1.335 1.335 0 0 1-1.333-1.333c0-.735.597-1.334 1.333-1.334A1.335 1.335 0 0 1 12 9"/></svg> </template>
CSS
.icon-circle-info-filled {
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%201.333C6.119%201.333%201.333%206.12%201.333%2012S6.12%2022.667%2012%2022.667S22.667%2017.88%2022.667%2012S17.88%201.333%2012%201.333M13%2017a1%201%200%200%201-2%200v-4.333h-.667a1%201%200%200%201%200-2h1c.92%200%201.667.747%201.667%201.666zm-1-8a1.335%201.335%200%200%201-1.333-1.333c0-.735.597-1.334%201.333-1.334A1.335%201.335%200%200%201%2012%209%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%201.333C6.119%201.333%201.333%206.12%201.333%2012S6.12%2022.667%2012%2022.667S22.667%2017.88%2022.667%2012S17.88%201.333%2012%201.333M13%2017a1%201%200%200%201-2%200v-4.333h-.667a1%201%200%200%201%200-2h1c.92%200%201.667.747%201.667%201.666zm-1-8a1.335%201.335%200%200%201-1.333-1.333c0-.735.597-1.334%201.333-1.334A1.335%201.335%200%200%201%2012%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/circle-info-filled.svg?color=%231a73e8&size=48