bxl trip advisor icon
bxl-trip-advisor from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-trip-advisor
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl trip advisor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M8.31 10.28a2.5 2.5 0 1 0 2.5 2.49a2.5 2.5 0 0 0-2.5-2.49zm0 3.8a1.31 1.31 0 1 1 0-2.61a1.31 1.31 0 1 1 0 2.61zm7.38-3.8a2.5 2.5 0 1 0 2.5 2.49a2.5 2.5 0 0 0-2.5-2.49zM17 12.77a1.31 1.31 0 1 1-1.31-1.3a1.31 1.31 0 0 1 1.31 1.3z" fill="currentColor"/><path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm7.38 10.77a3.69 3.69 0 0 1-6.2 2.71L12 16.77l-1.18-1.29a3.69 3.69 0 1 1-5-5.44l-1.2-1.3H7.3a8.33 8.33 0 0 1 9.41 0h2.67l-1.2 1.31a3.71 3.71 0 0 1 1.2 2.72z" fill="currentColor"/><path d="M14.77 9.05a7.19 7.19 0 0 0-5.54 0A4.06 4.06 0 0 1 12 12.7a4.08 4.08 0 0 1 2.77-3.65z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlTripAdvisor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M8.31 10.28a2.5 2.5 0 1 0 2.5 2.49a2.5 2.5 0 0 0-2.5-2.49zm0 3.8a1.31 1.31 0 1 1 0-2.61a1.31 1.31 0 1 1 0 2.61zm7.38-3.8a2.5 2.5 0 1 0 2.5 2.49a2.5 2.5 0 0 0-2.5-2.49zM17 12.77a1.31 1.31 0 1 1-1.31-1.3a1.31 1.31 0 0 1 1.31 1.3z" fill="currentColor"/><path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm7.38 10.77a3.69 3.69 0 0 1-6.2 2.71L12 16.77l-1.18-1.29a3.69 3.69 0 1 1-5-5.44l-1.2-1.3H7.3a8.33 8.33 0 0 1 9.41 0h2.67l-1.2 1.31a3.71 3.71 0 0 1 1.2 2.72z" fill="currentColor"/><path d="M14.77 9.05a7.19 7.19 0 0 0-5.54 0A4.06 4.06 0 0 1 12 12.7a4.08 4.08 0 0 1 2.77-3.65z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M8.31 10.28a2.5 2.5 0 1 0 2.5 2.49a2.5 2.5 0 0 0-2.5-2.49zm0 3.8a1.31 1.31 0 1 1 0-2.61a1.31 1.31 0 1 1 0 2.61zm7.38-3.8a2.5 2.5 0 1 0 2.5 2.49a2.5 2.5 0 0 0-2.5-2.49zM17 12.77a1.31 1.31 0 1 1-1.31-1.3a1.31 1.31 0 0 1 1.31 1.3z" fill="currentColor"/><path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm7.38 10.77a3.69 3.69 0 0 1-6.2 2.71L12 16.77l-1.18-1.29a3.69 3.69 0 1 1-5-5.44l-1.2-1.3H7.3a8.33 8.33 0 0 1 9.41 0h2.67l-1.2 1.31a3.71 3.71 0 0 1 1.2 2.72z" fill="currentColor"/><path d="M14.77 9.05a7.19 7.19 0 0 0-5.54 0A4.06 4.06 0 0 1 12 12.7a4.08 4.08 0 0 1 2.77-3.65z" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-trip-advisor {
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%2024%2024%22%3E%3Cpath%20d%3D%22M8.31%2010.28a2.5%202.5%200%201%200%202.5%202.49a2.5%202.5%200%200%200-2.5-2.49zm0%203.8a1.31%201.31%200%201%201%200-2.61a1.31%201.31%200%201%201%200%202.61zm7.38-3.8a2.5%202.5%200%201%200%202.5%202.49a2.5%202.5%200%200%200-2.5-2.49zM17%2012.77a1.31%201.31%200%201%201-1.31-1.3a1.31%201.31%200%200%201%201.31%201.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202zm7.38%2010.77a3.69%203.69%200%200%201-6.2%202.71L12%2016.77l-1.18-1.29a3.69%203.69%200%201%201-5-5.44l-1.2-1.3H7.3a8.33%208.33%200%200%201%209.41%200h2.67l-1.2%201.31a3.71%203.71%200%200%201%201.2%202.72z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.77%209.05a7.19%207.19%200%200%200-5.54%200A4.06%204.06%200%200%201%2012%2012.7a4.08%204.08%200%200%201%202.77-3.65z%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20d%3D%22M8.31%2010.28a2.5%202.5%200%201%200%202.5%202.49a2.5%202.5%200%200%200-2.5-2.49zm0%203.8a1.31%201.31%200%201%201%200-2.61a1.31%201.31%200%201%201%200%202.61zm7.38-3.8a2.5%202.5%200%201%200%202.5%202.49a2.5%202.5%200%200%200-2.5-2.49zM17%2012.77a1.31%201.31%200%201%201-1.31-1.3a1.31%201.31%200%200%201%201.31%201.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202zm7.38%2010.77a3.69%203.69%200%200%201-6.2%202.71L12%2016.77l-1.18-1.29a3.69%203.69%200%201%201-5-5.44l-1.2-1.3H7.3a8.33%208.33%200%200%201%209.41%200h2.67l-1.2%201.31a3.71%203.71%200%200%201%201.2%202.72z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.77%209.05a7.19%207.19%200%200%200-5.54%200A4.06%204.06%200%200%201%2012%2012.7a4.08%204.08%200%200%201%202.77-3.65z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-trip-advisor.svg?color=%231a73e8&size=48