circle info icon

circle-info from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
circle-info
Set
Reicon
Style
Outline
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"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 21.667c5.339 0 9.667-4.328 9.667-9.667S17.339 2.333 12 2.333S2.333 6.661 2.333 12S6.661 21.667 12 21.667"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 17v-4.667a.667.667 0 0 0-.667-.666h-1"/><path fill="currentColor" d="M12 9a1.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"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCircleInfo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 21.667c5.339 0 9.667-4.328 9.667-9.667S17.339 2.333 12 2.333S2.333 6.661 2.333 12S6.661 21.667 12 21.667"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 17v-4.667a.667.667 0 0 0-.667-.666h-1"/><path fill="currentColor" d="M12 9a1.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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 21.667c5.339 0 9.667-4.328 9.667-9.667S17.339 2.333 12 2.333S2.333 6.661 2.333 12S6.661 21.667 12 21.667"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 17v-4.667a.667.667 0 0 0-.667-.666h-1"/><path fill="currentColor" d="M12 9a1.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"/></g></svg>
</template>

CSS

.icon-circle-info {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2021.667c5.339%200%209.667-4.328%209.667-9.667S17.339%202.333%2012%202.333S2.333%206.661%202.333%2012S6.661%2021.667%2012%2021.667%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2017v-4.667a.667.667%200%200%200-.667-.666h-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%209a1.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%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2021.667c5.339%200%209.667-4.328%209.667-9.667S17.339%202.333%2012%202.333S2.333%206.661%202.333%2012S6.661%2021.667%2012%2021.667%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2017v-4.667a.667.667%200%200%200-.667-.666h-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%209a1.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/circle-info.svg?color=%231a73e8&size=48