outline attractions icon
outline-attractions from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- outline-attractions
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the outline attractions icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.15 14.42c.23-.77.35-1.58.35-2.42s-.12-1.65-.35-2.42c.78-.6 1.02-1.7.51-2.58s-1.58-1.23-2.49-.85a8.53 8.53 0 0 0-4.18-2.42C13.85 2.75 13.01 2 12 2s-1.85.75-1.98 1.73a8.56 8.56 0 0 0-4.19 2.42c-.91-.38-1.98-.03-2.49.85s-.27 1.98.51 2.58c-.23.77-.35 1.58-.35 2.42s.12 1.65.35 2.42c-.78.6-1.02 1.7-.51 2.58s1.58 1.23 2.49.85c.4.42.83.79 1.3 1.12L5.78 22h1.88l.98-2.19c.44.19.9.34 1.38.46c.13.98.97 1.73 1.98 1.73s1.85-.75 1.98-1.73c.46-.11.91-.26 1.34-.44L16.3 22h1.88l-1.34-3c.48-.34.93-.72 1.34-1.15c.91.38 1.99.03 2.49-.85s.26-1.98-.52-2.58m-6.59 4.33c-.37-.46-.93-.75-1.56-.75s-1.2.29-1.57.75c-.4-.09-.79-.21-1.16-.37l1.43-3.19a3.52 3.52 0 0 0 2.56.02l1.42 3.18c-.36.15-.73.27-1.12.36m-3.08-6.73c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m8.23 1.99c-.61.07-1.18.41-1.52.99c-.32.56-.34 1.2-.12 1.75c-.28.29-.58.55-.9.79l-1.5-3.35c.49-.59.78-1.34.78-2.16c0-1.89-1.55-3.41-3.46-3.41s-3.46 1.53-3.46 3.41c0 .8.28 1.54.75 2.13l-1.52 3.39c-.31-.23-.6-.48-.87-.76c.26-.56.24-1.22-.09-1.79c-.34-.59-.93-.94-1.56-.99c-.22-.68-.33-1.4-.33-2.15c0-.64.09-1.26.25-1.85c.66-.03 1.3-.38 1.65-1c.37-.63.35-1.38.01-1.98c.92-.98 2.11-1.69 3.45-2.03c.34.59.99 1 1.73 1s1.39-.4 1.73-1c1.34.34 2.53 1.07 3.44 2.05c-.32.59-.33 1.33.03 1.95c.35.6.96.95 1.6 1c.16.59.25 1.21.25 1.86c0 .75-.12 1.47-.34 2.15"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineAttractions(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="M20.15 14.42c.23-.77.35-1.58.35-2.42s-.12-1.65-.35-2.42c.78-.6 1.02-1.7.51-2.58s-1.58-1.23-2.49-.85a8.53 8.53 0 0 0-4.18-2.42C13.85 2.75 13.01 2 12 2s-1.85.75-1.98 1.73a8.56 8.56 0 0 0-4.19 2.42c-.91-.38-1.98-.03-2.49.85s-.27 1.98.51 2.58c-.23.77-.35 1.58-.35 2.42s.12 1.65.35 2.42c-.78.6-1.02 1.7-.51 2.58s1.58 1.23 2.49.85c.4.42.83.79 1.3 1.12L5.78 22h1.88l.98-2.19c.44.19.9.34 1.38.46c.13.98.97 1.73 1.98 1.73s1.85-.75 1.98-1.73c.46-.11.91-.26 1.34-.44L16.3 22h1.88l-1.34-3c.48-.34.93-.72 1.34-1.15c.91.38 1.99.03 2.49-.85s.26-1.98-.52-2.58m-6.59 4.33c-.37-.46-.93-.75-1.56-.75s-1.2.29-1.57.75c-.4-.09-.79-.21-1.16-.37l1.43-3.19a3.52 3.52 0 0 0 2.56.02l1.42 3.18c-.36.15-.73.27-1.12.36m-3.08-6.73c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m8.23 1.99c-.61.07-1.18.41-1.52.99c-.32.56-.34 1.2-.12 1.75c-.28.29-.58.55-.9.79l-1.5-3.35c.49-.59.78-1.34.78-2.16c0-1.89-1.55-3.41-3.46-3.41s-3.46 1.53-3.46 3.41c0 .8.28 1.54.75 2.13l-1.52 3.39c-.31-.23-.6-.48-.87-.76c.26-.56.24-1.22-.09-1.79c-.34-.59-.93-.94-1.56-.99c-.22-.68-.33-1.4-.33-2.15c0-.64.09-1.26.25-1.85c.66-.03 1.3-.38 1.65-1c.37-.63.35-1.38.01-1.98c.92-.98 2.11-1.69 3.45-2.03c.34.59.99 1 1.73 1s1.39-.4 1.73-1c1.34.34 2.53 1.07 3.44 2.05c-.32.59-.33 1.33.03 1.95c.35.6.96.95 1.6 1c.16.59.25 1.21.25 1.86c0 .75-.12 1.47-.34 2.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.15 14.42c.23-.77.35-1.58.35-2.42s-.12-1.65-.35-2.42c.78-.6 1.02-1.7.51-2.58s-1.58-1.23-2.49-.85a8.53 8.53 0 0 0-4.18-2.42C13.85 2.75 13.01 2 12 2s-1.85.75-1.98 1.73a8.56 8.56 0 0 0-4.19 2.42c-.91-.38-1.98-.03-2.49.85s-.27 1.98.51 2.58c-.23.77-.35 1.58-.35 2.42s.12 1.65.35 2.42c-.78.6-1.02 1.7-.51 2.58s1.58 1.23 2.49.85c.4.42.83.79 1.3 1.12L5.78 22h1.88l.98-2.19c.44.19.9.34 1.38.46c.13.98.97 1.73 1.98 1.73s1.85-.75 1.98-1.73c.46-.11.91-.26 1.34-.44L16.3 22h1.88l-1.34-3c.48-.34.93-.72 1.34-1.15c.91.38 1.99.03 2.49-.85s.26-1.98-.52-2.58m-6.59 4.33c-.37-.46-.93-.75-1.56-.75s-1.2.29-1.57.75c-.4-.09-.79-.21-1.16-.37l1.43-3.19a3.52 3.52 0 0 0 2.56.02l1.42 3.18c-.36.15-.73.27-1.12.36m-3.08-6.73c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m8.23 1.99c-.61.07-1.18.41-1.52.99c-.32.56-.34 1.2-.12 1.75c-.28.29-.58.55-.9.79l-1.5-3.35c.49-.59.78-1.34.78-2.16c0-1.89-1.55-3.41-3.46-3.41s-3.46 1.53-3.46 3.41c0 .8.28 1.54.75 2.13l-1.52 3.39c-.31-.23-.6-.48-.87-.76c.26-.56.24-1.22-.09-1.79c-.34-.59-.93-.94-1.56-.99c-.22-.68-.33-1.4-.33-2.15c0-.64.09-1.26.25-1.85c.66-.03 1.3-.38 1.65-1c.37-.63.35-1.38.01-1.98c.92-.98 2.11-1.69 3.45-2.03c.34.59.99 1 1.73 1s1.39-.4 1.73-1c1.34.34 2.53 1.07 3.44 2.05c-.32.59-.33 1.33.03 1.95c.35.6.96.95 1.6 1c.16.59.25 1.21.25 1.86c0 .75-.12 1.47-.34 2.15"/></svg> </template>
CSS
.icon-outline-attractions {
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%22M20.15%2014.42c.23-.77.35-1.58.35-2.42s-.12-1.65-.35-2.42c.78-.6%201.02-1.7.51-2.58s-1.58-1.23-2.49-.85a8.53%208.53%200%200%200-4.18-2.42C13.85%202.75%2013.01%202%2012%202s-1.85.75-1.98%201.73a8.56%208.56%200%200%200-4.19%202.42c-.91-.38-1.98-.03-2.49.85s-.27%201.98.51%202.58c-.23.77-.35%201.58-.35%202.42s.12%201.65.35%202.42c-.78.6-1.02%201.7-.51%202.58s1.58%201.23%202.49.85c.4.42.83.79%201.3%201.12L5.78%2022h1.88l.98-2.19c.44.19.9.34%201.38.46c.13.98.97%201.73%201.98%201.73s1.85-.75%201.98-1.73c.46-.11.91-.26%201.34-.44L16.3%2022h1.88l-1.34-3c.48-.34.93-.72%201.34-1.15c.91.38%201.99.03%202.49-.85s.26-1.98-.52-2.58m-6.59%204.33c-.37-.46-.93-.75-1.56-.75s-1.2.29-1.57.75c-.4-.09-.79-.21-1.16-.37l1.43-3.19a3.52%203.52%200%200%200%202.56.02l1.42%203.18c-.36.15-.73.27-1.12.36m-3.08-6.73c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5m8.23%201.99c-.61.07-1.18.41-1.52.99c-.32.56-.34%201.2-.12%201.75c-.28.29-.58.55-.9.79l-1.5-3.35c.49-.59.78-1.34.78-2.16c0-1.89-1.55-3.41-3.46-3.41s-3.46%201.53-3.46%203.41c0%20.8.28%201.54.75%202.13l-1.52%203.39c-.31-.23-.6-.48-.87-.76c.26-.56.24-1.22-.09-1.79c-.34-.59-.93-.94-1.56-.99c-.22-.68-.33-1.4-.33-2.15c0-.64.09-1.26.25-1.85c.66-.03%201.3-.38%201.65-1c.37-.63.35-1.38.01-1.98c.92-.98%202.11-1.69%203.45-2.03c.34.59.99%201%201.73%201s1.39-.4%201.73-1c1.34.34%202.53%201.07%203.44%202.05c-.32.59-.33%201.33.03%201.95c.35.6.96.95%201.6%201c.16.59.25%201.21.25%201.86c0%20.75-.12%201.47-.34%202.15%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%22M20.15%2014.42c.23-.77.35-1.58.35-2.42s-.12-1.65-.35-2.42c.78-.6%201.02-1.7.51-2.58s-1.58-1.23-2.49-.85a8.53%208.53%200%200%200-4.18-2.42C13.85%202.75%2013.01%202%2012%202s-1.85.75-1.98%201.73a8.56%208.56%200%200%200-4.19%202.42c-.91-.38-1.98-.03-2.49.85s-.27%201.98.51%202.58c-.23.77-.35%201.58-.35%202.42s.12%201.65.35%202.42c-.78.6-1.02%201.7-.51%202.58s1.58%201.23%202.49.85c.4.42.83.79%201.3%201.12L5.78%2022h1.88l.98-2.19c.44.19.9.34%201.38.46c.13.98.97%201.73%201.98%201.73s1.85-.75%201.98-1.73c.46-.11.91-.26%201.34-.44L16.3%2022h1.88l-1.34-3c.48-.34.93-.72%201.34-1.15c.91.38%201.99.03%202.49-.85s.26-1.98-.52-2.58m-6.59%204.33c-.37-.46-.93-.75-1.56-.75s-1.2.29-1.57.75c-.4-.09-.79-.21-1.16-.37l1.43-3.19a3.52%203.52%200%200%200%202.56.02l1.42%203.18c-.36.15-.73.27-1.12.36m-3.08-6.73c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5m8.23%201.99c-.61.07-1.18.41-1.52.99c-.32.56-.34%201.2-.12%201.75c-.28.29-.58.55-.9.79l-1.5-3.35c.49-.59.78-1.34.78-2.16c0-1.89-1.55-3.41-3.46-3.41s-3.46%201.53-3.46%203.41c0%20.8.28%201.54.75%202.13l-1.52%203.39c-.31-.23-.6-.48-.87-.76c.26-.56.24-1.22-.09-1.79c-.34-.59-.93-.94-1.56-.99c-.22-.68-.33-1.4-.33-2.15c0-.64.09-1.26.25-1.85c.66-.03%201.3-.38%201.65-1c.37-.63.35-1.38.01-1.98c.92-.98%202.11-1.69%203.45-2.03c.34.59.99%201%201.73%201s1.39-.4%201.73-1c1.34.34%202.53%201.07%203.44%202.05c-.32.59-.33%201.33.03%201.95c.35.6.96.95%201.6%201c.16.59.25%201.21.25%201.86c0%20.75-.12%201.47-.34%202.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-attractions.svg?color=%231a73e8&size=48