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

Name
sharp-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 sharp 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.005 3.005 0 0 1 5 23c-1.66 0-3-1.34-3-3s1.34-3 3-3c.95 0 1.78.45 2.33 1.14A6.97 6.97 0 0 0 10.91 13h-3.1C7.4 14.16 6.3 15 5 15c-1.66 0-3-1.34-3-3s1.34-3 3-3c1.3 0 2.4.84 2.82 2h3.1c-.32-2.23-1.69-4.1-3.59-5.14C6.78 6.55 5.95 7 5 7C3.34 7 2 5.66 2 4s1.34-3 3-3a2.99 2.99 0 0 1 2.99 2.95A8.97 8.97 0 0 1 12.93 11H18V8l4 4l-4 4z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpMediation(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.005 3.005 0 0 1 5 23c-1.66 0-3-1.34-3-3s1.34-3 3-3c.95 0 1.78.45 2.33 1.14A6.97 6.97 0 0 0 10.91 13h-3.1C7.4 14.16 6.3 15 5 15c-1.66 0-3-1.34-3-3s1.34-3 3-3c1.3 0 2.4.84 2.82 2h3.1c-.32-2.23-1.69-4.1-3.59-5.14C6.78 6.55 5.95 7 5 7C3.34 7 2 5.66 2 4s1.34-3 3-3a2.99 2.99 0 0 1 2.99 2.95A8.97 8.97 0 0 1 12.93 11H18V8l4 4l-4 4z"/></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.005 3.005 0 0 1 5 23c-1.66 0-3-1.34-3-3s1.34-3 3-3c.95 0 1.78.45 2.33 1.14A6.97 6.97 0 0 0 10.91 13h-3.1C7.4 14.16 6.3 15 5 15c-1.66 0-3-1.34-3-3s1.34-3 3-3c1.3 0 2.4.84 2.82 2h3.1c-.32-2.23-1.69-4.1-3.59-5.14C6.78 6.55 5.95 7 5 7C3.34 7 2 5.66 2 4s1.34-3 3-3a2.99 2.99 0 0 1 2.99 2.95A8.97 8.97 0 0 1 12.93 11H18V8l4 4l-4 4z"/></svg>
</template>

CSS

.icon-sharp-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.005%203.005%200%200%201%205%2023c-1.66%200-3-1.34-3-3s1.34-3%203-3c.95%200%201.78.45%202.33%201.14A6.97%206.97%200%200%200%2010.91%2013h-3.1C7.4%2014.16%206.3%2015%205%2015c-1.66%200-3-1.34-3-3s1.34-3%203-3c1.3%200%202.4.84%202.82%202h3.1c-.32-2.23-1.69-4.1-3.59-5.14C6.78%206.55%205.95%207%205%207C3.34%207%202%205.66%202%204s1.34-3%203-3a2.99%202.99%200%200%201%202.99%202.95A8.97%208.97%200%200%201%2012.93%2011H18V8l4%204l-4%204z%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.005%203.005%200%200%201%205%2023c-1.66%200-3-1.34-3-3s1.34-3%203-3c.95%200%201.78.45%202.33%201.14A6.97%206.97%200%200%200%2010.91%2013h-3.1C7.4%2014.16%206.3%2015%205%2015c-1.66%200-3-1.34-3-3s1.34-3%203-3c1.3%200%202.4.84%202.82%202h3.1c-.32-2.23-1.69-4.1-3.59-5.14C6.78%206.55%205.95%207%205%207C3.34%207%202%205.66%202%204s1.34-3%203-3a2.99%202.99%200%200%201%202.99%202.95A8.97%208.97%200%200%201%2012.93%2011H18V8l4%204l-4%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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