round sentiment very satisfied icon

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

Name
round-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 round 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="m8.88 9.94l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.88-.88a.996.996 0 0 0-1.41 0l-.89.88c-.29.29-.29.77 0 1.06s.77.29 1.06 0zM12 17.5c2.03 0 3.8-1.11 4.75-2.75a.503.503 0 0 0-.44-.75H7.69c-.38 0-.63.42-.44.75A5.49 5.49 0 0 0 12 17.5m1.53-7.03c.29.29.77.29 1.06 0l.53-.53l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.88-.88a.996.996 0 0 0-1.41 0l-.88.88c-.3.29-.3.77-.01 1.06M11.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 8"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSentimentVerySatisfied(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="m8.88 9.94l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.88-.88a.996.996 0 0 0-1.41 0l-.89.88c-.29.29-.29.77 0 1.06s.77.29 1.06 0zM12 17.5c2.03 0 3.8-1.11 4.75-2.75a.503.503 0 0 0-.44-.75H7.69c-.38 0-.63.42-.44.75A5.49 5.49 0 0 0 12 17.5m1.53-7.03c.29.29.77.29 1.06 0l.53-.53l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.88-.88a.996.996 0 0 0-1.41 0l-.88.88c-.3.29-.3.77-.01 1.06M11.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 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="m8.88 9.94l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.88-.88a.996.996 0 0 0-1.41 0l-.89.88c-.29.29-.29.77 0 1.06s.77.29 1.06 0zM12 17.5c2.03 0 3.8-1.11 4.75-2.75a.503.503 0 0 0-.44-.75H7.69c-.38 0-.63.42-.44.75A5.49 5.49 0 0 0 12 17.5m1.53-7.03c.29.29.77.29 1.06 0l.53-.53l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.88-.88a.996.996 0 0 0-1.41 0l-.88.88c-.3.29-.3.77-.01 1.06M11.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 8"/></svg>
</template>

CSS

.icon-round-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%22m8.88%209.94l.53.53c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.88-.88a.996.996%200%200%200-1.41%200l-.89.88c-.29.29-.29.77%200%201.06s.77.29%201.06%200zM12%2017.5c2.03%200%203.8-1.11%204.75-2.75a.503.503%200%200%200-.44-.75H7.69c-.38%200-.63.42-.44.75A5.49%205.49%200%200%200%2012%2017.5m1.53-7.03c.29.29.77.29%201.06%200l.53-.53l.53.53c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.88-.88a.996.996%200%200%200-1.41%200l-.88.88c-.3.29-.3.77-.01%201.06M11.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%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%22m8.88%209.94l.53.53c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.88-.88a.996.996%200%200%200-1.41%200l-.89.88c-.29.29-.29.77%200%201.06s.77.29%201.06%200zM12%2017.5c2.03%200%203.8-1.11%204.75-2.75a.503.503%200%200%200-.44-.75H7.69c-.38%200-.63.42-.44.75A5.49%205.49%200%200%200%2012%2017.5m1.53-7.03c.29.29.77.29%201.06%200l.53-.53l.53.53c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.88-.88a.996.996%200%200%200-1.41%200l-.88.88c-.3.29-.3.77-.01%201.06M11.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%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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