calm-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Emotions · MIT Free for personal and commercial use.

Name
calm-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Emotions
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More emotions icons from Health Icons

Use the calm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17 3.34C12.217.578 6.101 2.217 3.34 7S2.217 17.899 7 20.66S17.9 21.783 20.66 17S21.783 6.101 17 3.34M5.072 8a8 8 0 1 1 13.856 8A8 8 0 0 1 5.072 8" clip-rule="evenodd"/><path d="M8.654 15.068a1 1 0 0 1 1.415.003c.166.167.45.323.839.435c.378.11.779.155 1.092.155s.714-.045 1.092-.155c.388-.112.673-.268.84-.435a1 1 0 0 1 1.417 1.41c-.494.497-1.133.783-1.702.947A6 6 0 0 1 12 17.66a6 6 0 0 1-1.647-.232c-.569-.164-1.208-.45-1.702-.946a1 1 0 0 1 .003-1.414M7.15 10.114c.147.256.652.783 1.35.783s1.203-.527 1.35-.783l1.3.748c-.297.517-1.215 1.535-2.65 1.535s-2.353-1.018-2.65-1.535zm7 0c.147.256.652.783 1.35.783s1.203-.527 1.35-.783l1.3.748c-.297.517-1.215 1.535-2.65 1.535s-2.353-1.018-2.65-1.535z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCalmOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M17 3.34C12.217.578 6.101 2.217 3.34 7S2.217 17.899 7 20.66S17.9 21.783 20.66 17S21.783 6.101 17 3.34M5.072 8a8 8 0 1 1 13.856 8A8 8 0 0 1 5.072 8" clipRule="evenodd"/><path d="M8.654 15.068a1 1 0 0 1 1.415.003c.166.167.45.323.839.435c.378.11.779.155 1.092.155s.714-.045 1.092-.155c.388-.112.673-.268.84-.435a1 1 0 0 1 1.417 1.41c-.494.497-1.133.783-1.702.947A6 6 0 0 1 12 17.66a6 6 0 0 1-1.647-.232c-.569-.164-1.208-.45-1.702-.946a1 1 0 0 1 .003-1.414M7.15 10.114c.147.256.652.783 1.35.783s1.203-.527 1.35-.783l1.3.748c-.297.517-1.215 1.535-2.65 1.535s-2.353-1.018-2.65-1.535zm7 0c.147.256.652.783 1.35.783s1.203-.527 1.35-.783l1.3.748c-.297.517-1.215 1.535-2.65 1.535s-2.353-1.018-2.65-1.535z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17 3.34C12.217.578 6.101 2.217 3.34 7S2.217 17.899 7 20.66S17.9 21.783 20.66 17S21.783 6.101 17 3.34M5.072 8a8 8 0 1 1 13.856 8A8 8 0 0 1 5.072 8" clip-rule="evenodd"/><path d="M8.654 15.068a1 1 0 0 1 1.415.003c.166.167.45.323.839.435c.378.11.779.155 1.092.155s.714-.045 1.092-.155c.388-.112.673-.268.84-.435a1 1 0 0 1 1.417 1.41c-.494.497-1.133.783-1.702.947A6 6 0 0 1 12 17.66a6 6 0 0 1-1.647-.232c-.569-.164-1.208-.45-1.702-.946a1 1 0 0 1 .003-1.414M7.15 10.114c.147.256.652.783 1.35.783s1.203-.527 1.35-.783l1.3.748c-.297.517-1.215 1.535-2.65 1.535s-2.353-1.018-2.65-1.535zm7 0c.147.256.652.783 1.35.783s1.203-.527 1.35-.783l1.3.748c-.297.517-1.215 1.535-2.65 1.535s-2.353-1.018-2.65-1.535z"/></g></svg>
</template>

CSS

.icon-calm-outline-24px {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%203.34C12.217.578%206.101%202.217%203.34%207S2.217%2017.899%207%2020.66S17.9%2021.783%2020.66%2017S21.783%206.101%2017%203.34M5.072%208a8%208%200%201%201%2013.856%208A8%208%200%200%201%205.072%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.654%2015.068a1%201%200%200%201%201.415.003c.166.167.45.323.839.435c.378.11.779.155%201.092.155s.714-.045%201.092-.155c.388-.112.673-.268.84-.435a1%201%200%200%201%201.417%201.41c-.494.497-1.133.783-1.702.947A6%206%200%200%201%2012%2017.66a6%206%200%200%201-1.647-.232c-.569-.164-1.208-.45-1.702-.946a1%201%200%200%201%20.003-1.414M7.15%2010.114c.147.256.652.783%201.35.783s1.203-.527%201.35-.783l1.3.748c-.297.517-1.215%201.535-2.65%201.535s-2.353-1.018-2.65-1.535zm7%200c.147.256.652.783%201.35.783s1.203-.527%201.35-.783l1.3.748c-.297.517-1.215%201.535-2.65%201.535s-2.353-1.018-2.65-1.535z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%203.34C12.217.578%206.101%202.217%203.34%207S2.217%2017.899%207%2020.66S17.9%2021.783%2020.66%2017S21.783%206.101%2017%203.34M5.072%208a8%208%200%201%201%2013.856%208A8%208%200%200%201%205.072%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.654%2015.068a1%201%200%200%201%201.415.003c.166.167.45.323.839.435c.378.11.779.155%201.092.155s.714-.045%201.092-.155c.388-.112.673-.268.84-.435a1%201%200%200%201%201.417%201.41c-.494.497-1.133.783-1.702.947A6%206%200%200%201%2012%2017.66a6%206%200%200%201-1.647-.232c-.569-.164-1.208-.45-1.702-.946a1%201%200%200%201%20.003-1.414M7.15%2010.114c.147.256.652.783%201.35.783s1.203-.527%201.35-.783l1.3.748c-.297.517-1.215%201.535-2.65%201.535s-2.353-1.018-2.65-1.535zm7%200c.147.256.652.783%201.35.783s1.203-.527%201.35-.783l1.3.748c-.297.517-1.215%201.535-2.65%201.535s-2.353-1.018-2.65-1.535z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/calm-outline-24px.svg?color=%231a73e8&size=48