tripadvisor icon

tripadvisor from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
tripadvisor
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 tripadvisor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 6.594c-4.254 0-8.223 1.14-10.938 2.968H0c.828.97 1.441 2.29 1.594 3.188a7.95 7.95 0 0 0-1.532 4.688a7.97 7.97 0 0 0 7.97 7.968c2.495 0 4.726-1.172 6.187-2.968c.594.695 1.582 2.093 1.781 2.5c0 0 1.137-1.68 1.781-2.47a7.972 7.972 0 0 0 14.156-5.031a7.96 7.96 0 0 0-1.53-4.687c.152-.898.765-2.219 1.593-3.188h-5.313C23.974 7.734 20.25 6.595 16 6.595zm0 1.343c2.852 0 5.438.536 7.719 1.532A7.976 7.976 0 0 0 16 17.438c0-4.395-3.543-7.961-7.938-7.97c2.278-.991 5.09-1.53 7.938-1.53zM8.031 11c3.543 0 6.406 2.898 6.406 6.438a6.4 6.4 0 0 1-6.406 6.406a6.4 6.4 0 0 1-6.406-6.407C1.625 13.899 4.488 11 8.031 11m15.938 0c3.539 0 6.406 2.898 6.406 6.438a6.4 6.4 0 0 1-6.406 6.406a6.4 6.4 0 0 1-6.407-6.407c0-3.539 2.864-6.437 6.407-6.437M7.937 13.531a3.88 3.88 0 0 0-3.875 3.875a3.88 3.88 0 0 0 3.875 3.875a3.88 3.88 0 0 0 3.875-3.875a3.88 3.88 0 0 0-3.874-3.875zm16.032 0a3.88 3.88 0 0 0-3.875 3.875c0 2.137 1.738 3.844 3.875 3.844s3.875-1.707 3.875-3.844a3.88 3.88 0 0 0-3.875-3.875M7.937 14.72a2.69 2.69 0 0 1 2.688 2.687a2.69 2.69 0 0 1-2.688 2.688a2.69 2.69 0 0 1-2.687-2.688a2.69 2.69 0 0 1 2.688-2.687zm16.032 0a2.69 2.69 0 0 1 2.687 2.687c0 1.48-1.207 2.657-2.687 2.657s-2.688-1.176-2.688-2.657a2.69 2.69 0 0 1 2.688-2.687M7.75 16.094a1.32 1.32 0 0 0-1.313 1.312A1.32 1.32 0 0 0 7.75 18.72c.719 0 1.281-.594 1.281-1.313c0-.718-.562-1.312-1.281-1.312zm16 0c-.719 0-1.281.593-1.281 1.312s.562 1.282 1.281 1.282s1.313-.563 1.313-1.282a1.32 1.32 0 0 0-1.313-1.312"/></svg>

React

import type { SVGProps } from "react";

export function LaTripadvisor(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="M16 6.594c-4.254 0-8.223 1.14-10.938 2.968H0c.828.97 1.441 2.29 1.594 3.188a7.95 7.95 0 0 0-1.532 4.688a7.97 7.97 0 0 0 7.97 7.968c2.495 0 4.726-1.172 6.187-2.968c.594.695 1.582 2.093 1.781 2.5c0 0 1.137-1.68 1.781-2.47a7.972 7.972 0 0 0 14.156-5.031a7.96 7.96 0 0 0-1.53-4.687c.152-.898.765-2.219 1.593-3.188h-5.313C23.974 7.734 20.25 6.595 16 6.595zm0 1.343c2.852 0 5.438.536 7.719 1.532A7.976 7.976 0 0 0 16 17.438c0-4.395-3.543-7.961-7.938-7.97c2.278-.991 5.09-1.53 7.938-1.53zM8.031 11c3.543 0 6.406 2.898 6.406 6.438a6.4 6.4 0 0 1-6.406 6.406a6.4 6.4 0 0 1-6.406-6.407C1.625 13.899 4.488 11 8.031 11m15.938 0c3.539 0 6.406 2.898 6.406 6.438a6.4 6.4 0 0 1-6.406 6.406a6.4 6.4 0 0 1-6.407-6.407c0-3.539 2.864-6.437 6.407-6.437M7.937 13.531a3.88 3.88 0 0 0-3.875 3.875a3.88 3.88 0 0 0 3.875 3.875a3.88 3.88 0 0 0 3.875-3.875a3.88 3.88 0 0 0-3.874-3.875zm16.032 0a3.88 3.88 0 0 0-3.875 3.875c0 2.137 1.738 3.844 3.875 3.844s3.875-1.707 3.875-3.844a3.88 3.88 0 0 0-3.875-3.875M7.937 14.72a2.69 2.69 0 0 1 2.688 2.687a2.69 2.69 0 0 1-2.688 2.688a2.69 2.69 0 0 1-2.687-2.688a2.69 2.69 0 0 1 2.688-2.687zm16.032 0a2.69 2.69 0 0 1 2.687 2.687c0 1.48-1.207 2.657-2.687 2.657s-2.688-1.176-2.688-2.657a2.69 2.69 0 0 1 2.688-2.687M7.75 16.094a1.32 1.32 0 0 0-1.313 1.312A1.32 1.32 0 0 0 7.75 18.72c.719 0 1.281-.594 1.281-1.313c0-.718-.562-1.312-1.281-1.312zm16 0c-.719 0-1.281.593-1.281 1.312s.562 1.282 1.281 1.282s1.313-.563 1.313-1.282a1.32 1.32 0 0 0-1.313-1.312"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 6.594c-4.254 0-8.223 1.14-10.938 2.968H0c.828.97 1.441 2.29 1.594 3.188a7.95 7.95 0 0 0-1.532 4.688a7.97 7.97 0 0 0 7.97 7.968c2.495 0 4.726-1.172 6.187-2.968c.594.695 1.582 2.093 1.781 2.5c0 0 1.137-1.68 1.781-2.47a7.972 7.972 0 0 0 14.156-5.031a7.96 7.96 0 0 0-1.53-4.687c.152-.898.765-2.219 1.593-3.188h-5.313C23.974 7.734 20.25 6.595 16 6.595zm0 1.343c2.852 0 5.438.536 7.719 1.532A7.976 7.976 0 0 0 16 17.438c0-4.395-3.543-7.961-7.938-7.97c2.278-.991 5.09-1.53 7.938-1.53zM8.031 11c3.543 0 6.406 2.898 6.406 6.438a6.4 6.4 0 0 1-6.406 6.406a6.4 6.4 0 0 1-6.406-6.407C1.625 13.899 4.488 11 8.031 11m15.938 0c3.539 0 6.406 2.898 6.406 6.438a6.4 6.4 0 0 1-6.406 6.406a6.4 6.4 0 0 1-6.407-6.407c0-3.539 2.864-6.437 6.407-6.437M7.937 13.531a3.88 3.88 0 0 0-3.875 3.875a3.88 3.88 0 0 0 3.875 3.875a3.88 3.88 0 0 0 3.875-3.875a3.88 3.88 0 0 0-3.874-3.875zm16.032 0a3.88 3.88 0 0 0-3.875 3.875c0 2.137 1.738 3.844 3.875 3.844s3.875-1.707 3.875-3.844a3.88 3.88 0 0 0-3.875-3.875M7.937 14.72a2.69 2.69 0 0 1 2.688 2.687a2.69 2.69 0 0 1-2.688 2.688a2.69 2.69 0 0 1-2.687-2.688a2.69 2.69 0 0 1 2.688-2.687zm16.032 0a2.69 2.69 0 0 1 2.687 2.687c0 1.48-1.207 2.657-2.687 2.657s-2.688-1.176-2.688-2.657a2.69 2.69 0 0 1 2.688-2.687M7.75 16.094a1.32 1.32 0 0 0-1.313 1.312A1.32 1.32 0 0 0 7.75 18.72c.719 0 1.281-.594 1.281-1.313c0-.718-.562-1.312-1.281-1.312zm16 0c-.719 0-1.281.593-1.281 1.312s.562 1.282 1.281 1.282s1.313-.563 1.313-1.282a1.32 1.32 0 0 0-1.313-1.312"/></svg>
</template>

CSS

.icon-tripadvisor {
  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%22M16%206.594c-4.254%200-8.223%201.14-10.938%202.968H0c.828.97%201.441%202.29%201.594%203.188a7.95%207.95%200%200%200-1.532%204.688a7.97%207.97%200%200%200%207.97%207.968c2.495%200%204.726-1.172%206.187-2.968c.594.695%201.582%202.093%201.781%202.5c0%200%201.137-1.68%201.781-2.47a7.972%207.972%200%200%200%2014.156-5.031a7.96%207.96%200%200%200-1.53-4.687c.152-.898.765-2.219%201.593-3.188h-5.313C23.974%207.734%2020.25%206.595%2016%206.595zm0%201.343c2.852%200%205.438.536%207.719%201.532A7.976%207.976%200%200%200%2016%2017.438c0-4.395-3.543-7.961-7.938-7.97c2.278-.991%205.09-1.53%207.938-1.53zM8.031%2011c3.543%200%206.406%202.898%206.406%206.438a6.4%206.4%200%200%201-6.406%206.406a6.4%206.4%200%200%201-6.406-6.407C1.625%2013.899%204.488%2011%208.031%2011m15.938%200c3.539%200%206.406%202.898%206.406%206.438a6.4%206.4%200%200%201-6.406%206.406a6.4%206.4%200%200%201-6.407-6.407c0-3.539%202.864-6.437%206.407-6.437M7.937%2013.531a3.88%203.88%200%200%200-3.875%203.875a3.88%203.88%200%200%200%203.875%203.875a3.88%203.88%200%200%200%203.875-3.875a3.88%203.88%200%200%200-3.874-3.875zm16.032%200a3.88%203.88%200%200%200-3.875%203.875c0%202.137%201.738%203.844%203.875%203.844s3.875-1.707%203.875-3.844a3.88%203.88%200%200%200-3.875-3.875M7.937%2014.72a2.69%202.69%200%200%201%202.688%202.687a2.69%202.69%200%200%201-2.688%202.688a2.69%202.69%200%200%201-2.687-2.688a2.69%202.69%200%200%201%202.688-2.687zm16.032%200a2.69%202.69%200%200%201%202.687%202.687c0%201.48-1.207%202.657-2.687%202.657s-2.688-1.176-2.688-2.657a2.69%202.69%200%200%201%202.688-2.687M7.75%2016.094a1.32%201.32%200%200%200-1.313%201.312A1.32%201.32%200%200%200%207.75%2018.72c.719%200%201.281-.594%201.281-1.313c0-.718-.562-1.312-1.281-1.312zm16%200c-.719%200-1.281.593-1.281%201.312s.562%201.282%201.281%201.282s1.313-.563%201.313-1.282a1.32%201.32%200%200%200-1.313-1.312%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%22M16%206.594c-4.254%200-8.223%201.14-10.938%202.968H0c.828.97%201.441%202.29%201.594%203.188a7.95%207.95%200%200%200-1.532%204.688a7.97%207.97%200%200%200%207.97%207.968c2.495%200%204.726-1.172%206.187-2.968c.594.695%201.582%202.093%201.781%202.5c0%200%201.137-1.68%201.781-2.47a7.972%207.972%200%200%200%2014.156-5.031a7.96%207.96%200%200%200-1.53-4.687c.152-.898.765-2.219%201.593-3.188h-5.313C23.974%207.734%2020.25%206.595%2016%206.595zm0%201.343c2.852%200%205.438.536%207.719%201.532A7.976%207.976%200%200%200%2016%2017.438c0-4.395-3.543-7.961-7.938-7.97c2.278-.991%205.09-1.53%207.938-1.53zM8.031%2011c3.543%200%206.406%202.898%206.406%206.438a6.4%206.4%200%200%201-6.406%206.406a6.4%206.4%200%200%201-6.406-6.407C1.625%2013.899%204.488%2011%208.031%2011m15.938%200c3.539%200%206.406%202.898%206.406%206.438a6.4%206.4%200%200%201-6.406%206.406a6.4%206.4%200%200%201-6.407-6.407c0-3.539%202.864-6.437%206.407-6.437M7.937%2013.531a3.88%203.88%200%200%200-3.875%203.875a3.88%203.88%200%200%200%203.875%203.875a3.88%203.88%200%200%200%203.875-3.875a3.88%203.88%200%200%200-3.874-3.875zm16.032%200a3.88%203.88%200%200%200-3.875%203.875c0%202.137%201.738%203.844%203.875%203.844s3.875-1.707%203.875-3.844a3.88%203.88%200%200%200-3.875-3.875M7.937%2014.72a2.69%202.69%200%200%201%202.688%202.687a2.69%202.69%200%200%201-2.688%202.688a2.69%202.69%200%200%201-2.687-2.688a2.69%202.69%200%200%201%202.688-2.687zm16.032%200a2.69%202.69%200%200%201%202.687%202.687c0%201.48-1.207%202.657-2.687%202.657s-2.688-1.176-2.688-2.657a2.69%202.69%200%200%201%202.688-2.687M7.75%2016.094a1.32%201.32%200%200%200-1.313%201.312A1.32%201.32%200%200%200%207.75%2018.72c.719%200%201.281-.594%201.281-1.313c0-.718-.562-1.312-1.281-1.312zm16%200c-.719%200-1.281.593-1.281%201.312s.562%201.282%201.281%201.282s1.313-.563%201.313-1.282a1.32%201.32%200%200%200-1.313-1.312%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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