tripadvisor logo
tripadvisor from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- tripadvisor
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the tripadvisor logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.683 12.708c.375-1.609 1.568-3.219 1.568-3.219h-5.349c-3.005-1.943-6.647-2.968-10.688-2.968c-4.187 0-7.968 1.041-10.953 3H.252s1.176 1.583 1.556 3.181C.835 14.046.252 15.666.252 17.447c0 4.416 3.599 8.011 8.015 8.011c2.527 0 4.765-1.183 6.245-3.005l1.697 2.552l1.724-2.584a7.85 7.85 0 0 0 2.937 2.324c1.943.88 4.125.979 6.125.239c4.141-1.536 6.26-6.161 4.74-10.301a7.8 7.8 0 0 0-1.079-1.98zm-4.23 10.765a6.32 6.32 0 0 1-4.891-.192a6.33 6.33 0 0 1-2.651-2.303c-.272-.4-.5-.833-.672-1.296c-.199-.527-.292-1.068-.344-1.62c-.099-1.109.057-2.229.536-3.271a6.4 6.4 0 0 1 3.604-3.328c3.319-1.219 7 .484 8.219 3.791c1.224 3.308-.479 6.991-3.781 8.215h-.02zm-12.89-2.446a6.4 6.4 0 0 1-5.297 2.817c-3.525 0-6.401-2.875-6.401-6.396s2.876-6.401 6.401-6.401c3.527 0 6.396 2.88 6.396 6.401c0 .219-.036.416-.063.64c-.109 1.079-.453 2.1-1.036 2.959zm-9.366-3.663c0 2.188 1.781 3.959 3.964 3.959s3.959-1.771 3.959-3.959a3.959 3.959 0 0 0-7.918 0zm16.068 0a3.956 3.956 0 1 0 3.953-3.952a3.963 3.963 0 0 0-3.959 3.952zm-14.697 0a2.594 2.594 0 0 1 2.583-2.593c1.417 0 2.599 1.167 2.599 2.593a2.6 2.6 0 0 1-5.203 0zm16.047 0a2.593 2.593 0 0 1 2.593-2.593a2.597 2.597 0 0 1-.015 5.193a2.597 2.597 0 0 1-2.6-2.6zm-5.407-9.443c2.88 0 5.48.516 7.761 1.548a8.1 8.1 0 0 0-2.543.479a7.9 7.9 0 0 0-4.5 4.167c-.416.88-.635 1.812-.719 2.755a8.03 8.03 0 0 0-7.844-7.437c2.281-.979 4.928-1.511 7.787-1.511z"/></svg>
React
import type { SVGProps } from "react";
export function CibTripadvisor(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="M30.683 12.708c.375-1.609 1.568-3.219 1.568-3.219h-5.349c-3.005-1.943-6.647-2.968-10.688-2.968c-4.187 0-7.968 1.041-10.953 3H.252s1.176 1.583 1.556 3.181C.835 14.046.252 15.666.252 17.447c0 4.416 3.599 8.011 8.015 8.011c2.527 0 4.765-1.183 6.245-3.005l1.697 2.552l1.724-2.584a7.85 7.85 0 0 0 2.937 2.324c1.943.88 4.125.979 6.125.239c4.141-1.536 6.26-6.161 4.74-10.301a7.8 7.8 0 0 0-1.079-1.98zm-4.23 10.765a6.32 6.32 0 0 1-4.891-.192a6.33 6.33 0 0 1-2.651-2.303c-.272-.4-.5-.833-.672-1.296c-.199-.527-.292-1.068-.344-1.62c-.099-1.109.057-2.229.536-3.271a6.4 6.4 0 0 1 3.604-3.328c3.319-1.219 7 .484 8.219 3.791c1.224 3.308-.479 6.991-3.781 8.215h-.02zm-12.89-2.446a6.4 6.4 0 0 1-5.297 2.817c-3.525 0-6.401-2.875-6.401-6.396s2.876-6.401 6.401-6.401c3.527 0 6.396 2.88 6.396 6.401c0 .219-.036.416-.063.64c-.109 1.079-.453 2.1-1.036 2.959zm-9.366-3.663c0 2.188 1.781 3.959 3.964 3.959s3.959-1.771 3.959-3.959a3.959 3.959 0 0 0-7.918 0zm16.068 0a3.956 3.956 0 1 0 3.953-3.952a3.963 3.963 0 0 0-3.959 3.952zm-14.697 0a2.594 2.594 0 0 1 2.583-2.593c1.417 0 2.599 1.167 2.599 2.593a2.6 2.6 0 0 1-5.203 0zm16.047 0a2.593 2.593 0 0 1 2.593-2.593a2.597 2.597 0 0 1-.015 5.193a2.597 2.597 0 0 1-2.6-2.6zm-5.407-9.443c2.88 0 5.48.516 7.761 1.548a8.1 8.1 0 0 0-2.543.479a7.9 7.9 0 0 0-4.5 4.167c-.416.88-.635 1.812-.719 2.755a8.03 8.03 0 0 0-7.844-7.437c2.281-.979 4.928-1.511 7.787-1.511z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.683 12.708c.375-1.609 1.568-3.219 1.568-3.219h-5.349c-3.005-1.943-6.647-2.968-10.688-2.968c-4.187 0-7.968 1.041-10.953 3H.252s1.176 1.583 1.556 3.181C.835 14.046.252 15.666.252 17.447c0 4.416 3.599 8.011 8.015 8.011c2.527 0 4.765-1.183 6.245-3.005l1.697 2.552l1.724-2.584a7.85 7.85 0 0 0 2.937 2.324c1.943.88 4.125.979 6.125.239c4.141-1.536 6.26-6.161 4.74-10.301a7.8 7.8 0 0 0-1.079-1.98zm-4.23 10.765a6.32 6.32 0 0 1-4.891-.192a6.33 6.33 0 0 1-2.651-2.303c-.272-.4-.5-.833-.672-1.296c-.199-.527-.292-1.068-.344-1.62c-.099-1.109.057-2.229.536-3.271a6.4 6.4 0 0 1 3.604-3.328c3.319-1.219 7 .484 8.219 3.791c1.224 3.308-.479 6.991-3.781 8.215h-.02zm-12.89-2.446a6.4 6.4 0 0 1-5.297 2.817c-3.525 0-6.401-2.875-6.401-6.396s2.876-6.401 6.401-6.401c3.527 0 6.396 2.88 6.396 6.401c0 .219-.036.416-.063.64c-.109 1.079-.453 2.1-1.036 2.959zm-9.366-3.663c0 2.188 1.781 3.959 3.964 3.959s3.959-1.771 3.959-3.959a3.959 3.959 0 0 0-7.918 0zm16.068 0a3.956 3.956 0 1 0 3.953-3.952a3.963 3.963 0 0 0-3.959 3.952zm-14.697 0a2.594 2.594 0 0 1 2.583-2.593c1.417 0 2.599 1.167 2.599 2.593a2.6 2.6 0 0 1-5.203 0zm16.047 0a2.593 2.593 0 0 1 2.593-2.593a2.597 2.597 0 0 1-.015 5.193a2.597 2.597 0 0 1-2.6-2.6zm-5.407-9.443c2.88 0 5.48.516 7.761 1.548a8.1 8.1 0 0 0-2.543.479a7.9 7.9 0 0 0-4.5 4.167c-.416.88-.635 1.812-.719 2.755a8.03 8.03 0 0 0-7.844-7.437c2.281-.979 4.928-1.511 7.787-1.511z"/></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%22M30.683%2012.708c.375-1.609%201.568-3.219%201.568-3.219h-5.349c-3.005-1.943-6.647-2.968-10.688-2.968c-4.187%200-7.968%201.041-10.953%203H.252s1.176%201.583%201.556%203.181C.835%2014.046.252%2015.666.252%2017.447c0%204.416%203.599%208.011%208.015%208.011c2.527%200%204.765-1.183%206.245-3.005l1.697%202.552l1.724-2.584a7.85%207.85%200%200%200%202.937%202.324c1.943.88%204.125.979%206.125.239c4.141-1.536%206.26-6.161%204.74-10.301a7.8%207.8%200%200%200-1.079-1.98zm-4.23%2010.765a6.32%206.32%200%200%201-4.891-.192a6.33%206.33%200%200%201-2.651-2.303c-.272-.4-.5-.833-.672-1.296c-.199-.527-.292-1.068-.344-1.62c-.099-1.109.057-2.229.536-3.271a6.4%206.4%200%200%201%203.604-3.328c3.319-1.219%207%20.484%208.219%203.791c1.224%203.308-.479%206.991-3.781%208.215h-.02zm-12.89-2.446a6.4%206.4%200%200%201-5.297%202.817c-3.525%200-6.401-2.875-6.401-6.396s2.876-6.401%206.401-6.401c3.527%200%206.396%202.88%206.396%206.401c0%20.219-.036.416-.063.64c-.109%201.079-.453%202.1-1.036%202.959zm-9.366-3.663c0%202.188%201.781%203.959%203.964%203.959s3.959-1.771%203.959-3.959a3.959%203.959%200%200%200-7.918%200zm16.068%200a3.956%203.956%200%201%200%203.953-3.952a3.963%203.963%200%200%200-3.959%203.952zm-14.697%200a2.594%202.594%200%200%201%202.583-2.593c1.417%200%202.599%201.167%202.599%202.593a2.6%202.6%200%200%201-5.203%200zm16.047%200a2.593%202.593%200%200%201%202.593-2.593a2.597%202.597%200%200%201-.015%205.193a2.597%202.597%200%200%201-2.6-2.6zm-5.407-9.443c2.88%200%205.48.516%207.761%201.548a8.1%208.1%200%200%200-2.543.479a7.9%207.9%200%200%200-4.5%204.167c-.416.88-.635%201.812-.719%202.755a8.03%208.03%200%200%200-7.844-7.437c2.281-.979%204.928-1.511%207.787-1.511z%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%22M30.683%2012.708c.375-1.609%201.568-3.219%201.568-3.219h-5.349c-3.005-1.943-6.647-2.968-10.688-2.968c-4.187%200-7.968%201.041-10.953%203H.252s1.176%201.583%201.556%203.181C.835%2014.046.252%2015.666.252%2017.447c0%204.416%203.599%208.011%208.015%208.011c2.527%200%204.765-1.183%206.245-3.005l1.697%202.552l1.724-2.584a7.85%207.85%200%200%200%202.937%202.324c1.943.88%204.125.979%206.125.239c4.141-1.536%206.26-6.161%204.74-10.301a7.8%207.8%200%200%200-1.079-1.98zm-4.23%2010.765a6.32%206.32%200%200%201-4.891-.192a6.33%206.33%200%200%201-2.651-2.303c-.272-.4-.5-.833-.672-1.296c-.199-.527-.292-1.068-.344-1.62c-.099-1.109.057-2.229.536-3.271a6.4%206.4%200%200%201%203.604-3.328c3.319-1.219%207%20.484%208.219%203.791c1.224%203.308-.479%206.991-3.781%208.215h-.02zm-12.89-2.446a6.4%206.4%200%200%201-5.297%202.817c-3.525%200-6.401-2.875-6.401-6.396s2.876-6.401%206.401-6.401c3.527%200%206.396%202.88%206.396%206.401c0%20.219-.036.416-.063.64c-.109%201.079-.453%202.1-1.036%202.959zm-9.366-3.663c0%202.188%201.781%203.959%203.964%203.959s3.959-1.771%203.959-3.959a3.959%203.959%200%200%200-7.918%200zm16.068%200a3.956%203.956%200%201%200%203.953-3.952a3.963%203.963%200%200%200-3.959%203.952zm-14.697%200a2.594%202.594%200%200%201%202.583-2.593c1.417%200%202.599%201.167%202.599%202.593a2.6%202.6%200%200%201-5.203%200zm16.047%200a2.593%202.593%200%200%201%202.593-2.593a2.597%202.597%200%200%201-.015%205.193a2.597%202.597%200%200%201-2.6-2.6zm-5.407-9.443c2.88%200%205.48.516%207.761%201.548a8.1%208.1%200%200%200-2.543.479a7.9%207.9%200%200%200-4.5%204.167c-.416.88-.635%201.812-.719%202.755a8.03%208.03%200%200%200-7.844-7.437c2.281-.979%204.928-1.511%207.787-1.511z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/tripadvisor.svg?color=%231a73e8&size=48