round attractions icon
round-attractions from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-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 round attractions icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.44 18.75c.37-.46.94-.75 1.57-.75s1.19.29 1.56.75c.39-.09.76-.21 1.12-.36l-1.42-3.18a3.52 3.52 0 0 1-2.56-.02l-1.43 3.19c.37.16.75.29 1.16.37M5.16 10a7.06 7.06 0 0 0 .08 4c.63.05 1.22.4 1.56.99c.33.57.35 1.23.11 1.79c.27.27.56.53.87.76l1.52-3.39c-.47-.58-.75-1.32-.75-2.13c0-1.89 1.55-3.41 3.46-3.41s3.46 1.53 3.46 3.41c0 .82-.29 1.57-.78 2.16l1.5 3.35c.32-.24.62-.5.9-.79c-.22-.55-.2-1.2.12-1.75c.33-.57.9-.92 1.52-.99a7.03 7.03 0 0 0 .09-4.02c-.64-.04-1.26-.39-1.6-1c-.36-.62-.35-1.36-.03-1.95c-.91-.98-2.1-1.71-3.44-2.05C13.4 5.6 12.74 6 12.01 6s-1.39-.41-1.74-1.01a7.05 7.05 0 0 0-3.44 2.03c.33.6.35 1.35-.02 1.98c-.36.62-.99.97-1.65 1m-1.3-.42c-.78-.6-1.02-1.7-.51-2.58s1.58-1.23 2.49-.85a8.53 8.53 0 0 1 4.18-2.42c.13-.98.97-1.73 1.99-1.73s1.85.75 1.98 1.73c1.63.39 3.07 1.24 4.18 2.42a1.99 1.99 0 0 1 2.49.85c.51.88.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.58s-1.58 1.23-2.49.85c-.4.43-.85.81-1.34 1.15l.81 1.8a.854.854 0 0 1-1.56.7l-.75-1.67c-.43.18-.88.33-1.34.44c-.13.98-.97 1.73-1.98 1.73s-1.85-.75-1.98-1.73c-.48-.12-.94-.27-1.38-.46l-.76 1.69c-.14.3-.44.5-.78.5H7.1a.845.845 0 0 1-.77-1.2l.82-1.83a8.7 8.7 0 0 1-1.3-1.12c-.92.38-1.99.03-2.5-.85s-.27-1.98.51-2.58c-.24-.77-.35-1.58-.35-2.42s.11-1.65.35-2.42"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundAttractions(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="M10.44 18.75c.37-.46.94-.75 1.57-.75s1.19.29 1.56.75c.39-.09.76-.21 1.12-.36l-1.42-3.18a3.52 3.52 0 0 1-2.56-.02l-1.43 3.19c.37.16.75.29 1.16.37M5.16 10a7.06 7.06 0 0 0 .08 4c.63.05 1.22.4 1.56.99c.33.57.35 1.23.11 1.79c.27.27.56.53.87.76l1.52-3.39c-.47-.58-.75-1.32-.75-2.13c0-1.89 1.55-3.41 3.46-3.41s3.46 1.53 3.46 3.41c0 .82-.29 1.57-.78 2.16l1.5 3.35c.32-.24.62-.5.9-.79c-.22-.55-.2-1.2.12-1.75c.33-.57.9-.92 1.52-.99a7.03 7.03 0 0 0 .09-4.02c-.64-.04-1.26-.39-1.6-1c-.36-.62-.35-1.36-.03-1.95c-.91-.98-2.1-1.71-3.44-2.05C13.4 5.6 12.74 6 12.01 6s-1.39-.41-1.74-1.01a7.05 7.05 0 0 0-3.44 2.03c.33.6.35 1.35-.02 1.98c-.36.62-.99.97-1.65 1m-1.3-.42c-.78-.6-1.02-1.7-.51-2.58s1.58-1.23 2.49-.85a8.53 8.53 0 0 1 4.18-2.42c.13-.98.97-1.73 1.99-1.73s1.85.75 1.98 1.73c1.63.39 3.07 1.24 4.18 2.42a1.99 1.99 0 0 1 2.49.85c.51.88.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.58s-1.58 1.23-2.49.85c-.4.43-.85.81-1.34 1.15l.81 1.8a.854.854 0 0 1-1.56.7l-.75-1.67c-.43.18-.88.33-1.34.44c-.13.98-.97 1.73-1.98 1.73s-1.85-.75-1.98-1.73c-.48-.12-.94-.27-1.38-.46l-.76 1.69c-.14.3-.44.5-.78.5H7.1a.845.845 0 0 1-.77-1.2l.82-1.83a8.7 8.7 0 0 1-1.3-1.12c-.92.38-1.99.03-2.5-.85s-.27-1.98.51-2.58c-.24-.77-.35-1.58-.35-2.42s.11-1.65.35-2.42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.44 18.75c.37-.46.94-.75 1.57-.75s1.19.29 1.56.75c.39-.09.76-.21 1.12-.36l-1.42-3.18a3.52 3.52 0 0 1-2.56-.02l-1.43 3.19c.37.16.75.29 1.16.37M5.16 10a7.06 7.06 0 0 0 .08 4c.63.05 1.22.4 1.56.99c.33.57.35 1.23.11 1.79c.27.27.56.53.87.76l1.52-3.39c-.47-.58-.75-1.32-.75-2.13c0-1.89 1.55-3.41 3.46-3.41s3.46 1.53 3.46 3.41c0 .82-.29 1.57-.78 2.16l1.5 3.35c.32-.24.62-.5.9-.79c-.22-.55-.2-1.2.12-1.75c.33-.57.9-.92 1.52-.99a7.03 7.03 0 0 0 .09-4.02c-.64-.04-1.26-.39-1.6-1c-.36-.62-.35-1.36-.03-1.95c-.91-.98-2.1-1.71-3.44-2.05C13.4 5.6 12.74 6 12.01 6s-1.39-.41-1.74-1.01a7.05 7.05 0 0 0-3.44 2.03c.33.6.35 1.35-.02 1.98c-.36.62-.99.97-1.65 1m-1.3-.42c-.78-.6-1.02-1.7-.51-2.58s1.58-1.23 2.49-.85a8.53 8.53 0 0 1 4.18-2.42c.13-.98.97-1.73 1.99-1.73s1.85.75 1.98 1.73c1.63.39 3.07 1.24 4.18 2.42a1.99 1.99 0 0 1 2.49.85c.51.88.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.58s-1.58 1.23-2.49.85c-.4.43-.85.81-1.34 1.15l.81 1.8a.854.854 0 0 1-1.56.7l-.75-1.67c-.43.18-.88.33-1.34.44c-.13.98-.97 1.73-1.98 1.73s-1.85-.75-1.98-1.73c-.48-.12-.94-.27-1.38-.46l-.76 1.69c-.14.3-.44.5-.78.5H7.1a.845.845 0 0 1-.77-1.2l.82-1.83a8.7 8.7 0 0 1-1.3-1.12c-.92.38-1.99.03-2.5-.85s-.27-1.98.51-2.58c-.24-.77-.35-1.58-.35-2.42s.11-1.65.35-2.42"/></svg> </template>
CSS
.icon-round-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%22M10.44%2018.75c.37-.46.94-.75%201.57-.75s1.19.29%201.56.75c.39-.09.76-.21%201.12-.36l-1.42-3.18a3.52%203.52%200%200%201-2.56-.02l-1.43%203.19c.37.16.75.29%201.16.37M5.16%2010a7.06%207.06%200%200%200%20.08%204c.63.05%201.22.4%201.56.99c.33.57.35%201.23.11%201.79c.27.27.56.53.87.76l1.52-3.39c-.47-.58-.75-1.32-.75-2.13c0-1.89%201.55-3.41%203.46-3.41s3.46%201.53%203.46%203.41c0%20.82-.29%201.57-.78%202.16l1.5%203.35c.32-.24.62-.5.9-.79c-.22-.55-.2-1.2.12-1.75c.33-.57.9-.92%201.52-.99a7.03%207.03%200%200%200%20.09-4.02c-.64-.04-1.26-.39-1.6-1c-.36-.62-.35-1.36-.03-1.95c-.91-.98-2.1-1.71-3.44-2.05C13.4%205.6%2012.74%206%2012.01%206s-1.39-.41-1.74-1.01a7.05%207.05%200%200%200-3.44%202.03c.33.6.35%201.35-.02%201.98c-.36.62-.99.97-1.65%201m-1.3-.42c-.78-.6-1.02-1.7-.51-2.58s1.58-1.23%202.49-.85a8.53%208.53%200%200%201%204.18-2.42c.13-.98.97-1.73%201.99-1.73s1.85.75%201.98%201.73c1.63.39%203.07%201.24%204.18%202.42a1.99%201.99%200%200%201%202.49.85c.51.88.27%201.98-.51%202.58c.23.77.35%201.58.35%202.42s-.12%201.65-.35%202.42c.78.6%201.02%201.7.51%202.58s-1.58%201.23-2.49.85c-.4.43-.85.81-1.34%201.15l.81%201.8a.854.854%200%200%201-1.56.7l-.75-1.67c-.43.18-.88.33-1.34.44c-.13.98-.97%201.73-1.98%201.73s-1.85-.75-1.98-1.73c-.48-.12-.94-.27-1.38-.46l-.76%201.69c-.14.3-.44.5-.78.5H7.1a.845.845%200%200%201-.77-1.2l.82-1.83a8.7%208.7%200%200%201-1.3-1.12c-.92.38-1.99.03-2.5-.85s-.27-1.98.51-2.58c-.24-.77-.35-1.58-.35-2.42s.11-1.65.35-2.42%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%22M10.44%2018.75c.37-.46.94-.75%201.57-.75s1.19.29%201.56.75c.39-.09.76-.21%201.12-.36l-1.42-3.18a3.52%203.52%200%200%201-2.56-.02l-1.43%203.19c.37.16.75.29%201.16.37M5.16%2010a7.06%207.06%200%200%200%20.08%204c.63.05%201.22.4%201.56.99c.33.57.35%201.23.11%201.79c.27.27.56.53.87.76l1.52-3.39c-.47-.58-.75-1.32-.75-2.13c0-1.89%201.55-3.41%203.46-3.41s3.46%201.53%203.46%203.41c0%20.82-.29%201.57-.78%202.16l1.5%203.35c.32-.24.62-.5.9-.79c-.22-.55-.2-1.2.12-1.75c.33-.57.9-.92%201.52-.99a7.03%207.03%200%200%200%20.09-4.02c-.64-.04-1.26-.39-1.6-1c-.36-.62-.35-1.36-.03-1.95c-.91-.98-2.1-1.71-3.44-2.05C13.4%205.6%2012.74%206%2012.01%206s-1.39-.41-1.74-1.01a7.05%207.05%200%200%200-3.44%202.03c.33.6.35%201.35-.02%201.98c-.36.62-.99.97-1.65%201m-1.3-.42c-.78-.6-1.02-1.7-.51-2.58s1.58-1.23%202.49-.85a8.53%208.53%200%200%201%204.18-2.42c.13-.98.97-1.73%201.99-1.73s1.85.75%201.98%201.73c1.63.39%203.07%201.24%204.18%202.42a1.99%201.99%200%200%201%202.49.85c.51.88.27%201.98-.51%202.58c.23.77.35%201.58.35%202.42s-.12%201.65-.35%202.42c.78.6%201.02%201.7.51%202.58s-1.58%201.23-2.49.85c-.4.43-.85.81-1.34%201.15l.81%201.8a.854.854%200%200%201-1.56.7l-.75-1.67c-.43.18-.88.33-1.34.44c-.13.98-.97%201.73-1.98%201.73s-1.85-.75-1.98-1.73c-.48-.12-.94-.27-1.38-.46l-.76%201.69c-.14.3-.44.5-.78.5H7.1a.845.845%200%200%201-.77-1.2l.82-1.83a8.7%208.7%200%200%201-1.3-1.12c-.92.38-1.99.03-2.5-.85s-.27-1.98.51-2.58c-.24-.77-.35-1.58-.35-2.42s.11-1.65.35-2.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-attractions.svg?color=%231a73e8&size=48