ios information icon

ios-information-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-information-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios information icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="251.5" cy="172" r="20" fill="currentColor"/><path d="M272 344V216h-48v8h16v120h-16v8h64v-8z" fill="currentColor"/><g><path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function IonIosInformationOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="251.5" cy="172" r="20" fill="currentColor"/><path d="M272 344V216h-48v8h16v120h-16v8h64v-8z" fill="currentColor"/><g><path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="251.5" cy="172" r="20" fill="currentColor"/><path d="M272 344V216h-48v8h16v120h-16v8h64v-8z" fill="currentColor"/><g><path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-ios-information-outline {
  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%20512%20512%22%3E%3Ccircle%20cx%3D%22251.5%22%20cy%3D%22172%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M272%20344V216h-48v8h16v120h-16v8h64v-8z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M256%2048C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048zm0%20398.7c-105.1%200-190.7-85.5-190.7-190.7%200-105.1%2085.5-190.7%20190.7-190.7%20105.1%200%20190.7%2085.5%20190.7%20190.7%200%20105.1-85.6%20190.7-190.7%20190.7z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Ccircle%20cx%3D%22251.5%22%20cy%3D%22172%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M272%20344V216h-48v8h16v120h-16v8h64v-8z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M256%2048C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048zm0%20398.7c-105.1%200-190.7-85.5-190.7-190.7%200-105.1%2085.5-190.7%20190.7-190.7%20105.1%200%20190.7%2085.5%20190.7%20190.7%200%20105.1-85.6%20190.7-190.7%20190.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-information-outline.svg?color=%231a73e8&size=48