travel explore icon
travel-explore-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- travel-explore-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- travel-explore-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the travel explore icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2q3.175 0 5.663 1.75t3.612 4.525q.175.425.013.85T20.7 9.7q-.4.125-.762-.075t-.513-.6q-.6-1.5-1.725-2.65T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h1q.425 0 .713.288T10 13v2H9l-4.8-4.8q-.075.45-.137.9T4 12q0 3.05 2.013 5.325t5.062 2.625q.4.05.663.338T12 21t-.288.713t-.687.237Q7.2 21.575 4.6 18.75T2 12m18.4 8.8l-2.5-2.5q-.525.3-1.125.5T15.5 19q-1.875 0-3.187-1.312T11 14.5t1.313-3.187T15.5 10t3.188 1.313T20 14.5q0 .675-.2 1.275t-.5 1.125l2.5 2.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-3.125-4.525Q18 15.55 18 14.5t-.725-1.775T15.5 12t-1.775.725T13 14.5t.725 1.775T15.5 17t1.775-.725"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTravelExploreRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2q3.175 0 5.663 1.75t3.612 4.525q.175.425.013.85T20.7 9.7q-.4.125-.762-.075t-.513-.6q-.6-1.5-1.725-2.65T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h1q.425 0 .713.288T10 13v2H9l-4.8-4.8q-.075.45-.137.9T4 12q0 3.05 2.013 5.325t5.062 2.625q.4.05.663.338T12 21t-.288.713t-.687.237Q7.2 21.575 4.6 18.75T2 12m18.4 8.8l-2.5-2.5q-.525.3-1.125.5T15.5 19q-1.875 0-3.187-1.312T11 14.5t1.313-3.187T15.5 10t3.188 1.313T20 14.5q0 .675-.2 1.275t-.5 1.125l2.5 2.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-3.125-4.525Q18 15.55 18 14.5t-.725-1.775T15.5 12t-1.775.725T13 14.5t.725 1.775T15.5 17t1.775-.725"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2q3.175 0 5.663 1.75t3.612 4.525q.175.425.013.85T20.7 9.7q-.4.125-.762-.075t-.513-.6q-.6-1.5-1.725-2.65T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h1q.425 0 .713.288T10 13v2H9l-4.8-4.8q-.075.45-.137.9T4 12q0 3.05 2.013 5.325t5.062 2.625q.4.05.663.338T12 21t-.288.713t-.687.237Q7.2 21.575 4.6 18.75T2 12m18.4 8.8l-2.5-2.5q-.525.3-1.125.5T15.5 19q-1.875 0-3.187-1.312T11 14.5t1.313-3.187T15.5 10t3.188 1.313T20 14.5q0 .675-.2 1.275t-.5 1.125l2.5 2.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-3.125-4.525Q18 15.55 18 14.5t-.725-1.775T15.5 12t-1.775.725T13 14.5t.725 1.775T15.5 17t1.775-.725"/></svg> </template>
CSS
.icon-travel-explore-rounded {
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%20fill%3D%22currentColor%22%20d%3D%22M2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202q3.175%200%205.663%201.75t3.612%204.525q.175.425.013.85T20.7%209.7q-.4.125-.762-.075t-.513-.6q-.6-1.5-1.725-2.65T15%204.6V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h1q.425%200%20.713.288T10%2013v2H9l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.05%202.013%205.325t5.062%202.625q.4.05.663.338T12%2021t-.288.713t-.687.237Q7.2%2021.575%204.6%2018.75T2%2012m18.4%208.8l-2.5-2.5q-.525.3-1.125.5T15.5%2019q-1.875%200-3.187-1.312T11%2014.5t1.313-3.187T15.5%2010t3.188%201.313T20%2014.5q0%20.675-.2%201.275t-.5%201.125l2.5%202.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-3.125-4.525Q18%2015.55%2018%2014.5t-.725-1.775T15.5%2012t-1.775.725T13%2014.5t.725%201.775T15.5%2017t1.775-.725%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%20fill%3D%22currentColor%22%20d%3D%22M2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202q3.175%200%205.663%201.75t3.612%204.525q.175.425.013.85T20.7%209.7q-.4.125-.762-.075t-.513-.6q-.6-1.5-1.725-2.65T15%204.6V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h1q.425%200%20.713.288T10%2013v2H9l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.05%202.013%205.325t5.062%202.625q.4.05.663.338T12%2021t-.288.713t-.687.237Q7.2%2021.575%204.6%2018.75T2%2012m18.4%208.8l-2.5-2.5q-.525.3-1.125.5T15.5%2019q-1.875%200-3.187-1.312T11%2014.5t1.313-3.187T15.5%2010t3.188%201.313T20%2014.5q0%20.675-.2%201.275t-.5%201.125l2.5%202.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-3.125-4.525Q18%2015.55%2018%2014.5t-.725-1.775T15.5%2012t-1.775.725T13%2014.5t.725%201.775T15.5%2017t1.775-.725%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/travel-explore-rounded.svg?color=%231a73e8&size=48