emoticon-minus from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
emoticon-minus
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the emoticon minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18h8v2h-8zM12 2c5.5 0 10 4.5 10 10c0 .59-.05 1.16-.15 1.72C21 13.26 20.03 13 19 13c-1.23 0-2.37.37-3.32 1H6.89c.8 2.04 2.78 3.5 5.11 3.5c.42 0 .83-.05 1.23-.14a5.97 5.97 0 0 0 .49 4.49c-.56.1-1.13.15-1.72.15c-5.5 0-10-4.5-10-10S6.47 2 12 2m3.5 6c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S16.33 8 15.5 8m-7 0C7.67 8 7 8.67 7 9.5S7.67 11 8.5 11s1.5-.67 1.5-1.5S9.33 8 8.5 8"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmoticonMinus(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="M15 18h8v2h-8zM12 2c5.5 0 10 4.5 10 10c0 .59-.05 1.16-.15 1.72C21 13.26 20.03 13 19 13c-1.23 0-2.37.37-3.32 1H6.89c.8 2.04 2.78 3.5 5.11 3.5c.42 0 .83-.05 1.23-.14a5.97 5.97 0 0 0 .49 4.49c-.56.1-1.13.15-1.72.15c-5.5 0-10-4.5-10-10S6.47 2 12 2m3.5 6c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S16.33 8 15.5 8m-7 0C7.67 8 7 8.67 7 9.5S7.67 11 8.5 11s1.5-.67 1.5-1.5S9.33 8 8.5 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18h8v2h-8zM12 2c5.5 0 10 4.5 10 10c0 .59-.05 1.16-.15 1.72C21 13.26 20.03 13 19 13c-1.23 0-2.37.37-3.32 1H6.89c.8 2.04 2.78 3.5 5.11 3.5c.42 0 .83-.05 1.23-.14a5.97 5.97 0 0 0 .49 4.49c-.56.1-1.13.15-1.72.15c-5.5 0-10-4.5-10-10S6.47 2 12 2m3.5 6c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S16.33 8 15.5 8m-7 0C7.67 8 7 8.67 7 9.5S7.67 11 8.5 11s1.5-.67 1.5-1.5S9.33 8 8.5 8"/></svg>
</template>

CSS

.icon-emoticon-minus {
  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%22M15%2018h8v2h-8zM12%202c5.5%200%2010%204.5%2010%2010c0%20.59-.05%201.16-.15%201.72C21%2013.26%2020.03%2013%2019%2013c-1.23%200-2.37.37-3.32%201H6.89c.8%202.04%202.78%203.5%205.11%203.5c.42%200%20.83-.05%201.23-.14a5.97%205.97%200%200%200%20.49%204.49c-.56.1-1.13.15-1.72.15c-5.5%200-10-4.5-10-10S6.47%202%2012%202m3.5%206c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5S16.33%208%2015.5%208m-7%200C7.67%208%207%208.67%207%209.5S7.67%2011%208.5%2011s1.5-.67%201.5-1.5S9.33%208%208.5%208%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%22M15%2018h8v2h-8zM12%202c5.5%200%2010%204.5%2010%2010c0%20.59-.05%201.16-.15%201.72C21%2013.26%2020.03%2013%2019%2013c-1.23%200-2.37.37-3.32%201H6.89c.8%202.04%202.78%203.5%205.11%203.5c.42%200%20.83-.05%201.23-.14a5.97%205.97%200%200%200%20.49%204.49c-.56.1-1.13.15-1.72.15c-5.5%200-10-4.5-10-10S6.47%202%2012%202m3.5%206c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5S16.33%208%2015.5%208m-7%200C7.67%208%207%208.67%207%209.5S7.67%2011%208.5%2011s1.5-.67%201.5-1.5S9.33%208%208.5%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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