round all inclusive icon

round-all-inclusive from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
round-all-inclusive
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the round all inclusive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.22 6.86c-2-.6-4.06-.04-5.39 1.29L12 10.66L10.48 12h.01L7.8 14.39c-.81.81-1.95 1.15-3.12.92a3.35 3.35 0 0 1-2.57-2.49a3.39 3.39 0 0 1 3.29-4.2c.91 0 1.76.35 2.44 1.03l.47.41c.38.34.95.34 1.33 0c.45-.4.45-1.1 0-1.5l-.42-.36A5.37 5.37 0 0 0 5.4 6.62C2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5l.01.01L13.52 12h-.01l2.69-2.39c.81-.81 1.95-1.15 3.12-.92c1.25.25 2.28 1.25 2.57 2.49a3.39 3.39 0 0 1-3.29 4.2c-.9 0-1.76-.35-2.44-1.03l-.48-.42a.995.995 0 0 0-1.33 0c-.45.4-.45 1.1 0 1.5l.42.37a5.4 5.4 0 0 0 3.82 1.57c3.27 0 5.86-2.9 5.33-6.25c-.3-1.99-1.77-3.69-3.7-4.26"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAllInclusive(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.22 6.86c-2-.6-4.06-.04-5.39 1.29L12 10.66L10.48 12h.01L7.8 14.39c-.81.81-1.95 1.15-3.12.92a3.35 3.35 0 0 1-2.57-2.49a3.39 3.39 0 0 1 3.29-4.2c.91 0 1.76.35 2.44 1.03l.47.41c.38.34.95.34 1.33 0c.45-.4.45-1.1 0-1.5l-.42-.36A5.37 5.37 0 0 0 5.4 6.62C2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5l.01.01L13.52 12h-.01l2.69-2.39c.81-.81 1.95-1.15 3.12-.92c1.25.25 2.28 1.25 2.57 2.49a3.39 3.39 0 0 1-3.29 4.2c-.9 0-1.76-.35-2.44-1.03l-.48-.42a.995.995 0 0 0-1.33 0c-.45.4-.45 1.1 0 1.5l.42.37a5.4 5.4 0 0 0 3.82 1.57c3.27 0 5.86-2.9 5.33-6.25c-.3-1.99-1.77-3.69-3.7-4.26"/></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.22 6.86c-2-.6-4.06-.04-5.39 1.29L12 10.66L10.48 12h.01L7.8 14.39c-.81.81-1.95 1.15-3.12.92a3.35 3.35 0 0 1-2.57-2.49a3.39 3.39 0 0 1 3.29-4.2c.91 0 1.76.35 2.44 1.03l.47.41c.38.34.95.34 1.33 0c.45-.4.45-1.1 0-1.5l-.42-.36A5.37 5.37 0 0 0 5.4 6.62C2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5l.01.01L13.52 12h-.01l2.69-2.39c.81-.81 1.95-1.15 3.12-.92c1.25.25 2.28 1.25 2.57 2.49a3.39 3.39 0 0 1-3.29 4.2c-.9 0-1.76-.35-2.44-1.03l-.48-.42a.995.995 0 0 0-1.33 0c-.45.4-.45 1.1 0 1.5l.42.37a5.4 5.4 0 0 0 3.82 1.57c3.27 0 5.86-2.9 5.33-6.25c-.3-1.99-1.77-3.69-3.7-4.26"/></svg>
</template>

CSS

.icon-round-all-inclusive {
  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.22%206.86c-2-.6-4.06-.04-5.39%201.29L12%2010.66L10.48%2012h.01L7.8%2014.39c-.81.81-1.95%201.15-3.12.92a3.35%203.35%200%200%201-2.57-2.49a3.39%203.39%200%200%201%203.29-4.2c.91%200%201.76.35%202.44%201.03l.47.41c.38.34.95.34%201.33%200c.45-.4.45-1.1%200-1.5l-.42-.36A5.37%205.37%200%200%200%205.4%206.62C2.42%206.62%200%209.04%200%2012s2.42%205.38%205.4%205.38c1.44%200%202.8-.56%203.77-1.53l2.83-2.5l.01.01L13.52%2012h-.01l2.69-2.39c.81-.81%201.95-1.15%203.12-.92c1.25.25%202.28%201.25%202.57%202.49a3.39%203.39%200%200%201-3.29%204.2c-.9%200-1.76-.35-2.44-1.03l-.48-.42a.995.995%200%200%200-1.33%200c-.45.4-.45%201.1%200%201.5l.42.37a5.4%205.4%200%200%200%203.82%201.57c3.27%200%205.86-2.9%205.33-6.25c-.3-1.99-1.77-3.69-3.7-4.26%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.22%206.86c-2-.6-4.06-.04-5.39%201.29L12%2010.66L10.48%2012h.01L7.8%2014.39c-.81.81-1.95%201.15-3.12.92a3.35%203.35%200%200%201-2.57-2.49a3.39%203.39%200%200%201%203.29-4.2c.91%200%201.76.35%202.44%201.03l.47.41c.38.34.95.34%201.33%200c.45-.4.45-1.1%200-1.5l-.42-.36A5.37%205.37%200%200%200%205.4%206.62C2.42%206.62%200%209.04%200%2012s2.42%205.38%205.4%205.38c1.44%200%202.8-.56%203.77-1.53l2.83-2.5l.01.01L13.52%2012h-.01l2.69-2.39c.81-.81%201.95-1.15%203.12-.92c1.25.25%202.28%201.25%202.57%202.49a3.39%203.39%200%200%201-3.29%204.2c-.9%200-1.76-.35-2.44-1.03l-.48-.42a.995.995%200%200%200-1.33%200c-.45.4-.45%201.1%200%201.5l.42.37a5.4%205.4%200%200%200%203.82%201.57c3.27%200%205.86-2.9%205.33-6.25c-.3-1.99-1.77-3.69-3.7-4.26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-all-inclusive.svg?color=%231a73e8&size=48