michelin star icon
michelin-star from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- michelin-star
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
Use the michelin star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.792 17.063c0 .337.057.618.057.9c0 1.8-1.238 3.037-2.982 3.037c-1.8 0-2.98-1.238-2.98-3.206v-.731c-.957.675-1.576.9-2.42.9c-1.518 0-2.925-1.463-2.925-3.094c0-1.181.844-2.194 2.082-2.756l.28-.113c-1.574-.787-2.362-1.688-2.362-2.925c0-1.687 1.294-3.094 2.925-3.094c.675 0 1.52.338 2.138.788l.281.112c0-.337-.056-.619-.056-.844C8.83 4.237 10.067 3 11.81 3c1.8 0 2.981 1.237 2.981 3.206V6.6l-.056.281c.956-.675 1.575-.9 2.419-.9c1.519 0 2.925 1.463 2.925 3.094c0 1.181-.844 2.194-2.081 2.756l-.282.169c1.575.787 2.363 1.688 2.363 2.925c0 1.688-1.294 3.094-2.925 3.094c-.675 0-1.575-.281-2.138-.788z"/></svg>
React
import type { SVGProps } from "react";
export function TablerMichelinStar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14.792 17.063c0 .337.057.618.057.9c0 1.8-1.238 3.037-2.982 3.037c-1.8 0-2.98-1.238-2.98-3.206v-.731c-.957.675-1.576.9-2.42.9c-1.518 0-2.925-1.463-2.925-3.094c0-1.181.844-2.194 2.082-2.756l.28-.113c-1.574-.787-2.362-1.688-2.362-2.925c0-1.687 1.294-3.094 2.925-3.094c.675 0 1.52.338 2.138.788l.281.112c0-.337-.056-.619-.056-.844C8.83 4.237 10.067 3 11.81 3c1.8 0 2.981 1.237 2.981 3.206V6.6l-.056.281c.956-.675 1.575-.9 2.419-.9c1.519 0 2.925 1.463 2.925 3.094c0 1.181-.844 2.194-2.081 2.756l-.282.169c1.575.787 2.363 1.688 2.363 2.925c0 1.688-1.294 3.094-2.925 3.094c-.675 0-1.575-.281-2.138-.788z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.792 17.063c0 .337.057.618.057.9c0 1.8-1.238 3.037-2.982 3.037c-1.8 0-2.98-1.238-2.98-3.206v-.731c-.957.675-1.576.9-2.42.9c-1.518 0-2.925-1.463-2.925-3.094c0-1.181.844-2.194 2.082-2.756l.28-.113c-1.574-.787-2.362-1.688-2.362-2.925c0-1.687 1.294-3.094 2.925-3.094c.675 0 1.52.338 2.138.788l.281.112c0-.337-.056-.619-.056-.844C8.83 4.237 10.067 3 11.81 3c1.8 0 2.981 1.237 2.981 3.206V6.6l-.056.281c.956-.675 1.575-.9 2.419-.9c1.519 0 2.925 1.463 2.925 3.094c0 1.181-.844 2.194-2.081 2.756l-.282.169c1.575.787 2.363 1.688 2.363 2.925c0 1.688-1.294 3.094-2.925 3.094c-.675 0-1.575-.281-2.138-.788z"/></svg> </template>
CSS
.icon-michelin-star {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.792%2017.063c0%20.337.057.618.057.9c0%201.8-1.238%203.037-2.982%203.037c-1.8%200-2.98-1.238-2.98-3.206v-.731c-.957.675-1.576.9-2.42.9c-1.518%200-2.925-1.463-2.925-3.094c0-1.181.844-2.194%202.082-2.756l.28-.113c-1.574-.787-2.362-1.688-2.362-2.925c0-1.687%201.294-3.094%202.925-3.094c.675%200%201.52.338%202.138.788l.281.112c0-.337-.056-.619-.056-.844C8.83%204.237%2010.067%203%2011.81%203c1.8%200%202.981%201.237%202.981%203.206V6.6l-.056.281c.956-.675%201.575-.9%202.419-.9c1.519%200%202.925%201.463%202.925%203.094c0%201.181-.844%202.194-2.081%202.756l-.282.169c1.575.787%202.363%201.688%202.363%202.925c0%201.688-1.294%203.094-2.925%203.094c-.675%200-1.575-.281-2.138-.788z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.792%2017.063c0%20.337.057.618.057.9c0%201.8-1.238%203.037-2.982%203.037c-1.8%200-2.98-1.238-2.98-3.206v-.731c-.957.675-1.576.9-2.42.9c-1.518%200-2.925-1.463-2.925-3.094c0-1.181.844-2.194%202.082-2.756l.28-.113c-1.574-.787-2.362-1.688-2.362-2.925c0-1.687%201.294-3.094%202.925-3.094c.675%200%201.52.338%202.138.788l.281.112c0-.337-.056-.619-.056-.844C8.83%204.237%2010.067%203%2011.81%203c1.8%200%202.981%201.237%202.981%203.206V6.6l-.056.281c.956-.675%201.575-.9%202.419-.9c1.519%200%202.925%201.463%202.925%203.094c0%201.181-.844%202.194-2.081%202.756l-.282.169c1.575.787%202.363%201.688%202.363%202.925c0%201.688-1.294%203.094-2.925%203.094c-.675%200-1.575-.281-2.138-.788z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/michelin-star.svg?color=%231a73e8&size=48