round sentiment very dissatisfied icon

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

Name
round-sentiment-very-dissatisfied
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 dissatisfied icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13.5c-2.03 0-3.8 1.11-4.75 2.75c-.19.33.06.75.44.75h8.62c.38 0 .63-.42.44-.75A5.49 5.49 0 0 0 12 13.5m-3.65-2.03l.53-.53l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.53-.53l.53-.53c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.53.53l-.53-.53a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.53.53l-.53.53c-.29.29-.29.77 0 1.06s.77.29 1.06 0M11.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 8m3.65-11.71l-.53.53l-.53-.53a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.53.53l-.53.53c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.53-.53l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.53-.53l.53-.53c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSentimentVeryDissatisfied(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 13.5c-2.03 0-3.8 1.11-4.75 2.75c-.19.33.06.75.44.75h8.62c.38 0 .63-.42.44-.75A5.49 5.49 0 0 0 12 13.5m-3.65-2.03l.53-.53l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.53-.53l.53-.53c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.53.53l-.53-.53a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.53.53l-.53.53c-.29.29-.29.77 0 1.06s.77.29 1.06 0M11.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 8m3.65-11.71l-.53.53l-.53-.53a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.53.53l-.53.53c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.53-.53l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.53-.53l.53-.53c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0"/></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 13.5c-2.03 0-3.8 1.11-4.75 2.75c-.19.33.06.75.44.75h8.62c.38 0 .63-.42.44-.75A5.49 5.49 0 0 0 12 13.5m-3.65-2.03l.53-.53l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.53-.53l.53-.53c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.53.53l-.53-.53a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.53.53l-.53.53c-.29.29-.29.77 0 1.06s.77.29 1.06 0M11.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 8m3.65-11.71l-.53.53l-.53-.53a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.53.53l-.53.53c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.53-.53l.53.53c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.53-.53l.53-.53c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0"/></svg>
</template>

CSS

.icon-round-sentiment-very-dissatisfied {
  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%2013.5c-2.03%200-3.8%201.11-4.75%202.75c-.19.33.06.75.44.75h8.62c.38%200%20.63-.42.44-.75A5.49%205.49%200%200%200%2012%2013.5m-3.65-2.03l.53-.53l.53.53c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.53-.53l.53-.53c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200l-.53.53l-.53-.53a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l.53.53l-.53.53c-.29.29-.29.77%200%201.06s.77.29%201.06%200M11.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%208m3.65-11.71l-.53.53l-.53-.53a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l.53.53l-.53.53c-.29.29-.29.77%200%201.06s.77.29%201.06%200l.53-.53l.53.53c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.53-.53l.53-.53c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200%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%2013.5c-2.03%200-3.8%201.11-4.75%202.75c-.19.33.06.75.44.75h8.62c.38%200%20.63-.42.44-.75A5.49%205.49%200%200%200%2012%2013.5m-3.65-2.03l.53-.53l.53.53c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.53-.53l.53-.53c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200l-.53.53l-.53-.53a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l.53.53l-.53.53c-.29.29-.29.77%200%201.06s.77.29%201.06%200M11.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%208m3.65-11.71l-.53.53l-.53-.53a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l.53.53l-.53.53c-.29.29-.29.77%200%201.06s.77.29%201.06%200l.53-.53l.53.53c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.53-.53l.53-.53c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200%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-dissatisfied.svg?color=%231a73e8&size=48