parasail-text from LobeHub AI Icons by LobeHub · Wordmark · MIT Free for personal and commercial use.

Name
parasail-text
Set
LobeHub AI Icons
Style
Wordmark
Viewbox
125×24
License
MIT

1 other variant in LobeHub AI Icons

Use the parasail logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 125 24"><path fill="currentColor" fill-rule="evenodd" d="M2 23.503V.298h7.668c4.017 0 7.636 2.42 7.636 7.26 0 4.972-3.619 7.757-7.636 7.757H5.884v8.188H2zm3.884-11.835h3.784c1.727 0 3.752-1.226 3.752-3.845 0-2.652-2.025-3.878-3.752-3.878H5.884v7.723zM27.557 24c-4.846 0-8.564-3.978-8.564-8.818 0-4.873 3.718-8.85 8.564-8.85 2.69 0 4.714 1.425 5.976 3.414V6.829h3.651v16.674h-3.651v-2.917C32.27 22.575 30.246 24 27.557 24zm-4.913-8.818c0 2.95 2.357 5.172 5.445 5.172 3.087 0 5.444-2.188 5.444-5.172 0-3.016-2.357-5.204-5.444-5.204-3.088 0-5.445 2.22-5.445 5.204zm18.51 8.32V6.83h3.619v2.718c.863-1.757 2.39-2.95 4.98-2.95v3.68c-2.69-.167-4.98 1.06-4.98 4.905v8.32h-3.619zm18.66.498c-4.846 0-8.565-3.978-8.565-8.818 0-4.873 3.718-8.85 8.565-8.85 2.69 0 4.714 1.425 5.976 3.414V6.829h3.651v16.674H65.79v-2.917C64.528 22.575 62.503 24 59.814 24zm-4.913-8.818c0 2.95 2.357 5.172 5.444 5.172 3.088 0 5.445-2.188 5.445-5.172 0-3.016-2.357-5.204-5.445-5.204-3.087 0-5.444 2.22-5.444 5.204zM79.718 24c-3.087 0-6.24-1.392-7.303-3.348l2.59-2.155c.796 1.028 2.556 1.956 4.713 1.956 1.162 0 2.855-.398 2.855-1.823 0-1.425-1.892-1.459-3.751-1.89-4.017-.895-5.677-2.353-5.677-5.105 0-3.414 2.922-5.304 6.241-5.304a9.55 9.55 0 015.943 2.023l-1.76 2.85c-.963-.762-2.888-1.326-4.183-1.326-1.328 0-2.556.597-2.556 1.658 0 1.06.963 1.392 2.59 1.79 2.655.63 6.838 1.028 6.838 5.105 0 4.144-3.585 5.569-6.54 5.569zm17.605 0c-4.847 0-8.565-3.978-8.565-8.818 0-4.873 3.718-8.85 8.565-8.85 2.689 0 4.714 1.425 5.975 3.414V6.829h3.652v16.674h-3.652v-2.917C102.037 22.575 100.012 24 97.323 24zm-4.913-8.818c0 2.95 2.357 5.172 5.444 5.172 3.087 0 5.444-2.188 5.444-5.172 0-3.016-2.357-5.204-5.444-5.204-3.087 0-5.444 2.22-5.444 5.204zm18.941 8.32V6.83h3.618v16.674h-3.618zm-.431-21.281c0-1.227.995-2.221 2.224-2.221 1.228 0 2.224.994 2.224 2.221a2.223 2.223 0 01-2.224 2.221 2.222 2.222 0 01-2.224-2.221zm8.428 21.282V.298H123v23.205h-3.652z"/></svg>

React

import type { SVGProps } from "react";

export function LobehubParasailText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 125 24"><path fill="currentColor" fillRule="evenodd" d="M2 23.503V.298h7.668c4.017 0 7.636 2.42 7.636 7.26 0 4.972-3.619 7.757-7.636 7.757H5.884v8.188H2zm3.884-11.835h3.784c1.727 0 3.752-1.226 3.752-3.845 0-2.652-2.025-3.878-3.752-3.878H5.884v7.723zM27.557 24c-4.846 0-8.564-3.978-8.564-8.818 0-4.873 3.718-8.85 8.564-8.85 2.69 0 4.714 1.425 5.976 3.414V6.829h3.651v16.674h-3.651v-2.917C32.27 22.575 30.246 24 27.557 24zm-4.913-8.818c0 2.95 2.357 5.172 5.445 5.172 3.087 0 5.444-2.188 5.444-5.172 0-3.016-2.357-5.204-5.444-5.204-3.088 0-5.445 2.22-5.445 5.204zm18.51 8.32V6.83h3.619v2.718c.863-1.757 2.39-2.95 4.98-2.95v3.68c-2.69-.167-4.98 1.06-4.98 4.905v8.32h-3.619zm18.66.498c-4.846 0-8.565-3.978-8.565-8.818 0-4.873 3.718-8.85 8.565-8.85 2.69 0 4.714 1.425 5.976 3.414V6.829h3.651v16.674H65.79v-2.917C64.528 22.575 62.503 24 59.814 24zm-4.913-8.818c0 2.95 2.357 5.172 5.444 5.172 3.088 0 5.445-2.188 5.445-5.172 0-3.016-2.357-5.204-5.445-5.204-3.087 0-5.444 2.22-5.444 5.204zM79.718 24c-3.087 0-6.24-1.392-7.303-3.348l2.59-2.155c.796 1.028 2.556 1.956 4.713 1.956 1.162 0 2.855-.398 2.855-1.823 0-1.425-1.892-1.459-3.751-1.89-4.017-.895-5.677-2.353-5.677-5.105 0-3.414 2.922-5.304 6.241-5.304a9.55 9.55 0 015.943 2.023l-1.76 2.85c-.963-.762-2.888-1.326-4.183-1.326-1.328 0-2.556.597-2.556 1.658 0 1.06.963 1.392 2.59 1.79 2.655.63 6.838 1.028 6.838 5.105 0 4.144-3.585 5.569-6.54 5.569zm17.605 0c-4.847 0-8.565-3.978-8.565-8.818 0-4.873 3.718-8.85 8.565-8.85 2.689 0 4.714 1.425 5.975 3.414V6.829h3.652v16.674h-3.652v-2.917C102.037 22.575 100.012 24 97.323 24zm-4.913-8.818c0 2.95 2.357 5.172 5.444 5.172 3.087 0 5.444-2.188 5.444-5.172 0-3.016-2.357-5.204-5.444-5.204-3.087 0-5.444 2.22-5.444 5.204zm18.941 8.32V6.83h3.618v16.674h-3.618zm-.431-21.281c0-1.227.995-2.221 2.224-2.221 1.228 0 2.224.994 2.224 2.221a2.223 2.223 0 01-2.224 2.221 2.222 2.222 0 01-2.224-2.221zm8.428 21.282V.298H123v23.205h-3.652z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 125 24"><path fill="currentColor" fill-rule="evenodd" d="M2 23.503V.298h7.668c4.017 0 7.636 2.42 7.636 7.26 0 4.972-3.619 7.757-7.636 7.757H5.884v8.188H2zm3.884-11.835h3.784c1.727 0 3.752-1.226 3.752-3.845 0-2.652-2.025-3.878-3.752-3.878H5.884v7.723zM27.557 24c-4.846 0-8.564-3.978-8.564-8.818 0-4.873 3.718-8.85 8.564-8.85 2.69 0 4.714 1.425 5.976 3.414V6.829h3.651v16.674h-3.651v-2.917C32.27 22.575 30.246 24 27.557 24zm-4.913-8.818c0 2.95 2.357 5.172 5.445 5.172 3.087 0 5.444-2.188 5.444-5.172 0-3.016-2.357-5.204-5.444-5.204-3.088 0-5.445 2.22-5.445 5.204zm18.51 8.32V6.83h3.619v2.718c.863-1.757 2.39-2.95 4.98-2.95v3.68c-2.69-.167-4.98 1.06-4.98 4.905v8.32h-3.619zm18.66.498c-4.846 0-8.565-3.978-8.565-8.818 0-4.873 3.718-8.85 8.565-8.85 2.69 0 4.714 1.425 5.976 3.414V6.829h3.651v16.674H65.79v-2.917C64.528 22.575 62.503 24 59.814 24zm-4.913-8.818c0 2.95 2.357 5.172 5.444 5.172 3.088 0 5.445-2.188 5.445-5.172 0-3.016-2.357-5.204-5.445-5.204-3.087 0-5.444 2.22-5.444 5.204zM79.718 24c-3.087 0-6.24-1.392-7.303-3.348l2.59-2.155c.796 1.028 2.556 1.956 4.713 1.956 1.162 0 2.855-.398 2.855-1.823 0-1.425-1.892-1.459-3.751-1.89-4.017-.895-5.677-2.353-5.677-5.105 0-3.414 2.922-5.304 6.241-5.304a9.55 9.55 0 015.943 2.023l-1.76 2.85c-.963-.762-2.888-1.326-4.183-1.326-1.328 0-2.556.597-2.556 1.658 0 1.06.963 1.392 2.59 1.79 2.655.63 6.838 1.028 6.838 5.105 0 4.144-3.585 5.569-6.54 5.569zm17.605 0c-4.847 0-8.565-3.978-8.565-8.818 0-4.873 3.718-8.85 8.565-8.85 2.689 0 4.714 1.425 5.975 3.414V6.829h3.652v16.674h-3.652v-2.917C102.037 22.575 100.012 24 97.323 24zm-4.913-8.818c0 2.95 2.357 5.172 5.444 5.172 3.087 0 5.444-2.188 5.444-5.172 0-3.016-2.357-5.204-5.444-5.204-3.087 0-5.444 2.22-5.444 5.204zm18.941 8.32V6.83h3.618v16.674h-3.618zm-.431-21.281c0-1.227.995-2.221 2.224-2.221 1.228 0 2.224.994 2.224 2.221a2.223 2.223 0 01-2.224 2.221 2.222 2.222 0 01-2.224-2.221zm8.428 21.282V.298H123v23.205h-3.652z"/></svg>
</template>

CSS

.icon-parasail-text {
  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%20125%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2023.503V.298h7.668c4.017%200%207.636%202.42%207.636%207.26%200%204.972-3.619%207.757-7.636%207.757H5.884v8.188H2zm3.884-11.835h3.784c1.727%200%203.752-1.226%203.752-3.845%200-2.652-2.025-3.878-3.752-3.878H5.884v7.723zM27.557%2024c-4.846%200-8.564-3.978-8.564-8.818%200-4.873%203.718-8.85%208.564-8.85%202.69%200%204.714%201.425%205.976%203.414V6.829h3.651v16.674h-3.651v-2.917C32.27%2022.575%2030.246%2024%2027.557%2024zm-4.913-8.818c0%202.95%202.357%205.172%205.445%205.172%203.087%200%205.444-2.188%205.444-5.172%200-3.016-2.357-5.204-5.444-5.204-3.088%200-5.445%202.22-5.445%205.204zm18.51%208.32V6.83h3.619v2.718c.863-1.757%202.39-2.95%204.98-2.95v3.68c-2.69-.167-4.98%201.06-4.98%204.905v8.32h-3.619zm18.66.498c-4.846%200-8.565-3.978-8.565-8.818%200-4.873%203.718-8.85%208.565-8.85%202.69%200%204.714%201.425%205.976%203.414V6.829h3.651v16.674H65.79v-2.917C64.528%2022.575%2062.503%2024%2059.814%2024zm-4.913-8.818c0%202.95%202.357%205.172%205.444%205.172%203.088%200%205.445-2.188%205.445-5.172%200-3.016-2.357-5.204-5.445-5.204-3.087%200-5.444%202.22-5.444%205.204zM79.718%2024c-3.087%200-6.24-1.392-7.303-3.348l2.59-2.155c.796%201.028%202.556%201.956%204.713%201.956%201.162%200%202.855-.398%202.855-1.823%200-1.425-1.892-1.459-3.751-1.89-4.017-.895-5.677-2.353-5.677-5.105%200-3.414%202.922-5.304%206.241-5.304a9.55%209.55%200%20015.943%202.023l-1.76%202.85c-.963-.762-2.888-1.326-4.183-1.326-1.328%200-2.556.597-2.556%201.658%200%201.06.963%201.392%202.59%201.79%202.655.63%206.838%201.028%206.838%205.105%200%204.144-3.585%205.569-6.54%205.569zm17.605%200c-4.847%200-8.565-3.978-8.565-8.818%200-4.873%203.718-8.85%208.565-8.85%202.689%200%204.714%201.425%205.975%203.414V6.829h3.652v16.674h-3.652v-2.917C102.037%2022.575%20100.012%2024%2097.323%2024zm-4.913-8.818c0%202.95%202.357%205.172%205.444%205.172%203.087%200%205.444-2.188%205.444-5.172%200-3.016-2.357-5.204-5.444-5.204-3.087%200-5.444%202.22-5.444%205.204zm18.941%208.32V6.83h3.618v16.674h-3.618zm-.431-21.281c0-1.227.995-2.221%202.224-2.221%201.228%200%202.224.994%202.224%202.221a2.223%202.223%200%2001-2.224%202.221%202.222%202.222%200%2001-2.224-2.221zm8.428%2021.282V.298H123v23.205h-3.652z%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%20125%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2023.503V.298h7.668c4.017%200%207.636%202.42%207.636%207.26%200%204.972-3.619%207.757-7.636%207.757H5.884v8.188H2zm3.884-11.835h3.784c1.727%200%203.752-1.226%203.752-3.845%200-2.652-2.025-3.878-3.752-3.878H5.884v7.723zM27.557%2024c-4.846%200-8.564-3.978-8.564-8.818%200-4.873%203.718-8.85%208.564-8.85%202.69%200%204.714%201.425%205.976%203.414V6.829h3.651v16.674h-3.651v-2.917C32.27%2022.575%2030.246%2024%2027.557%2024zm-4.913-8.818c0%202.95%202.357%205.172%205.445%205.172%203.087%200%205.444-2.188%205.444-5.172%200-3.016-2.357-5.204-5.444-5.204-3.088%200-5.445%202.22-5.445%205.204zm18.51%208.32V6.83h3.619v2.718c.863-1.757%202.39-2.95%204.98-2.95v3.68c-2.69-.167-4.98%201.06-4.98%204.905v8.32h-3.619zm18.66.498c-4.846%200-8.565-3.978-8.565-8.818%200-4.873%203.718-8.85%208.565-8.85%202.69%200%204.714%201.425%205.976%203.414V6.829h3.651v16.674H65.79v-2.917C64.528%2022.575%2062.503%2024%2059.814%2024zm-4.913-8.818c0%202.95%202.357%205.172%205.444%205.172%203.088%200%205.445-2.188%205.445-5.172%200-3.016-2.357-5.204-5.445-5.204-3.087%200-5.444%202.22-5.444%205.204zM79.718%2024c-3.087%200-6.24-1.392-7.303-3.348l2.59-2.155c.796%201.028%202.556%201.956%204.713%201.956%201.162%200%202.855-.398%202.855-1.823%200-1.425-1.892-1.459-3.751-1.89-4.017-.895-5.677-2.353-5.677-5.105%200-3.414%202.922-5.304%206.241-5.304a9.55%209.55%200%20015.943%202.023l-1.76%202.85c-.963-.762-2.888-1.326-4.183-1.326-1.328%200-2.556.597-2.556%201.658%200%201.06.963%201.392%202.59%201.79%202.655.63%206.838%201.028%206.838%205.105%200%204.144-3.585%205.569-6.54%205.569zm17.605%200c-4.847%200-8.565-3.978-8.565-8.818%200-4.873%203.718-8.85%208.565-8.85%202.689%200%204.714%201.425%205.975%203.414V6.829h3.652v16.674h-3.652v-2.917C102.037%2022.575%20100.012%2024%2097.323%2024zm-4.913-8.818c0%202.95%202.357%205.172%205.444%205.172%203.087%200%205.444-2.188%205.444-5.172%200-3.016-2.357-5.204-5.444-5.204-3.087%200-5.444%202.22-5.444%205.204zm18.941%208.32V6.83h3.618v16.674h-3.618zm-.431-21.281c0-1.227.995-2.221%202.224-2.221%201.228%200%202.224.994%202.224%202.221a2.223%202.223%200%2001-2.224%202.221%202.222%202.222%200%2001-2.224-2.221zm8.428%2021.282V.298H123v23.205h-3.652z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/parasail-text.svg?color=%231a73e8&size=48