information disabled icon

information-disabled from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
information-disabled
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the information disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30l3.443-3.443a13.961 13.961 0 0 0 19.7-19.7ZM28 16a11.973 11.973 0 0 1-19.732 9.146L15 18.414V22h-2v2h7v-2h-3v-5.586l8.146-8.146A11.9 11.9 0 0 1 28 16M16 8a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 8"/><path fill="currentColor" d="M5.67 22.085A11.983 11.983 0 0 1 22.086 5.67l1.454-1.454A13.985 13.985 0 0 0 4.216 23.54Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonInformationDisabled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30l3.443-3.443a13.961 13.961 0 0 0 19.7-19.7ZM28 16a11.973 11.973 0 0 1-19.732 9.146L15 18.414V22h-2v2h7v-2h-3v-5.586l8.146-8.146A11.9 11.9 0 0 1 28 16M16 8a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 8"/><path fill="currentColor" d="M5.67 22.085A11.983 11.983 0 0 1 22.086 5.67l1.454-1.454A13.985 13.985 0 0 0 4.216 23.54Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30l3.443-3.443a13.961 13.961 0 0 0 19.7-19.7ZM28 16a11.973 11.973 0 0 1-19.732 9.146L15 18.414V22h-2v2h7v-2h-3v-5.586l8.146-8.146A11.9 11.9 0 0 1 28 16M16 8a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 8"/><path fill="currentColor" d="M5.67 22.085A11.983 11.983 0 0 1 22.086 5.67l1.454-1.454A13.985 13.985 0 0 0 4.216 23.54Z"/></svg>
</template>

CSS

.icon-information-disabled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L2%2028.586L3.414%2030l3.443-3.443a13.961%2013.961%200%200%200%2019.7-19.7ZM28%2016a11.973%2011.973%200%200%201-19.732%209.146L15%2018.414V22h-2v2h7v-2h-3v-5.586l8.146-8.146A11.9%2011.9%200%200%201%2028%2016M16%208a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%2016%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.67%2022.085A11.983%2011.983%200%200%201%2022.086%205.67l1.454-1.454A13.985%2013.985%200%200%200%204.216%2023.54Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L2%2028.586L3.414%2030l3.443-3.443a13.961%2013.961%200%200%200%2019.7-19.7ZM28%2016a11.973%2011.973%200%200%201-19.732%209.146L15%2018.414V22h-2v2h7v-2h-3v-5.586l8.146-8.146A11.9%2011.9%200%200%201%2028%2016M16%208a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%2016%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.67%2022.085A11.983%2011.983%200%200%201%2022.086%205.67l1.454-1.454A13.985%2013.985%200%200%200%204.216%2023.54Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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