missing metadata icon
missing-metadata-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- missing-metadata-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path d="M10.5 12.88a.625.625 0 1 1 0 1.249a.625.625 0 0 1 0-1.249zM12.5 2A1.5 1.5 0 0 1 14 3.5v3.637a1.5 1.5 0 0 1-.44 1.06l-.105.107a4.02 4.02 0 0 0-.764-.65l.163-.164A.5.5 0 0 0 13 7.137V3.5a.5.5 0 0 0-.5-.5H8.861l-.079.006a.5.5 0 0 0-.275.14L3.15 8.515a.5.5 0 0 0 0 .707l3.638 3.631a.5.5 0 0 0 .24.134c.19.33.424.631.697.894a1.5 1.5 0 0 1-1.644-.32L2.443 9.928a1.5 1.5 0 0 1-.002-2.121L7.8 2.44a1.5 1.5 0 0 1 .914-.433L8.86 2H12.5zm-2 6.003c1.031 0 1.853.846 1.853 1.95c0 .585-.214.907-.727 1.318l-.277.214c-.246.195-.329.3-.346.449l-.011.156A.5.5 0 0 1 10 12c0-.571.21-.884.716-1.289l.278-.215c.288-.228.36-.342.36-.543c0-.558-.382-.95-.854-.95c-.494 0-.859.366-.853.945a.5.5 0 1 1-1 .01c-.011-1.138.805-1.955 1.853-1.955zm.015-3.13a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentMissingMetadata16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path d="M10.5 12.88a.625.625 0 1 1 0 1.249a.625.625 0 0 1 0-1.249zM12.5 2A1.5 1.5 0 0 1 14 3.5v3.637a1.5 1.5 0 0 1-.44 1.06l-.105.107a4.02 4.02 0 0 0-.764-.65l.163-.164A.5.5 0 0 0 13 7.137V3.5a.5.5 0 0 0-.5-.5H8.861l-.079.006a.5.5 0 0 0-.275.14L3.15 8.515a.5.5 0 0 0 0 .707l3.638 3.631a.5.5 0 0 0 .24.134c.19.33.424.631.697.894a1.5 1.5 0 0 1-1.644-.32L2.443 9.928a1.5 1.5 0 0 1-.002-2.121L7.8 2.44a1.5 1.5 0 0 1 .914-.433L8.86 2H12.5zm-2 6.003c1.031 0 1.853.846 1.853 1.95c0 .585-.214.907-.727 1.318l-.277.214c-.246.195-.329.3-.346.449l-.011.156A.5.5 0 0 1 10 12c0-.571.21-.884.716-1.289l.278-.215c.288-.228.36-.342.36-.543c0-.558-.382-.95-.854-.95c-.494 0-.859.366-.853.945a.5.5 0 1 1-1 .01c-.011-1.138.805-1.955 1.853-1.955zm.015-3.13a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path d="M10.5 12.88a.625.625 0 1 1 0 1.249a.625.625 0 0 1 0-1.249zM12.5 2A1.5 1.5 0 0 1 14 3.5v3.637a1.5 1.5 0 0 1-.44 1.06l-.105.107a4.02 4.02 0 0 0-.764-.65l.163-.164A.5.5 0 0 0 13 7.137V3.5a.5.5 0 0 0-.5-.5H8.861l-.079.006a.5.5 0 0 0-.275.14L3.15 8.515a.5.5 0 0 0 0 .707l3.638 3.631a.5.5 0 0 0 .24.134c.19.33.424.631.697.894a1.5 1.5 0 0 1-1.644-.32L2.443 9.928a1.5 1.5 0 0 1-.002-2.121L7.8 2.44a1.5 1.5 0 0 1 .914-.433L8.86 2H12.5zm-2 6.003c1.031 0 1.853.846 1.853 1.95c0 .585-.214.907-.727 1.318l-.277.214c-.246.195-.329.3-.346.449l-.011.156A.5.5 0 0 1 10 12c0-.571.21-.884.716-1.289l.278-.215c.288-.228.36-.342.36-.543c0-.558-.382-.95-.854-.95c-.494 0-.859.366-.853.945a.5.5 0 1 1-1 .01c-.011-1.138.805-1.955 1.853-1.955zm.015-3.13a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-missing-metadata-16-regular {
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%2016%2016%22%3E%3Cpath%20d%3D%22M10.5%2012.88a.625.625%200%201%201%200%201.249a.625.625%200%200%201%200-1.249zM12.5%202A1.5%201.5%200%200%201%2014%203.5v3.637a1.5%201.5%200%200%201-.44%201.06l-.105.107a4.02%204.02%200%200%200-.764-.65l.163-.164A.5.5%200%200%200%2013%207.137V3.5a.5.5%200%200%200-.5-.5H8.861l-.079.006a.5.5%200%200%200-.275.14L3.15%208.515a.5.5%200%200%200%200%20.707l3.638%203.631a.5.5%200%200%200%20.24.134c.19.33.424.631.697.894a1.5%201.5%200%200%201-1.644-.32L2.443%209.928a1.5%201.5%200%200%201-.002-2.121L7.8%202.44a1.5%201.5%200%200%201%20.914-.433L8.86%202H12.5zm-2%206.003c1.031%200%201.853.846%201.853%201.95c0%20.585-.214.907-.727%201.318l-.277.214c-.246.195-.329.3-.346.449l-.011.156A.5.5%200%200%201%2010%2012c0-.571.21-.884.716-1.289l.278-.215c.288-.228.36-.342.36-.543c0-.558-.382-.95-.854-.95c-.494%200-.859.366-.853.945a.5.5%200%201%201-1%20.01c-.011-1.138.805-1.955%201.853-1.955zm.015-3.13a.625.625%200%201%201%200%201.25a.625.625%200%200%201%200-1.25z%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%2016%2016%22%3E%3Cpath%20d%3D%22M10.5%2012.88a.625.625%200%201%201%200%201.249a.625.625%200%200%201%200-1.249zM12.5%202A1.5%201.5%200%200%201%2014%203.5v3.637a1.5%201.5%200%200%201-.44%201.06l-.105.107a4.02%204.02%200%200%200-.764-.65l.163-.164A.5.5%200%200%200%2013%207.137V3.5a.5.5%200%200%200-.5-.5H8.861l-.079.006a.5.5%200%200%200-.275.14L3.15%208.515a.5.5%200%200%200%200%20.707l3.638%203.631a.5.5%200%200%200%20.24.134c.19.33.424.631.697.894a1.5%201.5%200%200%201-1.644-.32L2.443%209.928a1.5%201.5%200%200%201-.002-2.121L7.8%202.44a1.5%201.5%200%200%201%20.914-.433L8.86%202H12.5zm-2%206.003c1.031%200%201.853.846%201.853%201.95c0%20.585-.214.907-.727%201.318l-.277.214c-.246.195-.329.3-.346.449l-.011.156A.5.5%200%200%201%2010%2012c0-.571.21-.884.716-1.289l.278-.215c.288-.228.36-.342.36-.543c0-.558-.382-.95-.854-.95c-.494%200-.859.366-.853.945a.5.5%200%201%201-1%20.01c-.011-1.138.805-1.955%201.853-1.955zm.015-3.13a.625.625%200%201%201%200%201.25a.625.625%200%200%201%200-1.25z%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-16-regular.svg?color=%231a73e8&size=48