travel explore icon
travel-explore-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- travel-explore-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- travel-explore-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3q3.29 0 5.73 2.048t3.045 5.15q.06.252-.035.475q-.096.223-.328.258q-.227.029-.388-.123q-.16-.152-.215-.38q-.369-1.98-1.628-3.544Q16.92 5.322 15 4.563V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h1.039q.347 0 .577.23t.23.578V15H9l-4.8-4.8q-.075.45-.137.9T4 12q0 3.166 2.138 5.47t5.34 2.519q.228.011.375.154q.147.144.147.357t-.162.357t-.39.132q-3.556-.222-6.002-2.806T3 12m17.67 8.377l-3.097-3.058q-.448.32-.971.5Q16.079 18 15.5 18q-1.471 0-2.485-1.014Q12 15.97 12 14.5t1.015-2.485T15.5 11t2.486 1.015T19 14.5q0 .598-.19 1.13q-.19.533-.53.981l3.097 3.058q.16.14.16.344t-.16.364q-.14.14-.344.14t-.364-.14m-3.394-4.102Q18 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 MaterialSymbolsLightTravelExploreRounded(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="M3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3q3.29 0 5.73 2.048t3.045 5.15q.06.252-.035.475q-.096.223-.328.258q-.227.029-.388-.123q-.16-.152-.215-.38q-.369-1.98-1.628-3.544Q16.92 5.322 15 4.563V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h1.039q.347 0 .577.23t.23.578V15H9l-4.8-4.8q-.075.45-.137.9T4 12q0 3.166 2.138 5.47t5.34 2.519q.228.011.375.154q.147.144.147.357t-.162.357t-.39.132q-3.556-.222-6.002-2.806T3 12m17.67 8.377l-3.097-3.058q-.448.32-.971.5Q16.079 18 15.5 18q-1.471 0-2.485-1.014Q12 15.97 12 14.5t1.015-2.485T15.5 11t2.486 1.015T19 14.5q0 .598-.19 1.13q-.19.533-.53.981l3.097 3.058q.16.14.16.344t-.16.364q-.14.14-.344.14t-.364-.14m-3.394-4.102Q18 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="M3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3q3.29 0 5.73 2.048t3.045 5.15q.06.252-.035.475q-.096.223-.328.258q-.227.029-.388-.123q-.16-.152-.215-.38q-.369-1.98-1.628-3.544Q16.92 5.322 15 4.563V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h1.039q.347 0 .577.23t.23.578V15H9l-4.8-4.8q-.075.45-.137.9T4 12q0 3.166 2.138 5.47t5.34 2.519q.228.011.375.154q.147.144.147.357t-.162.357t-.39.132q-3.556-.222-6.002-2.806T3 12m17.67 8.377l-3.097-3.058q-.448.32-.971.5Q16.079 18 15.5 18q-1.471 0-2.485-1.014Q12 15.97 12 14.5t1.015-2.485T15.5 11t2.486 1.015T19 14.5q0 .598-.19 1.13q-.19.533-.53.981l3.097 3.058q.16.14.16.344t-.16.364q-.14.14-.344.14t-.364-.14m-3.394-4.102Q18 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%22M3%2012q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203q3.29%200%205.73%202.048t3.045%205.15q.06.252-.035.475q-.096.223-.328.258q-.227.029-.388-.123q-.16-.152-.215-.38q-.369-1.98-1.628-3.544Q16.92%205.322%2015%204.563V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h1.039q.347%200%20.577.23t.23.578V15H9l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.166%202.138%205.47t5.34%202.519q.228.011.375.154q.147.144.147.357t-.162.357t-.39.132q-3.556-.222-6.002-2.806T3%2012m17.67%208.377l-3.097-3.058q-.448.32-.971.5Q16.079%2018%2015.5%2018q-1.471%200-2.485-1.014Q12%2015.97%2012%2014.5t1.015-2.485T15.5%2011t2.486%201.015T19%2014.5q0%20.598-.19%201.13q-.19.533-.53.981l3.097%203.058q.16.14.16.344t-.16.364q-.14.14-.344.14t-.364-.14m-3.394-4.102Q18%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%22M3%2012q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203q3.29%200%205.73%202.048t3.045%205.15q.06.252-.035.475q-.096.223-.328.258q-.227.029-.388-.123q-.16-.152-.215-.38q-.369-1.98-1.628-3.544Q16.92%205.322%2015%204.563V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h1.039q.347%200%20.577.23t.23.578V15H9l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.166%202.138%205.47t5.34%202.519q.228.011.375.154q.147.144.147.357t-.162.357t-.39.132q-3.556-.222-6.002-2.806T3%2012m17.67%208.377l-3.097-3.058q-.448.32-.971.5Q16.079%2018%2015.5%2018q-1.471%200-2.485-1.014Q12%2015.97%2012%2014.5t1.015-2.485T15.5%2011t2.486%201.015T19%2014.5q0%20.598-.19%201.13q-.19.533-.53.981l3.097%203.058q.16.14.16.344t-.16.364q-.14.14-.344.14t-.364-.14m-3.394-4.102Q18%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-light/travel-explore-rounded.svg?color=%231a73e8&size=48