twotone sentiment very satisfied icon

twotone-sentiment-very-satisfied from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-sentiment-very-satisfied
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone sentiment very satisfied icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8M8.88 7.82L11 9.94L9.94 11L8.88 9.94L7.82 11L6.76 9.94zM12 17.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5m4.18-6.5l-1.06-1.06L14.06 11L13 9.94l2.12-2.12l2.12 2.12z" opacity=".3"/><path fill="currentColor" d="M8.88 9.94L9.94 11L11 9.94L8.88 7.82L6.76 9.94L7.82 11zm4.12 0L14.06 11l1.06-1.06L16.18 11l1.06-1.06l-2.12-2.12zM11.99 2C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8m0-2.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSentimentVerySatisfied(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="M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8M8.88 7.82L11 9.94L9.94 11L8.88 9.94L7.82 11L6.76 9.94zM12 17.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5m4.18-6.5l-1.06-1.06L14.06 11L13 9.94l2.12-2.12l2.12 2.12z" opacity=".3"/><path fill="currentColor" d="M8.88 9.94L9.94 11L11 9.94L8.88 7.82L6.76 9.94L7.82 11zm4.12 0L14.06 11l1.06-1.06L16.18 11l1.06-1.06l-2.12-2.12zM11.99 2C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8m0-2.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8M8.88 7.82L11 9.94L9.94 11L8.88 9.94L7.82 11L6.76 9.94zM12 17.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5m4.18-6.5l-1.06-1.06L14.06 11L13 9.94l2.12-2.12l2.12 2.12z" opacity=".3"/><path fill="currentColor" d="M8.88 9.94L9.94 11L11 9.94L8.88 7.82L6.76 9.94L7.82 11zm4.12 0L14.06 11l1.06-1.06L16.18 11l1.06-1.06l-2.12-2.12zM11.99 2C6.47 2 2 6.47 2 12s4.47 10 9.99 10S22 17.53 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8m0-2.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5"/></svg>
</template>

CSS

.icon-twotone-sentiment-very-satisfied {
  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%22M12%204c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8s-3.58-8-8-8M8.88%207.82L11%209.94L9.94%2011L8.88%209.94L7.82%2011L6.76%209.94zM12%2017.5c-2.33%200-4.31-1.46-5.11-3.5h10.22c-.8%202.04-2.78%203.5-5.11%203.5m4.18-6.5l-1.06-1.06L14.06%2011L13%209.94l2.12-2.12l2.12%202.12z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.88%209.94L9.94%2011L11%209.94L8.88%207.82L6.76%209.94L7.82%2011zm4.12%200L14.06%2011l1.06-1.06L16.18%2011l1.06-1.06l-2.12-2.12zM11.99%202C6.47%202%202%206.47%202%2012s4.47%2010%209.99%2010S22%2017.53%2022%2012S17.52%202%2011.99%202M12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8s8%203.58%208%208s-3.58%208-8%208m0-2.5c2.33%200%204.31-1.46%205.11-3.5H6.89c.8%202.04%202.78%203.5%205.11%203.5%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%22M12%204c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8s-3.58-8-8-8M8.88%207.82L11%209.94L9.94%2011L8.88%209.94L7.82%2011L6.76%209.94zM12%2017.5c-2.33%200-4.31-1.46-5.11-3.5h10.22c-.8%202.04-2.78%203.5-5.11%203.5m4.18-6.5l-1.06-1.06L14.06%2011L13%209.94l2.12-2.12l2.12%202.12z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.88%209.94L9.94%2011L11%209.94L8.88%207.82L6.76%209.94L7.82%2011zm4.12%200L14.06%2011l1.06-1.06L16.18%2011l1.06-1.06l-2.12-2.12zM11.99%202C6.47%202%202%206.47%202%2012s4.47%2010%209.99%2010S22%2017.53%2022%2012S17.52%202%2011.99%202M12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8s8%203.58%208%208s-3.58%208-8%208m0-2.5c2.33%200%204.31-1.46%205.11-3.5H6.89c.8%202.04%202.78%203.5%205.11%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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