cricket bat icon
cricket-bat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cricket-bat
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the cricket bat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7 14.473c0 .46 0 .691.086.898s.248.37.574.696l.273.273c.326.326.489.488.696.574s.437.086.898.086h.853c.69 0 1.036 0 1.347-.129c.31-.128.554-.372 1.043-.861l7.773-7.773c.743-.743 1.114-1.114 1.285-1.528a2.25 2.25 0 0 0 0-1.725c-.171-.414-.542-.785-1.285-1.527c-.742-.743-1.113-1.114-1.527-1.285a2.25 2.25 0 0 0-1.725 0c-.414.171-.785.542-1.528 1.285L7.99 11.23c-.488.489-.733.733-.861 1.043C7 12.583 7 12.93 7 13.62z"/><path stroke-linejoin="round" d="M6.925 15L2.43 19.496a1.467 1.467 0 1 0 2.075 2.074L9 17.075M6.5 20L4 17.5"/><circle cx="2.5" cy="2.5" r="2.5" stroke-linejoin="round" transform="matrix(-1 0 0 1 21 16)"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCricketBat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M7 14.473c0 .46 0 .691.086.898s.248.37.574.696l.273.273c.326.326.489.488.696.574s.437.086.898.086h.853c.69 0 1.036 0 1.347-.129c.31-.128.554-.372 1.043-.861l7.773-7.773c.743-.743 1.114-1.114 1.285-1.528a2.25 2.25 0 0 0 0-1.725c-.171-.414-.542-.785-1.285-1.527c-.742-.743-1.113-1.114-1.527-1.285a2.25 2.25 0 0 0-1.725 0c-.414.171-.785.542-1.528 1.285L7.99 11.23c-.488.489-.733.733-.861 1.043C7 12.583 7 12.93 7 13.62z"/><path strokeLinejoin="round" d="M6.925 15L2.43 19.496a1.467 1.467 0 1 0 2.075 2.074L9 17.075M6.5 20L4 17.5"/><circle cx="2.5" cy="2.5" r="2.5" strokeLinejoin="round" transform="matrix(-1 0 0 1 21 16)"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7 14.473c0 .46 0 .691.086.898s.248.37.574.696l.273.273c.326.326.489.488.696.574s.437.086.898.086h.853c.69 0 1.036 0 1.347-.129c.31-.128.554-.372 1.043-.861l7.773-7.773c.743-.743 1.114-1.114 1.285-1.528a2.25 2.25 0 0 0 0-1.725c-.171-.414-.542-.785-1.285-1.527c-.742-.743-1.113-1.114-1.527-1.285a2.25 2.25 0 0 0-1.725 0c-.414.171-.785.542-1.528 1.285L7.99 11.23c-.488.489-.733.733-.861 1.043C7 12.583 7 12.93 7 13.62z"/><path stroke-linejoin="round" d="M6.925 15L2.43 19.496a1.467 1.467 0 1 0 2.075 2.074L9 17.075M6.5 20L4 17.5"/><circle cx="2.5" cy="2.5" r="2.5" stroke-linejoin="round" transform="matrix(-1 0 0 1 21 16)"/></g></svg> </template>
CSS
.icon-cricket-bat {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2014.473c0%20.46%200%20.691.086.898s.248.37.574.696l.273.273c.326.326.489.488.696.574s.437.086.898.086h.853c.69%200%201.036%200%201.347-.129c.31-.128.554-.372%201.043-.861l7.773-7.773c.743-.743%201.114-1.114%201.285-1.528a2.25%202.25%200%200%200%200-1.725c-.171-.414-.542-.785-1.285-1.527c-.742-.743-1.113-1.114-1.527-1.285a2.25%202.25%200%200%200-1.725%200c-.414.171-.785.542-1.528%201.285L7.99%2011.23c-.488.489-.733.733-.861%201.043C7%2012.583%207%2012.93%207%2013.62z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.925%2015L2.43%2019.496a1.467%201.467%200%201%200%202.075%202.074L9%2017.075M6.5%2020L4%2017.5%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%222.5%22%20stroke-linejoin%3D%22round%22%20transform%3D%22matrix(-1%200%200%201%2021%2016)%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2014.473c0%20.46%200%20.691.086.898s.248.37.574.696l.273.273c.326.326.489.488.696.574s.437.086.898.086h.853c.69%200%201.036%200%201.347-.129c.31-.128.554-.372%201.043-.861l7.773-7.773c.743-.743%201.114-1.114%201.285-1.528a2.25%202.25%200%200%200%200-1.725c-.171-.414-.542-.785-1.285-1.527c-.742-.743-1.113-1.114-1.527-1.285a2.25%202.25%200%200%200-1.725%200c-.414.171-.785.542-1.528%201.285L7.99%2011.23c-.488.489-.733.733-.861%201.043C7%2012.583%207%2012.93%207%2013.62z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.925%2015L2.43%2019.496a1.467%201.467%200%201%200%202.075%202.074L9%2017.075M6.5%2020L4%2017.5%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%222.5%22%20stroke-linejoin%3D%22round%22%20transform%3D%22matrix(-1%200%200%201%2021%2016)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/cricket-bat.svg?color=%231a73e8&size=48