island icon
island-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- island-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the island icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.37 231.5a12 12 0 0 1-16.87 1.87c-.34-.27-37.86-29.37-96.5-29.37s-96.17 29.1-96.54 29.39a12 12 0 0 1-15-18.76c1.62-1.3 37.57-29.53 95.85-34a123.3 123.3 0 0 1-2.31-34.57c1.67-20.79 9.88-47.91 37-69.78a53 53 0 0 0-6.68-.23c-17.2.56-27.61 10.37-32.74 30.88A12 12 0 0 1 96 116a11.8 11.8 0 0 1-2.92-.36a12 12 0 0 1-8.73-14.55c4.46-17.79 17.56-47.82 55.26-49a79 79 0 0 1 14.8 1c-3.47-4.89-7.81-9.21-13.08-11.39c-8.28-3.43-18.73-1.33-31.06 6.23a12 12 0 1 1-12.55-20.5c19.3-11.84 37.11-14.5 52.93-7.89c10.46 4.37 19.63 12.92 26.75 24.88c5.86-7.19 12.72-12.18 20.2-14.61c16.42-5.35 31.7 2.47 41.63 10a12 12 0 1 1-14.47 19.14c-7.79-5.89-14.42-8-19.68-6.32c-4.57 1.47-8.45 5.67-11.43 10.19A73.4 73.4 0 0 1 210 69.61c15.48 8.87 34 27.6 34 66.39a12 12 0 0 1-24 0c0-20-6.13-34.43-18.21-43.15a61.84 61.84 0 0 1-7.33 49a12 12 0 1 1-20.28-12.78a40.6 40.6 0 0 0 5.51-15.76c1.18-9.09-1.07-17.81-6.66-26c-23.61 14.28-36.72 34.36-39 59.8a99.8 99.8 0 0 0 2.87 33.06c62.23 2.71 100.91 33.07 102.6 34.42a12 12 0 0 1 1.87 16.91M20 144a32 32 0 1 1 32 32a32 32 0 0 1-32-32m24 0a8 8 0 1 0 8-8a8 8 0 0 0-8 8"/></svg>
React
import type { SVGProps } from "react";
export function PhIslandBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.37 231.5a12 12 0 0 1-16.87 1.87c-.34-.27-37.86-29.37-96.5-29.37s-96.17 29.1-96.54 29.39a12 12 0 0 1-15-18.76c1.62-1.3 37.57-29.53 95.85-34a123.3 123.3 0 0 1-2.31-34.57c1.67-20.79 9.88-47.91 37-69.78a53 53 0 0 0-6.68-.23c-17.2.56-27.61 10.37-32.74 30.88A12 12 0 0 1 96 116a11.8 11.8 0 0 1-2.92-.36a12 12 0 0 1-8.73-14.55c4.46-17.79 17.56-47.82 55.26-49a79 79 0 0 1 14.8 1c-3.47-4.89-7.81-9.21-13.08-11.39c-8.28-3.43-18.73-1.33-31.06 6.23a12 12 0 1 1-12.55-20.5c19.3-11.84 37.11-14.5 52.93-7.89c10.46 4.37 19.63 12.92 26.75 24.88c5.86-7.19 12.72-12.18 20.2-14.61c16.42-5.35 31.7 2.47 41.63 10a12 12 0 1 1-14.47 19.14c-7.79-5.89-14.42-8-19.68-6.32c-4.57 1.47-8.45 5.67-11.43 10.19A73.4 73.4 0 0 1 210 69.61c15.48 8.87 34 27.6 34 66.39a12 12 0 0 1-24 0c0-20-6.13-34.43-18.21-43.15a61.84 61.84 0 0 1-7.33 49a12 12 0 1 1-20.28-12.78a40.6 40.6 0 0 0 5.51-15.76c1.18-9.09-1.07-17.81-6.66-26c-23.61 14.28-36.72 34.36-39 59.8a99.8 99.8 0 0 0 2.87 33.06c62.23 2.71 100.91 33.07 102.6 34.42a12 12 0 0 1 1.87 16.91M20 144a32 32 0 1 1 32 32a32 32 0 0 1-32-32m24 0a8 8 0 1 0 8-8a8 8 0 0 0-8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.37 231.5a12 12 0 0 1-16.87 1.87c-.34-.27-37.86-29.37-96.5-29.37s-96.17 29.1-96.54 29.39a12 12 0 0 1-15-18.76c1.62-1.3 37.57-29.53 95.85-34a123.3 123.3 0 0 1-2.31-34.57c1.67-20.79 9.88-47.91 37-69.78a53 53 0 0 0-6.68-.23c-17.2.56-27.61 10.37-32.74 30.88A12 12 0 0 1 96 116a11.8 11.8 0 0 1-2.92-.36a12 12 0 0 1-8.73-14.55c4.46-17.79 17.56-47.82 55.26-49a79 79 0 0 1 14.8 1c-3.47-4.89-7.81-9.21-13.08-11.39c-8.28-3.43-18.73-1.33-31.06 6.23a12 12 0 1 1-12.55-20.5c19.3-11.84 37.11-14.5 52.93-7.89c10.46 4.37 19.63 12.92 26.75 24.88c5.86-7.19 12.72-12.18 20.2-14.61c16.42-5.35 31.7 2.47 41.63 10a12 12 0 1 1-14.47 19.14c-7.79-5.89-14.42-8-19.68-6.32c-4.57 1.47-8.45 5.67-11.43 10.19A73.4 73.4 0 0 1 210 69.61c15.48 8.87 34 27.6 34 66.39a12 12 0 0 1-24 0c0-20-6.13-34.43-18.21-43.15a61.84 61.84 0 0 1-7.33 49a12 12 0 1 1-20.28-12.78a40.6 40.6 0 0 0 5.51-15.76c1.18-9.09-1.07-17.81-6.66-26c-23.61 14.28-36.72 34.36-39 59.8a99.8 99.8 0 0 0 2.87 33.06c62.23 2.71 100.91 33.07 102.6 34.42a12 12 0 0 1 1.87 16.91M20 144a32 32 0 1 1 32 32a32 32 0 0 1-32-32m24 0a8 8 0 1 0 8-8a8 8 0 0 0-8 8"/></svg> </template>
CSS
.icon-island-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.37%20231.5a12%2012%200%200%201-16.87%201.87c-.34-.27-37.86-29.37-96.5-29.37s-96.17%2029.1-96.54%2029.39a12%2012%200%200%201-15-18.76c1.62-1.3%2037.57-29.53%2095.85-34a123.3%20123.3%200%200%201-2.31-34.57c1.67-20.79%209.88-47.91%2037-69.78a53%2053%200%200%200-6.68-.23c-17.2.56-27.61%2010.37-32.74%2030.88A12%2012%200%200%201%2096%20116a11.8%2011.8%200%200%201-2.92-.36a12%2012%200%200%201-8.73-14.55c4.46-17.79%2017.56-47.82%2055.26-49a79%2079%200%200%201%2014.8%201c-3.47-4.89-7.81-9.21-13.08-11.39c-8.28-3.43-18.73-1.33-31.06%206.23a12%2012%200%201%201-12.55-20.5c19.3-11.84%2037.11-14.5%2052.93-7.89c10.46%204.37%2019.63%2012.92%2026.75%2024.88c5.86-7.19%2012.72-12.18%2020.2-14.61c16.42-5.35%2031.7%202.47%2041.63%2010a12%2012%200%201%201-14.47%2019.14c-7.79-5.89-14.42-8-19.68-6.32c-4.57%201.47-8.45%205.67-11.43%2010.19A73.4%2073.4%200%200%201%20210%2069.61c15.48%208.87%2034%2027.6%2034%2066.39a12%2012%200%200%201-24%200c0-20-6.13-34.43-18.21-43.15a61.84%2061.84%200%200%201-7.33%2049a12%2012%200%201%201-20.28-12.78a40.6%2040.6%200%200%200%205.51-15.76c1.18-9.09-1.07-17.81-6.66-26c-23.61%2014.28-36.72%2034.36-39%2059.8a99.8%2099.8%200%200%200%202.87%2033.06c62.23%202.71%20100.91%2033.07%20102.6%2034.42a12%2012%200%200%201%201.87%2016.91M20%20144a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m24%200a8%208%200%201%200%208-8a8%208%200%200%200-8%208%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.37%20231.5a12%2012%200%200%201-16.87%201.87c-.34-.27-37.86-29.37-96.5-29.37s-96.17%2029.1-96.54%2029.39a12%2012%200%200%201-15-18.76c1.62-1.3%2037.57-29.53%2095.85-34a123.3%20123.3%200%200%201-2.31-34.57c1.67-20.79%209.88-47.91%2037-69.78a53%2053%200%200%200-6.68-.23c-17.2.56-27.61%2010.37-32.74%2030.88A12%2012%200%200%201%2096%20116a11.8%2011.8%200%200%201-2.92-.36a12%2012%200%200%201-8.73-14.55c4.46-17.79%2017.56-47.82%2055.26-49a79%2079%200%200%201%2014.8%201c-3.47-4.89-7.81-9.21-13.08-11.39c-8.28-3.43-18.73-1.33-31.06%206.23a12%2012%200%201%201-12.55-20.5c19.3-11.84%2037.11-14.5%2052.93-7.89c10.46%204.37%2019.63%2012.92%2026.75%2024.88c5.86-7.19%2012.72-12.18%2020.2-14.61c16.42-5.35%2031.7%202.47%2041.63%2010a12%2012%200%201%201-14.47%2019.14c-7.79-5.89-14.42-8-19.68-6.32c-4.57%201.47-8.45%205.67-11.43%2010.19A73.4%2073.4%200%200%201%20210%2069.61c15.48%208.87%2034%2027.6%2034%2066.39a12%2012%200%200%201-24%200c0-20-6.13-34.43-18.21-43.15a61.84%2061.84%200%200%201-7.33%2049a12%2012%200%201%201-20.28-12.78a40.6%2040.6%200%200%200%205.51-15.76c1.18-9.09-1.07-17.81-6.66-26c-23.61%2014.28-36.72%2034.36-39%2059.8a99.8%2099.8%200%200%200%202.87%2033.06c62.23%202.71%20100.91%2033.07%20102.6%2034.42a12%2012%200%200%201%201.87%2016.91M20%20144a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m24%200a8%208%200%201%200%208-8a8%208%200%200%200-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/island-bold.svg?color=%231a73e8&size=48