island variant icon
island-variant from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- island-variant
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Use the island variant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 15.26V13h-4l4-4h-3l3-3h-2l3-3l3 3h-2l3 3h-3l4 4h-4v2.76c2.13.71 3.68 1.91 4 3.24c-1.7-.13-3.38-.46-5-1c-1.21.61-2.63 1-4 1c-1.29 0-2.83-.42-4-1c-1.63.54-3.28.87-5 1c.54-2.23 4.4-4 9-4c1.05 0 2.06.09 3 .26M8 19s-3 1-6 1v2c3 0 6-1 6-1s2 1 4 1s4-1 4-1s3 1 6 1v-2c-3 0-6-1-6-1s-2 1-4 1s-4-1-4-1"/></svg>
React
import type { SVGProps } from "react";
export function MdiIslandVariant(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="M15 15.26V13h-4l4-4h-3l3-3h-2l3-3l3 3h-2l3 3h-3l4 4h-4v2.76c2.13.71 3.68 1.91 4 3.24c-1.7-.13-3.38-.46-5-1c-1.21.61-2.63 1-4 1c-1.29 0-2.83-.42-4-1c-1.63.54-3.28.87-5 1c.54-2.23 4.4-4 9-4c1.05 0 2.06.09 3 .26M8 19s-3 1-6 1v2c3 0 6-1 6-1s2 1 4 1s4-1 4-1s3 1 6 1v-2c-3 0-6-1-6-1s-2 1-4 1s-4-1-4-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 15.26V13h-4l4-4h-3l3-3h-2l3-3l3 3h-2l3 3h-3l4 4h-4v2.76c2.13.71 3.68 1.91 4 3.24c-1.7-.13-3.38-.46-5-1c-1.21.61-2.63 1-4 1c-1.29 0-2.83-.42-4-1c-1.63.54-3.28.87-5 1c.54-2.23 4.4-4 9-4c1.05 0 2.06.09 3 .26M8 19s-3 1-6 1v2c3 0 6-1 6-1s2 1 4 1s4-1 4-1s3 1 6 1v-2c-3 0-6-1-6-1s-2 1-4 1s-4-1-4-1"/></svg> </template>
CSS
.icon-island-variant {
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%22M15%2015.26V13h-4l4-4h-3l3-3h-2l3-3l3%203h-2l3%203h-3l4%204h-4v2.76c2.13.71%203.68%201.91%204%203.24c-1.7-.13-3.38-.46-5-1c-1.21.61-2.63%201-4%201c-1.29%200-2.83-.42-4-1c-1.63.54-3.28.87-5%201c.54-2.23%204.4-4%209-4c1.05%200%202.06.09%203%20.26M8%2019s-3%201-6%201v2c3%200%206-1%206-1s2%201%204%201s4-1%204-1s3%201%206%201v-2c-3%200-6-1-6-1s-2%201-4%201s-4-1-4-1%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%22M15%2015.26V13h-4l4-4h-3l3-3h-2l3-3l3%203h-2l3%203h-3l4%204h-4v2.76c2.13.71%203.68%201.91%204%203.24c-1.7-.13-3.38-.46-5-1c-1.21.61-2.63%201-4%201c-1.29%200-2.83-.42-4-1c-1.63.54-3.28.87-5%201c.54-2.23%204.4-4%209-4c1.05%200%202.06.09%203%20.26M8%2019s-3%201-6%201v2c3%200%206-1%206-1s2%201%204%201s4-1%204-1s3%201%206%201v-2c-3%200-6-1-6-1s-2%201-4%201s-4-1-4-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/island-variant.svg?color=%231a73e8&size=48