sport cricket bat icon
sport-cricket-bat-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- sport-cricket-bat-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sport cricket bat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.731 2.732a2.5 2.5 0 0 1 3.535 3.535l-3.605 3.606a2.25 2.25 0 0 0-.66 1.59v.26l-.01.223c-.052.515-.28 1-.649 1.368L8.32 21.338a2.25 2.25 0 0 1-3.183 0l-2.474-2.475a2.25 2.25 0 0 1 0-3.182l8.022-8.022a2.25 2.25 0 0 1 1.591-.66h.257a2.25 2.25 0 0 0 1.59-.658zm-3.636 5.425a3.75 3.75 0 0 1-1.563.343h-.257a.75.75 0 0 0-.53.22l-8.023 8.022a.75.75 0 0 0 0 1.06l2.475 2.475a.75.75 0 0 0 1.061 0l8.024-8.023a.75.75 0 0 0 .205-.384l.014-.147v-.26c0-.543.12-1.074.341-1.559zm6.11-4.364a1 1 0 0 0-1.413 0l-3.47 3.47l1.414 1.413l3.47-3.47a1 1 0 0 0 0-1.413"/></svg>
React
import type { SVGProps } from "react";
export function FluentSportCricketBat24Regular(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="M17.731 2.732a2.5 2.5 0 0 1 3.535 3.535l-3.605 3.606a2.25 2.25 0 0 0-.66 1.59v.26l-.01.223c-.052.515-.28 1-.649 1.368L8.32 21.338a2.25 2.25 0 0 1-3.183 0l-2.474-2.475a2.25 2.25 0 0 1 0-3.182l8.022-8.022a2.25 2.25 0 0 1 1.591-.66h.257a2.25 2.25 0 0 0 1.59-.658zm-3.636 5.425a3.75 3.75 0 0 1-1.563.343h-.257a.75.75 0 0 0-.53.22l-8.023 8.022a.75.75 0 0 0 0 1.06l2.475 2.475a.75.75 0 0 0 1.061 0l8.024-8.023a.75.75 0 0 0 .205-.384l.014-.147v-.26c0-.543.12-1.074.341-1.559zm6.11-4.364a1 1 0 0 0-1.413 0l-3.47 3.47l1.414 1.413l3.47-3.47a1 1 0 0 0 0-1.413"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.731 2.732a2.5 2.5 0 0 1 3.535 3.535l-3.605 3.606a2.25 2.25 0 0 0-.66 1.59v.26l-.01.223c-.052.515-.28 1-.649 1.368L8.32 21.338a2.25 2.25 0 0 1-3.183 0l-2.474-2.475a2.25 2.25 0 0 1 0-3.182l8.022-8.022a2.25 2.25 0 0 1 1.591-.66h.257a2.25 2.25 0 0 0 1.59-.658zm-3.636 5.425a3.75 3.75 0 0 1-1.563.343h-.257a.75.75 0 0 0-.53.22l-8.023 8.022a.75.75 0 0 0 0 1.06l2.475 2.475a.75.75 0 0 0 1.061 0l8.024-8.023a.75.75 0 0 0 .205-.384l.014-.147v-.26c0-.543.12-1.074.341-1.559zm6.11-4.364a1 1 0 0 0-1.413 0l-3.47 3.47l1.414 1.413l3.47-3.47a1 1 0 0 0 0-1.413"/></svg> </template>
CSS
.icon-sport-cricket-bat-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.731%202.732a2.5%202.5%200%200%201%203.535%203.535l-3.605%203.606a2.25%202.25%200%200%200-.66%201.59v.26l-.01.223c-.052.515-.28%201-.649%201.368L8.32%2021.338a2.25%202.25%200%200%201-3.183%200l-2.474-2.475a2.25%202.25%200%200%201%200-3.182l8.022-8.022a2.25%202.25%200%200%201%201.591-.66h.257a2.25%202.25%200%200%200%201.59-.658zm-3.636%205.425a3.75%203.75%200%200%201-1.563.343h-.257a.75.75%200%200%200-.53.22l-8.023%208.022a.75.75%200%200%200%200%201.06l2.475%202.475a.75.75%200%200%200%201.061%200l8.024-8.023a.75.75%200%200%200%20.205-.384l.014-.147v-.26c0-.543.12-1.074.341-1.559zm6.11-4.364a1%201%200%200%200-1.413%200l-3.47%203.47l1.414%201.413l3.47-3.47a1%201%200%200%200%200-1.413%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%22M17.731%202.732a2.5%202.5%200%200%201%203.535%203.535l-3.605%203.606a2.25%202.25%200%200%200-.66%201.59v.26l-.01.223c-.052.515-.28%201-.649%201.368L8.32%2021.338a2.25%202.25%200%200%201-3.183%200l-2.474-2.475a2.25%202.25%200%200%201%200-3.182l8.022-8.022a2.25%202.25%200%200%201%201.591-.66h.257a2.25%202.25%200%200%200%201.59-.658zm-3.636%205.425a3.75%203.75%200%200%201-1.563.343h-.257a.75.75%200%200%200-.53.22l-8.023%208.022a.75.75%200%200%200%200%201.06l2.475%202.475a.75.75%200%200%200%201.061%200l8.024-8.023a.75.75%200%200%200%20.205-.384l.014-.147v-.26c0-.543.12-1.074.341-1.559zm6.11-4.364a1%201%200%200%200-1.413%200l-3.47%203.47l1.414%201.413l3.47-3.47a1%201%200%200%200%200-1.413%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sport-cricket-bat-24-regular.svg?color=%231a73e8&size=48