ship wheel icon
ship-wheel from Material Design Icons by Pictogrammers · Filled · Transportation + Water · Apache-2.0 Free for personal and commercial use.
- Name
- ship-wheel
- Set
- Material Design Icons
- Style
- Filled
- Category
- Transportation + Water
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- helm, voyager
The same icon in other sets
More transportation + water icons from Material Design Icons
Use the ship wheel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 11l2.05.1a7.96 7.96 0 0 1 3.2-5.54L6.13 3.84c-.27-.48-.13-1.09.37-1.37c.5-.27 1.09-.11 1.37.37l.93 1.82a8.1 8.1 0 0 1 6.4 0l.93-1.82c.28-.48.87-.64 1.37-.37c.5.28.64.89.37 1.37l-1.12 1.72a7.96 7.96 0 0 1 3.2 5.54L22 11a1 1 0 0 1 1 1a1 1 0 0 1-1 1l-2.05-.1a7.96 7.96 0 0 1-3.2 5.54l1.12 1.72c.27.48.13 1.09-.37 1.37c-.5.27-1.09.11-1.37-.37l-.93-1.82a8.1 8.1 0 0 1-6.4 0l-.93 1.82c-.28.48-.87.64-1.37.37c-.5-.28-.64-.89-.37-1.37l1.12-1.72a7.96 7.96 0 0 1-3.2-5.54L2 13a1 1 0 0 1-1-1a1 1 0 0 1 1-1m7.07.35c.13-.61.46-1.15.93-1.56L8.34 7.25a6 6 0 0 0-2.29 3.95zM12 9c.32 0 .62.05.9.14l1.38-2.69C13.58 6.16 12.81 6 12 6s-1.58.16-2.28.45l1.38 2.69c.28-.09.58-.14.9-.14m2.93 2.35l3.02-.15a6 6 0 0 0-2.29-3.95L14 9.79c.47.41.8.95.93 1.56m0 1.3c-.13.61-.46 1.15-.93 1.56l1.66 2.54a6 6 0 0 0 2.29-3.95zM12 15c-.32 0-.62-.05-.91-.14l-1.37 2.69c.7.29 1.47.45 2.28.45s1.58-.16 2.28-.45l-1.37-2.69c-.29.09-.59.14-.91.14m-2.93-2.35l-3.02.15c.22 1.6 1.06 3.01 2.29 3.95L10 14.21c-.47-.41-.8-.95-.93-1.56"/></svg>
React
import type { SVGProps } from "react";
export function MdiShipWheel(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="m2 11l2.05.1a7.96 7.96 0 0 1 3.2-5.54L6.13 3.84c-.27-.48-.13-1.09.37-1.37c.5-.27 1.09-.11 1.37.37l.93 1.82a8.1 8.1 0 0 1 6.4 0l.93-1.82c.28-.48.87-.64 1.37-.37c.5.28.64.89.37 1.37l-1.12 1.72a7.96 7.96 0 0 1 3.2 5.54L22 11a1 1 0 0 1 1 1a1 1 0 0 1-1 1l-2.05-.1a7.96 7.96 0 0 1-3.2 5.54l1.12 1.72c.27.48.13 1.09-.37 1.37c-.5.27-1.09.11-1.37-.37l-.93-1.82a8.1 8.1 0 0 1-6.4 0l-.93 1.82c-.28.48-.87.64-1.37.37c-.5-.28-.64-.89-.37-1.37l1.12-1.72a7.96 7.96 0 0 1-3.2-5.54L2 13a1 1 0 0 1-1-1a1 1 0 0 1 1-1m7.07.35c.13-.61.46-1.15.93-1.56L8.34 7.25a6 6 0 0 0-2.29 3.95zM12 9c.32 0 .62.05.9.14l1.38-2.69C13.58 6.16 12.81 6 12 6s-1.58.16-2.28.45l1.38 2.69c.28-.09.58-.14.9-.14m2.93 2.35l3.02-.15a6 6 0 0 0-2.29-3.95L14 9.79c.47.41.8.95.93 1.56m0 1.3c-.13.61-.46 1.15-.93 1.56l1.66 2.54a6 6 0 0 0 2.29-3.95zM12 15c-.32 0-.62-.05-.91-.14l-1.37 2.69c.7.29 1.47.45 2.28.45s1.58-.16 2.28-.45l-1.37-2.69c-.29.09-.59.14-.91.14m-2.93-2.35l-3.02.15c.22 1.6 1.06 3.01 2.29 3.95L10 14.21c-.47-.41-.8-.95-.93-1.56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 11l2.05.1a7.96 7.96 0 0 1 3.2-5.54L6.13 3.84c-.27-.48-.13-1.09.37-1.37c.5-.27 1.09-.11 1.37.37l.93 1.82a8.1 8.1 0 0 1 6.4 0l.93-1.82c.28-.48.87-.64 1.37-.37c.5.28.64.89.37 1.37l-1.12 1.72a7.96 7.96 0 0 1 3.2 5.54L22 11a1 1 0 0 1 1 1a1 1 0 0 1-1 1l-2.05-.1a7.96 7.96 0 0 1-3.2 5.54l1.12 1.72c.27.48.13 1.09-.37 1.37c-.5.27-1.09.11-1.37-.37l-.93-1.82a8.1 8.1 0 0 1-6.4 0l-.93 1.82c-.28.48-.87.64-1.37.37c-.5-.28-.64-.89-.37-1.37l1.12-1.72a7.96 7.96 0 0 1-3.2-5.54L2 13a1 1 0 0 1-1-1a1 1 0 0 1 1-1m7.07.35c.13-.61.46-1.15.93-1.56L8.34 7.25a6 6 0 0 0-2.29 3.95zM12 9c.32 0 .62.05.9.14l1.38-2.69C13.58 6.16 12.81 6 12 6s-1.58.16-2.28.45l1.38 2.69c.28-.09.58-.14.9-.14m2.93 2.35l3.02-.15a6 6 0 0 0-2.29-3.95L14 9.79c.47.41.8.95.93 1.56m0 1.3c-.13.61-.46 1.15-.93 1.56l1.66 2.54a6 6 0 0 0 2.29-3.95zM12 15c-.32 0-.62-.05-.91-.14l-1.37 2.69c.7.29 1.47.45 2.28.45s1.58-.16 2.28-.45l-1.37-2.69c-.29.09-.59.14-.91.14m-2.93-2.35l-3.02.15c.22 1.6 1.06 3.01 2.29 3.95L10 14.21c-.47-.41-.8-.95-.93-1.56"/></svg> </template>
CSS
.icon-ship-wheel {
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%22m2%2011l2.05.1a7.96%207.96%200%200%201%203.2-5.54L6.13%203.84c-.27-.48-.13-1.09.37-1.37c.5-.27%201.09-.11%201.37.37l.93%201.82a8.1%208.1%200%200%201%206.4%200l.93-1.82c.28-.48.87-.64%201.37-.37c.5.28.64.89.37%201.37l-1.12%201.72a7.96%207.96%200%200%201%203.2%205.54L22%2011a1%201%200%200%201%201%201a1%201%200%200%201-1%201l-2.05-.1a7.96%207.96%200%200%201-3.2%205.54l1.12%201.72c.27.48.13%201.09-.37%201.37c-.5.27-1.09.11-1.37-.37l-.93-1.82a8.1%208.1%200%200%201-6.4%200l-.93%201.82c-.28.48-.87.64-1.37.37c-.5-.28-.64-.89-.37-1.37l1.12-1.72a7.96%207.96%200%200%201-3.2-5.54L2%2013a1%201%200%200%201-1-1a1%201%200%200%201%201-1m7.07.35c.13-.61.46-1.15.93-1.56L8.34%207.25a6%206%200%200%200-2.29%203.95zM12%209c.32%200%20.62.05.9.14l1.38-2.69C13.58%206.16%2012.81%206%2012%206s-1.58.16-2.28.45l1.38%202.69c.28-.09.58-.14.9-.14m2.93%202.35l3.02-.15a6%206%200%200%200-2.29-3.95L14%209.79c.47.41.8.95.93%201.56m0%201.3c-.13.61-.46%201.15-.93%201.56l1.66%202.54a6%206%200%200%200%202.29-3.95zM12%2015c-.32%200-.62-.05-.91-.14l-1.37%202.69c.7.29%201.47.45%202.28.45s1.58-.16%202.28-.45l-1.37-2.69c-.29.09-.59.14-.91.14m-2.93-2.35l-3.02.15c.22%201.6%201.06%203.01%202.29%203.95L10%2014.21c-.47-.41-.8-.95-.93-1.56%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%22m2%2011l2.05.1a7.96%207.96%200%200%201%203.2-5.54L6.13%203.84c-.27-.48-.13-1.09.37-1.37c.5-.27%201.09-.11%201.37.37l.93%201.82a8.1%208.1%200%200%201%206.4%200l.93-1.82c.28-.48.87-.64%201.37-.37c.5.28.64.89.37%201.37l-1.12%201.72a7.96%207.96%200%200%201%203.2%205.54L22%2011a1%201%200%200%201%201%201a1%201%200%200%201-1%201l-2.05-.1a7.96%207.96%200%200%201-3.2%205.54l1.12%201.72c.27.48.13%201.09-.37%201.37c-.5.27-1.09.11-1.37-.37l-.93-1.82a8.1%208.1%200%200%201-6.4%200l-.93%201.82c-.28.48-.87.64-1.37.37c-.5-.28-.64-.89-.37-1.37l1.12-1.72a7.96%207.96%200%200%201-3.2-5.54L2%2013a1%201%200%200%201-1-1a1%201%200%200%201%201-1m7.07.35c.13-.61.46-1.15.93-1.56L8.34%207.25a6%206%200%200%200-2.29%203.95zM12%209c.32%200%20.62.05.9.14l1.38-2.69C13.58%206.16%2012.81%206%2012%206s-1.58.16-2.28.45l1.38%202.69c.28-.09.58-.14.9-.14m2.93%202.35l3.02-.15a6%206%200%200%200-2.29-3.95L14%209.79c.47.41.8.95.93%201.56m0%201.3c-.13.61-.46%201.15-.93%201.56l1.66%202.54a6%206%200%200%200%202.29-3.95zM12%2015c-.32%200-.62-.05-.91-.14l-1.37%202.69c.7.29%201.47.45%202.28.45s1.58-.16%202.28-.45l-1.37-2.69c-.29.09-.59.14-.91.14m-2.93-2.35l-3.02.15c.22%201.6%201.06%203.01%202.29%203.95L10%2014.21c-.47-.41-.8-.95-.93-1.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/ship-wheel.svg?color=%231a73e8&size=48