missing-metadata-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
missing-metadata-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Use the missing metadata icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm2.25-10A2.25 2.25 0 0 1 22 4.25v5.462c0 .79-.288 1.55-.805 2.141l-.173.183a6.5 6.5 0 0 0-9.028 8.92a3.256 3.256 0 0 1-4.043-.442L3.489 16.06a3.25 3.25 0 0 1-.003-4.596l8.5-8.51A3.25 3.25 0 0 1 14.284 2h5.465zM17.5 19.88a.625.625 0 1 0 0 1.249a.625.625 0 0 0 0-1.249zm0-5.877c-1.048 0-1.864.817-1.853 1.954a.5.5 0 1 0 1-.01c-.006-.578.36-.944.853-.944c.472 0 .853.392.853.95c0 .192-.055.342-.223.561l-.095.116l-.099.113l-.265.29c-.484.542-.671.892-.671 1.468a.5.5 0 0 0 1 0c0-.204.059-.36.239-.59l.085-.105l.1-.115l.267-.29c.477-.535.662-.882.662-1.448c0-1.104-.822-1.95-1.853-1.95zm-.5-8.5a1.5 1.5 0 1 0 0 2.999a1.5 1.5 0 0 0 0-3z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentMissingMetadata24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm2.25-10A2.25 2.25 0 0 1 22 4.25v5.462c0 .79-.288 1.55-.805 2.141l-.173.183a6.5 6.5 0 0 0-9.028 8.92a3.256 3.256 0 0 1-4.043-.442L3.489 16.06a3.25 3.25 0 0 1-.003-4.596l8.5-8.51A3.25 3.25 0 0 1 14.284 2h5.465zM17.5 19.88a.625.625 0 1 0 0 1.249a.625.625 0 0 0 0-1.249zm0-5.877c-1.048 0-1.864.817-1.853 1.954a.5.5 0 1 0 1-.01c-.006-.578.36-.944.853-.944c.472 0 .853.392.853.95c0 .192-.055.342-.223.561l-.095.116l-.099.113l-.265.29c-.484.542-.671.892-.671 1.468a.5.5 0 0 0 1 0c0-.204.059-.36.239-.59l.085-.105l.1-.115l.267-.29c.477-.535.662-.882.662-1.448c0-1.104-.822-1.95-1.853-1.95zm-.5-8.5a1.5 1.5 0 1 0 0 2.999a1.5 1.5 0 0 0 0-3z" fill="currentColor" fillRule="nonzero"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm2.25-10A2.25 2.25 0 0 1 22 4.25v5.462c0 .79-.288 1.55-.805 2.141l-.173.183a6.5 6.5 0 0 0-9.028 8.92a3.256 3.256 0 0 1-4.043-.442L3.489 16.06a3.25 3.25 0 0 1-.003-4.596l8.5-8.51A3.25 3.25 0 0 1 14.284 2h5.465zM17.5 19.88a.625.625 0 1 0 0 1.249a.625.625 0 0 0 0-1.249zm0-5.877c-1.048 0-1.864.817-1.853 1.954a.5.5 0 1 0 1-.01c-.006-.578.36-.944.853-.944c.472 0 .853.392.853.95c0 .192-.055.342-.223.561l-.095.116l-.099.113l-.265.29c-.484.542-.671.892-.671 1.468a.5.5 0 0 0 1 0c0-.204.059-.36.239-.59l.085-.105l.1-.115l.267-.29c.477-.535.662-.882.662-1.448c0-1.104-.822-1.95-1.853-1.95zm-.5-8.5a1.5 1.5 0 1 0 0 2.999a1.5 1.5 0 0 0 0-3z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-missing-metadata-24-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%2024%2024%22%3E%3Cpath%20d%3D%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zm2.25-10A2.25%202.25%200%200%201%2022%204.25v5.462c0%20.79-.288%201.55-.805%202.141l-.173.183a6.5%206.5%200%200%200-9.028%208.92a3.256%203.256%200%200%201-4.043-.442L3.489%2016.06a3.25%203.25%200%200%201-.003-4.596l8.5-8.51A3.25%203.25%200%200%201%2014.284%202h5.465zM17.5%2019.88a.625.625%200%201%200%200%201.249a.625.625%200%200%200%200-1.249zm0-5.877c-1.048%200-1.864.817-1.853%201.954a.5.5%200%201%200%201-.01c-.006-.578.36-.944.853-.944c.472%200%20.853.392.853.95c0%20.192-.055.342-.223.561l-.095.116l-.099.113l-.265.29c-.484.542-.671.892-.671%201.468a.5.5%200%200%200%201%200c0-.204.059-.36.239-.59l.085-.105l.1-.115l.267-.29c.477-.535.662-.882.662-1.448c0-1.104-.822-1.95-1.853-1.95zm-.5-8.5a1.5%201.5%200%201%200%200%202.999a1.5%201.5%200%200%200%200-3z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%20d%3D%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zm2.25-10A2.25%202.25%200%200%201%2022%204.25v5.462c0%20.79-.288%201.55-.805%202.141l-.173.183a6.5%206.5%200%200%200-9.028%208.92a3.256%203.256%200%200%201-4.043-.442L3.489%2016.06a3.25%203.25%200%200%201-.003-4.596l8.5-8.51A3.25%203.25%200%200%201%2014.284%202h5.465zM17.5%2019.88a.625.625%200%201%200%200%201.249a.625.625%200%200%200%200-1.249zm0-5.877c-1.048%200-1.864.817-1.853%201.954a.5.5%200%201%200%201-.01c-.006-.578.36-.944.853-.944c.472%200%20.853.392.853.95c0%20.192-.055.342-.223.561l-.095.116l-.099.113l-.265.29c-.484.542-.671.892-.671%201.468a.5.5%200%200%200%201%200c0-.204.059-.36.239-.59l.085-.105l.1-.115l.267-.29c.477-.535.662-.882.662-1.448c0-1.104-.822-1.95-1.853-1.95zm-.5-8.5a1.5%201.5%200%201%200%200%202.999a1.5%201.5%200%200%200%200-3z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/missing-metadata-24-filled.svg?color=%231a73e8&size=48