info filled icon
info-filled from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- info-filled
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Use the info filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64a448 448 0 1 1 0 896a448 448 0 0 1 0-896m67.2 275c33.3 0 60.3-23 60.3-57.3s-27-57.3-60.3-57.3s-60.2 23-60.2 57.3s27 57.4 60.2 57.4m11.7 360.1c0-6.8 2.4-24.6 1-34.8L539.3 725c-10.9 11.4-24.5 19.4-30.9 17.3a13 13 0 0 1-8.2-14.7l87.6-277c7.2-35.2-12.5-67.2-54.3-71.3c-44 0-109 44.7-148.5 101.5c0 6.8-1.3 23.6 0 33.8l52.6-60.6c11-11.4 23.6-19.4 30-17.2a13 13 0 0 1 7.8 16.1l-87 275.7c-10 32.2 9 63.8 55.1 71c67.9 0 108-43.6 147.5-100.4z"/></svg>
React
import type { SVGProps } from "react";
export function EpInfoFilled(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="M512 64a448 448 0 1 1 0 896a448 448 0 0 1 0-896m67.2 275c33.3 0 60.3-23 60.3-57.3s-27-57.3-60.3-57.3s-60.2 23-60.2 57.3s27 57.4 60.2 57.4m11.7 360.1c0-6.8 2.4-24.6 1-34.8L539.3 725c-10.9 11.4-24.5 19.4-30.9 17.3a13 13 0 0 1-8.2-14.7l87.6-277c7.2-35.2-12.5-67.2-54.3-71.3c-44 0-109 44.7-148.5 101.5c0 6.8-1.3 23.6 0 33.8l52.6-60.6c11-11.4 23.6-19.4 30-17.2a13 13 0 0 1 7.8 16.1l-87 275.7c-10 32.2 9 63.8 55.1 71c67.9 0 108-43.6 147.5-100.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64a448 448 0 1 1 0 896a448 448 0 0 1 0-896m67.2 275c33.3 0 60.3-23 60.3-57.3s-27-57.3-60.3-57.3s-60.2 23-60.2 57.3s27 57.4 60.2 57.4m11.7 360.1c0-6.8 2.4-24.6 1-34.8L539.3 725c-10.9 11.4-24.5 19.4-30.9 17.3a13 13 0 0 1-8.2-14.7l87.6-277c7.2-35.2-12.5-67.2-54.3-71.3c-44 0-109 44.7-148.5 101.5c0 6.8-1.3 23.6 0 33.8l52.6-60.6c11-11.4 23.6-19.4 30-17.2a13 13 0 0 1 7.8 16.1l-87 275.7c-10 32.2 9 63.8 55.1 71c67.9 0 108-43.6 147.5-100.4z"/></svg> </template>
CSS
.icon-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064a448%20448%200%201%201%200%20896a448%20448%200%200%201%200-896m67.2%20275c33.3%200%2060.3-23%2060.3-57.3s-27-57.3-60.3-57.3s-60.2%2023-60.2%2057.3s27%2057.4%2060.2%2057.4m11.7%20360.1c0-6.8%202.4-24.6%201-34.8L539.3%20725c-10.9%2011.4-24.5%2019.4-30.9%2017.3a13%2013%200%200%201-8.2-14.7l87.6-277c7.2-35.2-12.5-67.2-54.3-71.3c-44%200-109%2044.7-148.5%20101.5c0%206.8-1.3%2023.6%200%2033.8l52.6-60.6c11-11.4%2023.6-19.4%2030-17.2a13%2013%200%200%201%207.8%2016.1l-87%20275.7c-10%2032.2%209%2063.8%2055.1%2071c67.9%200%20108-43.6%20147.5-100.4z%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%22M512%2064a448%20448%200%201%201%200%20896a448%20448%200%200%201%200-896m67.2%20275c33.3%200%2060.3-23%2060.3-57.3s-27-57.3-60.3-57.3s-60.2%2023-60.2%2057.3s27%2057.4%2060.2%2057.4m11.7%20360.1c0-6.8%202.4-24.6%201-34.8L539.3%20725c-10.9%2011.4-24.5%2019.4-30.9%2017.3a13%2013%200%200%201-8.2-14.7l87.6-277c7.2-35.2-12.5-67.2-54.3-71.3c-44%200-109%2044.7-148.5%20101.5c0%206.8-1.3%2023.6%200%2033.8l52.6-60.6c11-11.4%2023.6-19.4%2030-17.2a13%2013%200%200%201%207.8%2016.1l-87%20275.7c-10%2032.2%209%2063.8%2055.1%2071c67.9%200%20108-43.6%20147.5-100.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/info-filled.svg?color=%231a73e8&size=48