info icon
info-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- info-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- info, info-outline
The same icon in other sets
infoAkar IconsinfoBootstrap IconsinfoCodiconsinfo-fillEva IconsinfoFramework7 IconsinfoFont Awesome 6 SolidinfoFont Awesome SolidinfoFeather Iconsinfo-12-filledFluent UI System Iconsinfocss.gginfoHealth IconsinfoHuge IconsinfoHumbleiconsinfoIconParkinfoIconPark OutlineinfoIconPark SolidinfoIconPark TwoToneinfoJam IconsinfoLine AwesomeinfoLucideinfoMaterial SymbolsinfoMaterial Symbols LightinfoMyna UI IconsinfoOcticons
Related icons in Ant Design Icons
Use the info icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M448 224a64 64 0 1 0 128 0a64 64 0 1 0-128 0m96 168h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignInfoOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M448 224a64 64 0 1 0 128 0a64 64 0 1 0-128 0m96 168h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M448 224a64 64 0 1 0 128 0a64 64 0 1 0-128 0m96 168h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8"/></svg> </template>
CSS
.icon-info-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20224a64%2064%200%201%200%20128%200a64%2064%200%201%200-128%200m96%20168h-64c-4.4%200-8%203.6-8%208v464c0%204.4%203.6%208%208%208h64c4.4%200%208-3.6%208-8V400c0-4.4-3.6-8-8-8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20224a64%2064%200%201%200%20128%200a64%2064%200%201%200-128%200m96%20168h-64c-4.4%200-8%203.6-8%208v464c0%204.4%203.6%208%208%208h64c4.4%200%208-3.6%208-8V400c0-4.4-3.6-8-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/info-outlined.svg?color=%231a73e8&size=48