info icon
info from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- info
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
infoAkar Iconsinfo-outlinedAnt Design IconsinfoBootstrap IconsinfoCodiconsinfo-fillEva 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 Framework7 Icons
Use the info icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M24.332 13.246c0 1.875 1.5 3.375 3.375 3.375c1.898 0 3.375-1.5 3.352-3.375c0-1.898-1.454-3.398-3.352-3.398c-1.875 0-3.375 1.5-3.375 3.398M18.52 44.231c0 1.148.82 1.921 2.062 1.921h14.836c1.242 0 2.063-.773 2.063-1.922c0-1.124-.82-1.898-2.063-1.898h-4.711V24.449c0-1.265-.82-2.11-2.039-2.11h-7.43c-1.218 0-2.039.75-2.039 1.876c0 1.172.82 1.945 2.04 1.945h5.132v16.172h-5.789c-1.242 0-2.062.773-2.062 1.898"/></svg>
React
import type { SVGProps } from "react";
export function F7Info(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M24.332 13.246c0 1.875 1.5 3.375 3.375 3.375c1.898 0 3.375-1.5 3.352-3.375c0-1.898-1.454-3.398-3.352-3.398c-1.875 0-3.375 1.5-3.375 3.398M18.52 44.231c0 1.148.82 1.921 2.062 1.921h14.836c1.242 0 2.063-.773 2.063-1.922c0-1.124-.82-1.898-2.063-1.898h-4.711V24.449c0-1.265-.82-2.11-2.039-2.11h-7.43c-1.218 0-2.039.75-2.039 1.876c0 1.172.82 1.945 2.04 1.945h5.132v16.172h-5.789c-1.242 0-2.062.773-2.062 1.898"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M24.332 13.246c0 1.875 1.5 3.375 3.375 3.375c1.898 0 3.375-1.5 3.352-3.375c0-1.898-1.454-3.398-3.352-3.398c-1.875 0-3.375 1.5-3.375 3.398M18.52 44.231c0 1.148.82 1.921 2.062 1.921h14.836c1.242 0 2.063-.773 2.063-1.922c0-1.124-.82-1.898-2.063-1.898h-4.711V24.449c0-1.265-.82-2.11-2.039-2.11h-7.43c-1.218 0-2.039.75-2.039 1.876c0 1.172.82 1.945 2.04 1.945h5.132v16.172h-5.789c-1.242 0-2.062.773-2.062 1.898"/></svg> </template>
CSS
.icon-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.332%2013.246c0%201.875%201.5%203.375%203.375%203.375c1.898%200%203.375-1.5%203.352-3.375c0-1.898-1.454-3.398-3.352-3.398c-1.875%200-3.375%201.5-3.375%203.398M18.52%2044.231c0%201.148.82%201.921%202.062%201.921h14.836c1.242%200%202.063-.773%202.063-1.922c0-1.124-.82-1.898-2.063-1.898h-4.711V24.449c0-1.265-.82-2.11-2.039-2.11h-7.43c-1.218%200-2.039.75-2.039%201.876c0%201.172.82%201.945%202.04%201.945h5.132v16.172h-5.789c-1.242%200-2.062.773-2.062%201.898%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.332%2013.246c0%201.875%201.5%203.375%203.375%203.375c1.898%200%203.375-1.5%203.352-3.375c0-1.898-1.454-3.398-3.352-3.398c-1.875%200-3.375%201.5-3.375%203.398M18.52%2044.231c0%201.148.82%201.921%202.062%201.921h14.836c1.242%200%202.063-.773%202.063-1.922c0-1.124-.82-1.898-2.063-1.898h-4.711V24.449c0-1.265-.82-2.11-2.039-2.11h-7.43c-1.218%200-2.039.75-2.039%201.876c0%201.172.82%201.945%202.04%201.945h5.132v16.172h-5.789c-1.242%200-2.062.773-2.062%201.898%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/info.svg?color=%231a73e8&size=48