themeisle icon
themeisle from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- themeisle
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the themeisle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.152 4c-.737 0-1.448.307-1.957.857a5.5 5.5 0 0 0-.83-.052c-2.49 0-4.807 1.325-6.32 3.254c-.47.603-.643 1.004-1.018 1.593c-.067.134-.24.267-.334.387q-.304.346-.562.725c-.201-.468-.59-.698-1.086-.698c-3.094 0-4.045 5.17-4.045 7.5c0 .67.053 1.514.32 2.145c.562 1.339 2.184 3.067 3.215 4.098c-.98.6-2.144.74-3.146.521a4.5 4.5 0 0 0 2.437 1.701a4.7 4.7 0 0 1-1.42.27a4.34 4.34 0 0 0 2.826 1.07a4.38 4.38 0 0 0 2.653-.91c0 .803.495 1.539 1.379 1.539c.469 0 .91-.268 1.15-.67c.254.402.684.67 1.166.67c.47 0 .911-.268 1.152-.67c.254.402.695.67 1.164.67c.47 0 .912-.268 1.166-.67c.241.402.684.67 1.153.67c.777 0 1.365-.67 1.365-1.434V25.04l.055-.014c1.567-.442 4.593-2.141 5.664-3.306C27.464 20.434 28 17.327 28 15.639c0-1.245-.228-2.867-1.205-3.737c-.361-.32-.844-.656-1.34-.656c-.322 0-.602.161-.803.402c-.32-1.916-1.165-3.763-2.638-5.062c.08-.094.215-.202.215-.336c0-.242-.538-.495-.739-.563c.121-.134.604-.59.604-.763a.25.25 0 0 0-.067-.16A2.7 2.7 0 0 0 20.152 4m-5.828 2.465c.924 0 1.514.882 1.514 1.726c0 .857-.59 1.743-1.514 1.743s-1.511-.886-1.511-1.743c0-.844.588-1.726 1.511-1.726m.256.654c-.535 0-.83.55-.83 1.02c0 .483.295 1.017.83 1.017c.522 0 .83-.535.83-1.017c0-.47-.308-1.02-.83-1.02m5.344.658c2.718 0 4.34 2.437 4.34 4.955c0 1.822-.79 3.683-2.143 4.903c.613-3.066-2.601-1.729-3.951-1.729c-3.23 0-2.878-3.288-1.941-6.4c.95-1.018 2.275-1.729 3.695-1.729m-4.38 2.584c-.227.897-.401 1.809-.401 2.733c0 3.172 2.054 3.594 5.025 3c.2-.04.415-.08.629-.08c.669 0 .963.334.963 1.004c0 .362-.08.71-.174 1.058c-.817.576-1.809.938-2.813.938c-3.862 0-5.667-4.925-3.228-8.653zM9.09 11.607a9.8 9.8 0 0 0-.281 2.33c0 4.313 3 8.278 7.527 8.278c3.2 0 5.986-2.037 7.432-4.809c-.134 2.64-1.312 5.25-3.348 6.951a1.38 1.38 0 0 0-1.205-.75c-.47 0-.912.268-1.152.67c-.255-.402-.698-.67-1.167-.67s-.91.268-1.164.67a1.37 1.37 0 0 0-1.152-.67c-.482 0-.912.268-1.166.67a1.37 1.37 0 0 0-1.15-.67c-.523 0-.978.307-1.22.762c-2.182-1.835-3.349-4.713-3.349-7.539c0-1.82.457-3.643 1.395-5.223m3.174 12.456c.536 0 .95.454.95.976v1.527c0 .536-.414.993-.95.993s-.94-.47-.94-.993V25.04c0-.523.404-.977.94-.977m2.316 0c.536 0 .938.454.938.976v1.527c0 .522-.402.993-.938.993s-.951-.47-.951-.993V25.04c0-.523.415-.977.951-.977m2.316 0c.536 0 .952.454.952.976v1.527c0 .536-.416.993-.952.993s-.95-.47-.95-.993V25.04c0-.523.414-.977.95-.977m2.333 0c.536 0 .95.454.95.976v1.527c0 .522-.414.993-.95.993s-.952-.47-.952-.993V25.04c0-.523.416-.977.952-.977"/></svg>
React
import type { SVGProps } from "react";
export function LaThemeisle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.152 4c-.737 0-1.448.307-1.957.857a5.5 5.5 0 0 0-.83-.052c-2.49 0-4.807 1.325-6.32 3.254c-.47.603-.643 1.004-1.018 1.593c-.067.134-.24.267-.334.387q-.304.346-.562.725c-.201-.468-.59-.698-1.086-.698c-3.094 0-4.045 5.17-4.045 7.5c0 .67.053 1.514.32 2.145c.562 1.339 2.184 3.067 3.215 4.098c-.98.6-2.144.74-3.146.521a4.5 4.5 0 0 0 2.437 1.701a4.7 4.7 0 0 1-1.42.27a4.34 4.34 0 0 0 2.826 1.07a4.38 4.38 0 0 0 2.653-.91c0 .803.495 1.539 1.379 1.539c.469 0 .91-.268 1.15-.67c.254.402.684.67 1.166.67c.47 0 .911-.268 1.152-.67c.254.402.695.67 1.164.67c.47 0 .912-.268 1.166-.67c.241.402.684.67 1.153.67c.777 0 1.365-.67 1.365-1.434V25.04l.055-.014c1.567-.442 4.593-2.141 5.664-3.306C27.464 20.434 28 17.327 28 15.639c0-1.245-.228-2.867-1.205-3.737c-.361-.32-.844-.656-1.34-.656c-.322 0-.602.161-.803.402c-.32-1.916-1.165-3.763-2.638-5.062c.08-.094.215-.202.215-.336c0-.242-.538-.495-.739-.563c.121-.134.604-.59.604-.763a.25.25 0 0 0-.067-.16A2.7 2.7 0 0 0 20.152 4m-5.828 2.465c.924 0 1.514.882 1.514 1.726c0 .857-.59 1.743-1.514 1.743s-1.511-.886-1.511-1.743c0-.844.588-1.726 1.511-1.726m.256.654c-.535 0-.83.55-.83 1.02c0 .483.295 1.017.83 1.017c.522 0 .83-.535.83-1.017c0-.47-.308-1.02-.83-1.02m5.344.658c2.718 0 4.34 2.437 4.34 4.955c0 1.822-.79 3.683-2.143 4.903c.613-3.066-2.601-1.729-3.951-1.729c-3.23 0-2.878-3.288-1.941-6.4c.95-1.018 2.275-1.729 3.695-1.729m-4.38 2.584c-.227.897-.401 1.809-.401 2.733c0 3.172 2.054 3.594 5.025 3c.2-.04.415-.08.629-.08c.669 0 .963.334.963 1.004c0 .362-.08.71-.174 1.058c-.817.576-1.809.938-2.813.938c-3.862 0-5.667-4.925-3.228-8.653zM9.09 11.607a9.8 9.8 0 0 0-.281 2.33c0 4.313 3 8.278 7.527 8.278c3.2 0 5.986-2.037 7.432-4.809c-.134 2.64-1.312 5.25-3.348 6.951a1.38 1.38 0 0 0-1.205-.75c-.47 0-.912.268-1.152.67c-.255-.402-.698-.67-1.167-.67s-.91.268-1.164.67a1.37 1.37 0 0 0-1.152-.67c-.482 0-.912.268-1.166.67a1.37 1.37 0 0 0-1.15-.67c-.523 0-.978.307-1.22.762c-2.182-1.835-3.349-4.713-3.349-7.539c0-1.82.457-3.643 1.395-5.223m3.174 12.456c.536 0 .95.454.95.976v1.527c0 .536-.414.993-.95.993s-.94-.47-.94-.993V25.04c0-.523.404-.977.94-.977m2.316 0c.536 0 .938.454.938.976v1.527c0 .522-.402.993-.938.993s-.951-.47-.951-.993V25.04c0-.523.415-.977.951-.977m2.316 0c.536 0 .952.454.952.976v1.527c0 .536-.416.993-.952.993s-.95-.47-.95-.993V25.04c0-.523.414-.977.95-.977m2.333 0c.536 0 .95.454.95.976v1.527c0 .522-.414.993-.95.993s-.952-.47-.952-.993V25.04c0-.523.416-.977.952-.977"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.152 4c-.737 0-1.448.307-1.957.857a5.5 5.5 0 0 0-.83-.052c-2.49 0-4.807 1.325-6.32 3.254c-.47.603-.643 1.004-1.018 1.593c-.067.134-.24.267-.334.387q-.304.346-.562.725c-.201-.468-.59-.698-1.086-.698c-3.094 0-4.045 5.17-4.045 7.5c0 .67.053 1.514.32 2.145c.562 1.339 2.184 3.067 3.215 4.098c-.98.6-2.144.74-3.146.521a4.5 4.5 0 0 0 2.437 1.701a4.7 4.7 0 0 1-1.42.27a4.34 4.34 0 0 0 2.826 1.07a4.38 4.38 0 0 0 2.653-.91c0 .803.495 1.539 1.379 1.539c.469 0 .91-.268 1.15-.67c.254.402.684.67 1.166.67c.47 0 .911-.268 1.152-.67c.254.402.695.67 1.164.67c.47 0 .912-.268 1.166-.67c.241.402.684.67 1.153.67c.777 0 1.365-.67 1.365-1.434V25.04l.055-.014c1.567-.442 4.593-2.141 5.664-3.306C27.464 20.434 28 17.327 28 15.639c0-1.245-.228-2.867-1.205-3.737c-.361-.32-.844-.656-1.34-.656c-.322 0-.602.161-.803.402c-.32-1.916-1.165-3.763-2.638-5.062c.08-.094.215-.202.215-.336c0-.242-.538-.495-.739-.563c.121-.134.604-.59.604-.763a.25.25 0 0 0-.067-.16A2.7 2.7 0 0 0 20.152 4m-5.828 2.465c.924 0 1.514.882 1.514 1.726c0 .857-.59 1.743-1.514 1.743s-1.511-.886-1.511-1.743c0-.844.588-1.726 1.511-1.726m.256.654c-.535 0-.83.55-.83 1.02c0 .483.295 1.017.83 1.017c.522 0 .83-.535.83-1.017c0-.47-.308-1.02-.83-1.02m5.344.658c2.718 0 4.34 2.437 4.34 4.955c0 1.822-.79 3.683-2.143 4.903c.613-3.066-2.601-1.729-3.951-1.729c-3.23 0-2.878-3.288-1.941-6.4c.95-1.018 2.275-1.729 3.695-1.729m-4.38 2.584c-.227.897-.401 1.809-.401 2.733c0 3.172 2.054 3.594 5.025 3c.2-.04.415-.08.629-.08c.669 0 .963.334.963 1.004c0 .362-.08.71-.174 1.058c-.817.576-1.809.938-2.813.938c-3.862 0-5.667-4.925-3.228-8.653zM9.09 11.607a9.8 9.8 0 0 0-.281 2.33c0 4.313 3 8.278 7.527 8.278c3.2 0 5.986-2.037 7.432-4.809c-.134 2.64-1.312 5.25-3.348 6.951a1.38 1.38 0 0 0-1.205-.75c-.47 0-.912.268-1.152.67c-.255-.402-.698-.67-1.167-.67s-.91.268-1.164.67a1.37 1.37 0 0 0-1.152-.67c-.482 0-.912.268-1.166.67a1.37 1.37 0 0 0-1.15-.67c-.523 0-.978.307-1.22.762c-2.182-1.835-3.349-4.713-3.349-7.539c0-1.82.457-3.643 1.395-5.223m3.174 12.456c.536 0 .95.454.95.976v1.527c0 .536-.414.993-.95.993s-.94-.47-.94-.993V25.04c0-.523.404-.977.94-.977m2.316 0c.536 0 .938.454.938.976v1.527c0 .522-.402.993-.938.993s-.951-.47-.951-.993V25.04c0-.523.415-.977.951-.977m2.316 0c.536 0 .952.454.952.976v1.527c0 .536-.416.993-.952.993s-.95-.47-.95-.993V25.04c0-.523.414-.977.95-.977m2.333 0c.536 0 .95.454.95.976v1.527c0 .522-.414.993-.95.993s-.952-.47-.952-.993V25.04c0-.523.416-.977.952-.977"/></svg> </template>
CSS
.icon-themeisle {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.152%204c-.737%200-1.448.307-1.957.857a5.5%205.5%200%200%200-.83-.052c-2.49%200-4.807%201.325-6.32%203.254c-.47.603-.643%201.004-1.018%201.593c-.067.134-.24.267-.334.387q-.304.346-.562.725c-.201-.468-.59-.698-1.086-.698c-3.094%200-4.045%205.17-4.045%207.5c0%20.67.053%201.514.32%202.145c.562%201.339%202.184%203.067%203.215%204.098c-.98.6-2.144.74-3.146.521a4.5%204.5%200%200%200%202.437%201.701a4.7%204.7%200%200%201-1.42.27a4.34%204.34%200%200%200%202.826%201.07a4.38%204.38%200%200%200%202.653-.91c0%20.803.495%201.539%201.379%201.539c.469%200%20.91-.268%201.15-.67c.254.402.684.67%201.166.67c.47%200%20.911-.268%201.152-.67c.254.402.695.67%201.164.67c.47%200%20.912-.268%201.166-.67c.241.402.684.67%201.153.67c.777%200%201.365-.67%201.365-1.434V25.04l.055-.014c1.567-.442%204.593-2.141%205.664-3.306C27.464%2020.434%2028%2017.327%2028%2015.639c0-1.245-.228-2.867-1.205-3.737c-.361-.32-.844-.656-1.34-.656c-.322%200-.602.161-.803.402c-.32-1.916-1.165-3.763-2.638-5.062c.08-.094.215-.202.215-.336c0-.242-.538-.495-.739-.563c.121-.134.604-.59.604-.763a.25.25%200%200%200-.067-.16A2.7%202.7%200%200%200%2020.152%204m-5.828%202.465c.924%200%201.514.882%201.514%201.726c0%20.857-.59%201.743-1.514%201.743s-1.511-.886-1.511-1.743c0-.844.588-1.726%201.511-1.726m.256.654c-.535%200-.83.55-.83%201.02c0%20.483.295%201.017.83%201.017c.522%200%20.83-.535.83-1.017c0-.47-.308-1.02-.83-1.02m5.344.658c2.718%200%204.34%202.437%204.34%204.955c0%201.822-.79%203.683-2.143%204.903c.613-3.066-2.601-1.729-3.951-1.729c-3.23%200-2.878-3.288-1.941-6.4c.95-1.018%202.275-1.729%203.695-1.729m-4.38%202.584c-.227.897-.401%201.809-.401%202.733c0%203.172%202.054%203.594%205.025%203c.2-.04.415-.08.629-.08c.669%200%20.963.334.963%201.004c0%20.362-.08.71-.174%201.058c-.817.576-1.809.938-2.813.938c-3.862%200-5.667-4.925-3.228-8.653zM9.09%2011.607a9.8%209.8%200%200%200-.281%202.33c0%204.313%203%208.278%207.527%208.278c3.2%200%205.986-2.037%207.432-4.809c-.134%202.64-1.312%205.25-3.348%206.951a1.38%201.38%200%200%200-1.205-.75c-.47%200-.912.268-1.152.67c-.255-.402-.698-.67-1.167-.67s-.91.268-1.164.67a1.37%201.37%200%200%200-1.152-.67c-.482%200-.912.268-1.166.67a1.37%201.37%200%200%200-1.15-.67c-.523%200-.978.307-1.22.762c-2.182-1.835-3.349-4.713-3.349-7.539c0-1.82.457-3.643%201.395-5.223m3.174%2012.456c.536%200%20.95.454.95.976v1.527c0%20.536-.414.993-.95.993s-.94-.47-.94-.993V25.04c0-.523.404-.977.94-.977m2.316%200c.536%200%20.938.454.938.976v1.527c0%20.522-.402.993-.938.993s-.951-.47-.951-.993V25.04c0-.523.415-.977.951-.977m2.316%200c.536%200%20.952.454.952.976v1.527c0%20.536-.416.993-.952.993s-.95-.47-.95-.993V25.04c0-.523.414-.977.95-.977m2.333%200c.536%200%20.95.454.95.976v1.527c0%20.522-.414.993-.95.993s-.952-.47-.952-.993V25.04c0-.523.416-.977.952-.977%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.152%204c-.737%200-1.448.307-1.957.857a5.5%205.5%200%200%200-.83-.052c-2.49%200-4.807%201.325-6.32%203.254c-.47.603-.643%201.004-1.018%201.593c-.067.134-.24.267-.334.387q-.304.346-.562.725c-.201-.468-.59-.698-1.086-.698c-3.094%200-4.045%205.17-4.045%207.5c0%20.67.053%201.514.32%202.145c.562%201.339%202.184%203.067%203.215%204.098c-.98.6-2.144.74-3.146.521a4.5%204.5%200%200%200%202.437%201.701a4.7%204.7%200%200%201-1.42.27a4.34%204.34%200%200%200%202.826%201.07a4.38%204.38%200%200%200%202.653-.91c0%20.803.495%201.539%201.379%201.539c.469%200%20.91-.268%201.15-.67c.254.402.684.67%201.166.67c.47%200%20.911-.268%201.152-.67c.254.402.695.67%201.164.67c.47%200%20.912-.268%201.166-.67c.241.402.684.67%201.153.67c.777%200%201.365-.67%201.365-1.434V25.04l.055-.014c1.567-.442%204.593-2.141%205.664-3.306C27.464%2020.434%2028%2017.327%2028%2015.639c0-1.245-.228-2.867-1.205-3.737c-.361-.32-.844-.656-1.34-.656c-.322%200-.602.161-.803.402c-.32-1.916-1.165-3.763-2.638-5.062c.08-.094.215-.202.215-.336c0-.242-.538-.495-.739-.563c.121-.134.604-.59.604-.763a.25.25%200%200%200-.067-.16A2.7%202.7%200%200%200%2020.152%204m-5.828%202.465c.924%200%201.514.882%201.514%201.726c0%20.857-.59%201.743-1.514%201.743s-1.511-.886-1.511-1.743c0-.844.588-1.726%201.511-1.726m.256.654c-.535%200-.83.55-.83%201.02c0%20.483.295%201.017.83%201.017c.522%200%20.83-.535.83-1.017c0-.47-.308-1.02-.83-1.02m5.344.658c2.718%200%204.34%202.437%204.34%204.955c0%201.822-.79%203.683-2.143%204.903c.613-3.066-2.601-1.729-3.951-1.729c-3.23%200-2.878-3.288-1.941-6.4c.95-1.018%202.275-1.729%203.695-1.729m-4.38%202.584c-.227.897-.401%201.809-.401%202.733c0%203.172%202.054%203.594%205.025%203c.2-.04.415-.08.629-.08c.669%200%20.963.334.963%201.004c0%20.362-.08.71-.174%201.058c-.817.576-1.809.938-2.813.938c-3.862%200-5.667-4.925-3.228-8.653zM9.09%2011.607a9.8%209.8%200%200%200-.281%202.33c0%204.313%203%208.278%207.527%208.278c3.2%200%205.986-2.037%207.432-4.809c-.134%202.64-1.312%205.25-3.348%206.951a1.38%201.38%200%200%200-1.205-.75c-.47%200-.912.268-1.152.67c-.255-.402-.698-.67-1.167-.67s-.91.268-1.164.67a1.37%201.37%200%200%200-1.152-.67c-.482%200-.912.268-1.166.67a1.37%201.37%200%200%200-1.15-.67c-.523%200-.978.307-1.22.762c-2.182-1.835-3.349-4.713-3.349-7.539c0-1.82.457-3.643%201.395-5.223m3.174%2012.456c.536%200%20.95.454.95.976v1.527c0%20.536-.414.993-.95.993s-.94-.47-.94-.993V25.04c0-.523.404-.977.94-.977m2.316%200c.536%200%20.938.454.938.976v1.527c0%20.522-.402.993-.938.993s-.951-.47-.951-.993V25.04c0-.523.415-.977.951-.977m2.316%200c.536%200%20.952.454.952.976v1.527c0%20.536-.416.993-.952.993s-.95-.47-.95-.993V25.04c0-.523.414-.977.95-.977m2.333%200c.536%200%20.95.454.95.976v1.527c0%20.522-.414.993-.95.993s-.952-.47-.952-.993V25.04c0-.523.416-.977.952-.977%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/themeisle.svg?color=%231a73e8&size=48