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

Name
round-mediation
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round mediation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13h-5.06A8.97 8.97 0 0 1 8 20.05a3.003 3.003 0 0 1-3.55 2.9c-1.2-.21-2.19-1.2-2.4-2.4A2.998 2.998 0 0 1 5 17c.95 0 1.78.45 2.33 1.14A6.97 6.97 0 0 0 10.91 13h-3.1a2.996 2.996 0 0 1-3.42 1.94c-1.18-.23-2.13-1.2-2.35-2.38A3.013 3.013 0 0 1 5 9c1.3 0 2.4.84 2.82 2h3.1c-.32-2.23-1.69-4.1-3.59-5.14c-.64.8-1.67 1.28-2.81 1.1c-1.23-.19-2.26-1.19-2.47-2.42A3.005 3.005 0 0 1 5 1a2.99 2.99 0 0 1 2.99 2.95A8.97 8.97 0 0 1 12.93 11H18V9.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79a.5.5 0 0 1-.85-.36z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundMediation(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="M18 13h-5.06A8.97 8.97 0 0 1 8 20.05a3.003 3.003 0 0 1-3.55 2.9c-1.2-.21-2.19-1.2-2.4-2.4A2.998 2.998 0 0 1 5 17c.95 0 1.78.45 2.33 1.14A6.97 6.97 0 0 0 10.91 13h-3.1a2.996 2.996 0 0 1-3.42 1.94c-1.18-.23-2.13-1.2-2.35-2.38A3.013 3.013 0 0 1 5 9c1.3 0 2.4.84 2.82 2h3.1c-.32-2.23-1.69-4.1-3.59-5.14c-.64.8-1.67 1.28-2.81 1.1c-1.23-.19-2.26-1.19-2.47-2.42A3.005 3.005 0 0 1 5 1a2.99 2.99 0 0 1 2.99 2.95A8.97 8.97 0 0 1 12.93 11H18V9.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79a.5.5 0 0 1-.85-.36z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13h-5.06A8.97 8.97 0 0 1 8 20.05a3.003 3.003 0 0 1-3.55 2.9c-1.2-.21-2.19-1.2-2.4-2.4A2.998 2.998 0 0 1 5 17c.95 0 1.78.45 2.33 1.14A6.97 6.97 0 0 0 10.91 13h-3.1a2.996 2.996 0 0 1-3.42 1.94c-1.18-.23-2.13-1.2-2.35-2.38A3.013 3.013 0 0 1 5 9c1.3 0 2.4.84 2.82 2h3.1c-.32-2.23-1.69-4.1-3.59-5.14c-.64.8-1.67 1.28-2.81 1.1c-1.23-.19-2.26-1.19-2.47-2.42A3.005 3.005 0 0 1 5 1a2.99 2.99 0 0 1 2.99 2.95A8.97 8.97 0 0 1 12.93 11H18V9.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79a.5.5 0 0 1-.85-.36z"/></svg>
</template>

CSS

.icon-round-mediation {
  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%22M18%2013h-5.06A8.97%208.97%200%200%201%208%2020.05a3.003%203.003%200%200%201-3.55%202.9c-1.2-.21-2.19-1.2-2.4-2.4A2.998%202.998%200%200%201%205%2017c.95%200%201.78.45%202.33%201.14A6.97%206.97%200%200%200%2010.91%2013h-3.1a2.996%202.996%200%200%201-3.42%201.94c-1.18-.23-2.13-1.2-2.35-2.38A3.013%203.013%200%200%201%205%209c1.3%200%202.4.84%202.82%202h3.1c-.32-2.23-1.69-4.1-3.59-5.14c-.64.8-1.67%201.28-2.81%201.1c-1.23-.19-2.26-1.19-2.47-2.42A3.005%203.005%200%200%201%205%201a2.99%202.99%200%200%201%202.99%202.95A8.97%208.97%200%200%201%2012.93%2011H18V9.21c0-.45.54-.67.85-.35l2.79%202.79c.2.2.2.51%200%20.71l-2.79%202.79a.5.5%200%200%201-.85-.36z%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%22M18%2013h-5.06A8.97%208.97%200%200%201%208%2020.05a3.003%203.003%200%200%201-3.55%202.9c-1.2-.21-2.19-1.2-2.4-2.4A2.998%202.998%200%200%201%205%2017c.95%200%201.78.45%202.33%201.14A6.97%206.97%200%200%200%2010.91%2013h-3.1a2.996%202.996%200%200%201-3.42%201.94c-1.18-.23-2.13-1.2-2.35-2.38A3.013%203.013%200%200%201%205%209c1.3%200%202.4.84%202.82%202h3.1c-.32-2.23-1.69-4.1-3.59-5.14c-.64.8-1.67%201.28-2.81%201.1c-1.23-.19-2.26-1.19-2.47-2.42A3.005%203.005%200%200%201%205%201a2.99%202.99%200%200%201%202.99%202.95A8.97%208.97%200%200%201%2012.93%2011H18V9.21c0-.45.54-.67.85-.35l2.79%202.79c.2.2.2.51%200%20.71l-2.79%202.79a.5.5%200%200%201-.85-.36z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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