information off icon
information-off-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- information-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- info-circle-off-outline, info-off-outline, information-circle-off-outline
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
Use the information off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l3 3C2.8 7.6 2 9.7 2 12c0 5.5 4.5 10 10 10c2.3 0 4.4-.8 6-2.1l2.8 2.8zM12 20c-4.4 0-8-3.6-8-8c0-1.7.6-3.3 1.5-4.6l5.5 5.5V17h2v-2.1l3.6 3.6c-1.3.9-2.9 1.5-4.6 1.5M8.2 5L6.7 3.5C8.3 2.6 10.1 2 12 2c5.5 0 10 4.5 10 10c0 1.9-.6 3.7-1.5 5.3L19 15.8c.6-1.1 1-2.4 1-3.8c0-4.4-3.6-8-8-8c-1.4 0-2.7.4-3.8 1M11 7h2v2h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiInformationOffOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l3 3C2.8 7.6 2 9.7 2 12c0 5.5 4.5 10 10 10c2.3 0 4.4-.8 6-2.1l2.8 2.8zM12 20c-4.4 0-8-3.6-8-8c0-1.7.6-3.3 1.5-4.6l5.5 5.5V17h2v-2.1l3.6 3.6c-1.3.9-2.9 1.5-4.6 1.5M8.2 5L6.7 3.5C8.3 2.6 10.1 2 12 2c5.5 0 10 4.5 10 10c0 1.9-.6 3.7-1.5 5.3L19 15.8c.6-1.1 1-2.4 1-3.8c0-4.4-3.6-8-8-8c-1.4 0-2.7.4-3.8 1M11 7h2v2h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l3 3C2.8 7.6 2 9.7 2 12c0 5.5 4.5 10 10 10c2.3 0 4.4-.8 6-2.1l2.8 2.8zM12 20c-4.4 0-8-3.6-8-8c0-1.7.6-3.3 1.5-4.6l5.5 5.5V17h2v-2.1l3.6 3.6c-1.3.9-2.9 1.5-4.6 1.5M8.2 5L6.7 3.5C8.3 2.6 10.1 2 12 2c5.5 0 10 4.5 10 10c0 1.9-.6 3.7-1.5 5.3L19 15.8c.6-1.1 1-2.4 1-3.8c0-4.4-3.6-8-8-8c-1.4 0-2.7.4-3.8 1M11 7h2v2h-2z"/></svg> </template>
CSS
.icon-information-off-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.1%2021.5L2.4%201.7L1.1%203l3%203C2.8%207.6%202%209.7%202%2012c0%205.5%204.5%2010%2010%2010c2.3%200%204.4-.8%206-2.1l2.8%202.8zM12%2020c-4.4%200-8-3.6-8-8c0-1.7.6-3.3%201.5-4.6l5.5%205.5V17h2v-2.1l3.6%203.6c-1.3.9-2.9%201.5-4.6%201.5M8.2%205L6.7%203.5C8.3%202.6%2010.1%202%2012%202c5.5%200%2010%204.5%2010%2010c0%201.9-.6%203.7-1.5%205.3L19%2015.8c.6-1.1%201-2.4%201-3.8c0-4.4-3.6-8-8-8c-1.4%200-2.7.4-3.8%201M11%207h2v2h-2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.1%2021.5L2.4%201.7L1.1%203l3%203C2.8%207.6%202%209.7%202%2012c0%205.5%204.5%2010%2010%2010c2.3%200%204.4-.8%206-2.1l2.8%202.8zM12%2020c-4.4%200-8-3.6-8-8c0-1.7.6-3.3%201.5-4.6l5.5%205.5V17h2v-2.1l3.6%203.6c-1.3.9-2.9%201.5-4.6%201.5M8.2%205L6.7%203.5C8.3%202.6%2010.1%202%2012%202c5.5%200%2010%204.5%2010%2010c0%201.9-.6%203.7-1.5%205.3L19%2015.8c.6-1.1%201-2.4%201-3.8c0-4.4-3.6-8-8-8c-1.4%200-2.7.4-3.8%201M11%207h2v2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/information-off-outline.svg?color=%231a73e8&size=48