badge icon
badge-outline-sharp from Material Symbols by Google · Outline Sharp · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- badge-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More privacy icons from Material Symbols
add-moderatoradmin-panel-settingsassured-workloaddisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tipprivate-connectivity
Use the badge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 18h6v-.45q0-.425-.238-.788T11.1 16.2q-.5-.225-1.012-.337T9 15.75t-1.088.113T6.9 16.2q-.425.2-.663.563T6 17.55zm8-1.5h4V15h-4zm-3.937-1.937q.437-.438.437-1.063t-.437-1.062T9 12t-1.062.438T7.5 13.5t.438 1.063T9 15t1.063-.437M14 13.5h4V12h-4zM2 22V7h7V2h6v5h7v15zm2-2h16V9h-5v2H9V9H4zm7-11h2V4h-2zm1 5.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBadgeOutlineSharp(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="M6 18h6v-.45q0-.425-.238-.788T11.1 16.2q-.5-.225-1.012-.337T9 15.75t-1.088.113T6.9 16.2q-.425.2-.663.563T6 17.55zm8-1.5h4V15h-4zm-3.937-1.937q.437-.438.437-1.063t-.437-1.062T9 12t-1.062.438T7.5 13.5t.438 1.063T9 15t1.063-.437M14 13.5h4V12h-4zM2 22V7h7V2h6v5h7v15zm2-2h16V9h-5v2H9V9H4zm7-11h2V4h-2zm1 5.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 18h6v-.45q0-.425-.238-.788T11.1 16.2q-.5-.225-1.012-.337T9 15.75t-1.088.113T6.9 16.2q-.425.2-.663.563T6 17.55zm8-1.5h4V15h-4zm-3.937-1.937q.437-.438.437-1.063t-.437-1.062T9 12t-1.062.438T7.5 13.5t.438 1.063T9 15t1.063-.437M14 13.5h4V12h-4zM2 22V7h7V2h6v5h7v15zm2-2h16V9h-5v2H9V9H4zm7-11h2V4h-2zm1 5.5"/></svg> </template>
CSS
.icon-badge-outline-sharp {
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%22M6%2018h6v-.45q0-.425-.238-.788T11.1%2016.2q-.5-.225-1.012-.337T9%2015.75t-1.088.113T6.9%2016.2q-.425.2-.663.563T6%2017.55zm8-1.5h4V15h-4zm-3.937-1.937q.437-.438.437-1.063t-.437-1.062T9%2012t-1.062.438T7.5%2013.5t.438%201.063T9%2015t1.063-.437M14%2013.5h4V12h-4zM2%2022V7h7V2h6v5h7v15zm2-2h16V9h-5v2H9V9H4zm7-11h2V4h-2zm1%205.5%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%22M6%2018h6v-.45q0-.425-.238-.788T11.1%2016.2q-.5-.225-1.012-.337T9%2015.75t-1.088.113T6.9%2016.2q-.425.2-.663.563T6%2017.55zm8-1.5h4V15h-4zm-3.937-1.937q.437-.438.437-1.063t-.437-1.062T9%2012t-1.062.438T7.5%2013.5t.438%201.063T9%2015t1.063-.437M14%2013.5h4V12h-4zM2%2022V7h7V2h6v5h7v15zm2-2h16V9h-5v2H9V9H4zm7-11h2V4h-2zm1%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/badge-outline-sharp.svg?color=%231a73e8&size=48