unknown 5 icon
unknown-5 from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- unknown-5
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- unknown-5-outline, unknown-5-outline-sharp, unknown-5-sharp
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the unknown 5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12v-2h8v2zm8 10q-2 0-3.838-.737T4.9 19.1l1.4-1.4q1.175 1.1 2.65 1.7T12 20q3.325 0 5.663-2.337T20 12t-2.337-5.663T12 4V2q2.075 0 3.888.788t3.174 2.15t2.15 3.175t.788 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsUnknown5(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="M4 12v-2h8v2zm8 10q-2 0-3.838-.737T4.9 19.1l1.4-1.4q1.175 1.1 2.65 1.7T12 20q3.325 0 5.663-2.337T20 12t-2.337-5.663T12 4V2q2.075 0 3.888.788t3.174 2.15t2.15 3.175t.788 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15T12 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12v-2h8v2zm8 10q-2 0-3.838-.737T4.9 19.1l1.4-1.4q1.175 1.1 2.65 1.7T12 20q3.325 0 5.663-2.337T20 12t-2.337-5.663T12 4V2q2.075 0 3.888.788t3.174 2.15t2.15 3.175t.788 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15T12 22"/></svg> </template>
CSS
.icon-unknown-5 {
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%22M4%2012v-2h8v2zm8%2010q-2%200-3.838-.737T4.9%2019.1l1.4-1.4q1.175%201.1%202.65%201.7T12%2020q3.325%200%205.663-2.337T20%2012t-2.337-5.663T12%204V2q2.075%200%203.888.788t3.174%202.15t2.15%203.175t.788%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15T12%2022%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%22M4%2012v-2h8v2zm8%2010q-2%200-3.838-.737T4.9%2019.1l1.4-1.4q1.175%201.1%202.65%201.7T12%2020q3.325%200%205.663-2.337T20%2012t-2.337-5.663T12%204V2q2.075%200%203.888.788t3.174%202.15t2.15%203.175t.788%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/unknown-5.svg?color=%231a73e8&size=48