emoticon-remove-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
emoticon-remove-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the emoticon remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.88 15.46L19 17.59l2.12-2.12l1.42 1.41L20.41 19l2.13 2.12l-1.42 1.42L19 20.41l-2.12 2.13l-1.42-1.42L17.59 19l-2.12-2.12zM12 17.5c-2.33 0-4.31-1.46-5.11-3.5h8.8a5.94 5.94 0 0 0-2.46 3.36c-.4.09-.81.14-1.23.14M8.5 11C7.67 11 7 10.33 7 9.5S7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11m7 0c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M12 20l1.07-.07c.11.68.33 1.33.65 1.92c-.56.1-1.14.15-1.72.15c-5.53 0-10-4.5-10-10S6.47 2 12 2c5.5 0 10 4.5 10 10c0 .59-.05 1.16-.15 1.72c-.59-.32-1.23-.54-1.92-.65L20 12c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmoticonRemoveOutline(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="M16.88 15.46L19 17.59l2.12-2.12l1.42 1.41L20.41 19l2.13 2.12l-1.42 1.42L19 20.41l-2.12 2.13l-1.42-1.42L17.59 19l-2.12-2.12zM12 17.5c-2.33 0-4.31-1.46-5.11-3.5h8.8a5.94 5.94 0 0 0-2.46 3.36c-.4.09-.81.14-1.23.14M8.5 11C7.67 11 7 10.33 7 9.5S7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11m7 0c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M12 20l1.07-.07c.11.68.33 1.33.65 1.92c-.56.1-1.14.15-1.72.15c-5.53 0-10-4.5-10-10S6.47 2 12 2c5.5 0 10 4.5 10 10c0 .59-.05 1.16-.15 1.72c-.59-.32-1.23-.54-1.92-.65L20 12c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 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="M16.88 15.46L19 17.59l2.12-2.12l1.42 1.41L20.41 19l2.13 2.12l-1.42 1.42L19 20.41l-2.12 2.13l-1.42-1.42L17.59 19l-2.12-2.12zM12 17.5c-2.33 0-4.31-1.46-5.11-3.5h8.8a5.94 5.94 0 0 0-2.46 3.36c-.4.09-.81.14-1.23.14M8.5 11C7.67 11 7 10.33 7 9.5S7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11m7 0c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M12 20l1.07-.07c.11.68.33 1.33.65 1.92c-.56.1-1.14.15-1.72.15c-5.53 0-10-4.5-10-10S6.47 2 12 2c5.5 0 10 4.5 10 10c0 .59-.05 1.16-.15 1.72c-.59-.32-1.23-.54-1.92-.65L20 12c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8"/></svg>
</template>

CSS

.icon-emoticon-remove-outline {
  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%22M16.88%2015.46L19%2017.59l2.12-2.12l1.42%201.41L20.41%2019l2.13%202.12l-1.42%201.42L19%2020.41l-2.12%202.13l-1.42-1.42L17.59%2019l-2.12-2.12zM12%2017.5c-2.33%200-4.31-1.46-5.11-3.5h8.8a5.94%205.94%200%200%200-2.46%203.36c-.4.09-.81.14-1.23.14M8.5%2011C7.67%2011%207%2010.33%207%209.5S7.67%208%208.5%208s1.5.67%201.5%201.5S9.33%2011%208.5%2011m7%200c-.83%200-1.5-.67-1.5-1.5S14.67%208%2015.5%208s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5M12%2020l1.07-.07c.11.68.33%201.33.65%201.92c-.56.1-1.14.15-1.72.15c-5.53%200-10-4.5-10-10S6.47%202%2012%202c5.5%200%2010%204.5%2010%2010c0%20.59-.05%201.16-.15%201.72c-.59-.32-1.23-.54-1.92-.65L20%2012c0-4.42-3.58-8-8-8s-8%203.58-8%208s3.58%208%208%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%22M16.88%2015.46L19%2017.59l2.12-2.12l1.42%201.41L20.41%2019l2.13%202.12l-1.42%201.42L19%2020.41l-2.12%202.13l-1.42-1.42L17.59%2019l-2.12-2.12zM12%2017.5c-2.33%200-4.31-1.46-5.11-3.5h8.8a5.94%205.94%200%200%200-2.46%203.36c-.4.09-.81.14-1.23.14M8.5%2011C7.67%2011%207%2010.33%207%209.5S7.67%208%208.5%208s1.5.67%201.5%201.5S9.33%2011%208.5%2011m7%200c-.83%200-1.5-.67-1.5-1.5S14.67%208%2015.5%208s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5M12%2020l1.07-.07c.11.68.33%201.33.65%201.92c-.56.1-1.14.15-1.72.15c-5.53%200-10-4.5-10-10S6.47%202%2012%202c5.5%200%2010%204.5%2010%2010c0%20.59-.05%201.16-.15%201.72c-.59-.32-1.23-.54-1.92-.65L20%2012c0-4.42-3.58-8-8-8s-8%203.58-8%208s3.58%208%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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