restaurant fine icon
restaurant-fine from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- restaurant-fine
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the restaurant fine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 11V3a1 1 0 0 0-1-1H19a1 1 0 0 0-1 1v8a6.004 6.004 0 0 0 5 5.91V28h-4v2h10v-2h-4V16.91A6.004 6.004 0 0 0 30 11m-10 0V4h8v7a4 4 0 1 1-8 0m-8-9v9.02a3.964 3.964 0 0 1-3.96 3.96A4.005 4.005 0 0 1 4 11.02V2H2v9.02a5.99 5.99 0 0 0 5 5.865V30h2V16.895a5.965 5.965 0 0 0 5-5.875V2Z"/><path fill="currentColor" d="M7 2h2v9.98H7z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonRestaurantFine(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 11V3a1 1 0 0 0-1-1H19a1 1 0 0 0-1 1v8a6.004 6.004 0 0 0 5 5.91V28h-4v2h10v-2h-4V16.91A6.004 6.004 0 0 0 30 11m-10 0V4h8v7a4 4 0 1 1-8 0m-8-9v9.02a3.964 3.964 0 0 1-3.96 3.96A4.005 4.005 0 0 1 4 11.02V2H2v9.02a5.99 5.99 0 0 0 5 5.865V30h2V16.895a5.965 5.965 0 0 0 5-5.875V2Z"/><path fill="currentColor" d="M7 2h2v9.98H7z"/></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 11V3a1 1 0 0 0-1-1H19a1 1 0 0 0-1 1v8a6.004 6.004 0 0 0 5 5.91V28h-4v2h10v-2h-4V16.91A6.004 6.004 0 0 0 30 11m-10 0V4h8v7a4 4 0 1 1-8 0m-8-9v9.02a3.964 3.964 0 0 1-3.96 3.96A4.005 4.005 0 0 1 4 11.02V2H2v9.02a5.99 5.99 0 0 0 5 5.865V30h2V16.895a5.965 5.965 0 0 0 5-5.875V2Z"/><path fill="currentColor" d="M7 2h2v9.98H7z"/></svg> </template>
CSS
.icon-restaurant-fine {
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%2011V3a1%201%200%200%200-1-1H19a1%201%200%200%200-1%201v8a6.004%206.004%200%200%200%205%205.91V28h-4v2h10v-2h-4V16.91A6.004%206.004%200%200%200%2030%2011m-10%200V4h8v7a4%204%200%201%201-8%200m-8-9v9.02a3.964%203.964%200%200%201-3.96%203.96A4.005%204.005%200%200%201%204%2011.02V2H2v9.02a5.99%205.99%200%200%200%205%205.865V30h2V16.895a5.965%205.965%200%200%200%205-5.875V2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%202h2v9.98H7z%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%2011V3a1%201%200%200%200-1-1H19a1%201%200%200%200-1%201v8a6.004%206.004%200%200%200%205%205.91V28h-4v2h10v-2h-4V16.91A6.004%206.004%200%200%200%2030%2011m-10%200V4h8v7a4%204%200%201%201-8%200m-8-9v9.02a3.964%203.964%200%200%201-3.96%203.96A4.005%204.005%200%200%201%204%2011.02V2H2v9.02a5.99%205.99%200%200%200%205%205.865V30h2V16.895a5.965%205.965%200%200%200%205-5.875V2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%202h2v9.98H7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/restaurant-fine.svg?color=%231a73e8&size=48