calm icon
calm-outline from Health Icons by Resolve to Save Lives · Outline · Emotions · MIT Free for personal and commercial use.
- Name
- calm-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Emotions
- Viewbox
- 48×48
- License
- MIT
- Aliases
- calm2x-outline
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 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M30.368 33.494a2.9 2.9 0 0 0 .472-.878c.105-.308.189-.703.15-1.107c-.04-.416-.23-.956-.779-1.277c-.508-.297-1.096-.268-1.616-.138l-.014.004c-2.396.636-3.569.899-4.704.894c-1.138-.005-2.285-.28-4.639-.893c-.454-.128-.995-.159-1.476.13c-.497.3-.682.788-.738 1.155c-.055.364-.008.727.067 1.02c.076.296.201.602.371.855a3.4 3.4 0 0 0 .372.439C19.157 35.146 21.496 36 24.014 36c2.622 0 5.067-.93 6.354-2.506m-6.5-.502c1.406.006 2.797-.319 5.035-.91l-.03.06a1 1 0 0 1-.054.087c-.786.963-2.56 1.771-4.806 1.771c-2.142 0-3.868-.738-4.703-1.651l-.084-.09l-.002-.002l-.102-.113l-.002-.004l-.004-.006c2.066.536 3.395.852 4.752.858" clip-rule="evenodd"/><path d="M13.743 24.35c-.12.738.381 1.445 1.064 1.883c.714.457 1.731.707 2.93.53a3.8 3.8 0 0 0 2.653-1.665c.505-.764.712-1.693.48-2.382a.5.5 0 0 0-.818-.203c-1.795 1.704-3.823 2.123-5.642 1.448a.5.5 0 0 0-.667.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.665c-.505-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .667.39"/><path fill-rule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCalmOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M30.368 33.494a2.9 2.9 0 0 0 .472-.878c.105-.308.189-.703.15-1.107c-.04-.416-.23-.956-.779-1.277c-.508-.297-1.096-.268-1.616-.138l-.014.004c-2.396.636-3.569.899-4.704.894c-1.138-.005-2.285-.28-4.639-.893c-.454-.128-.995-.159-1.476.13c-.497.3-.682.788-.738 1.155c-.055.364-.008.727.067 1.02c.076.296.201.602.371.855a3.4 3.4 0 0 0 .372.439C19.157 35.146 21.496 36 24.014 36c2.622 0 5.067-.93 6.354-2.506m-6.5-.502c1.406.006 2.797-.319 5.035-.91l-.03.06a1 1 0 0 1-.054.087c-.786.963-2.56 1.771-4.806 1.771c-2.142 0-3.868-.738-4.703-1.651l-.084-.09l-.002-.002l-.102-.113l-.002-.004l-.004-.006c2.066.536 3.395.852 4.752.858" clipRule="evenodd"/><path d="M13.743 24.35c-.12.738.381 1.445 1.064 1.883c.714.457 1.731.707 2.93.53a3.8 3.8 0 0 0 2.653-1.665c.505-.764.712-1.693.48-2.382a.5.5 0 0 0-.818-.203c-1.795 1.704-3.823 2.123-5.642 1.448a.5.5 0 0 0-.667.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.665c-.505-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .667.39"/><path fillRule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M30.368 33.494a2.9 2.9 0 0 0 .472-.878c.105-.308.189-.703.15-1.107c-.04-.416-.23-.956-.779-1.277c-.508-.297-1.096-.268-1.616-.138l-.014.004c-2.396.636-3.569.899-4.704.894c-1.138-.005-2.285-.28-4.639-.893c-.454-.128-.995-.159-1.476.13c-.497.3-.682.788-.738 1.155c-.055.364-.008.727.067 1.02c.076.296.201.602.371.855a3.4 3.4 0 0 0 .372.439C19.157 35.146 21.496 36 24.014 36c2.622 0 5.067-.93 6.354-2.506m-6.5-.502c1.406.006 2.797-.319 5.035-.91l-.03.06a1 1 0 0 1-.054.087c-.786.963-2.56 1.771-4.806 1.771c-2.142 0-3.868-.738-4.703-1.651l-.084-.09l-.002-.002l-.102-.113l-.002-.004l-.004-.006c2.066.536 3.395.852 4.752.858" clip-rule="evenodd"/><path d="M13.743 24.35c-.12.738.381 1.445 1.064 1.883c.714.457 1.731.707 2.93.53a3.8 3.8 0 0 0 2.653-1.665c.505-.764.712-1.693.48-2.382a.5.5 0 0 0-.818-.203c-1.795 1.704-3.823 2.123-5.642 1.448a.5.5 0 0 0-.667.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.665c-.505-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .667.39"/><path fill-rule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-calm-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M30.368%2033.494a2.9%202.9%200%200%200%20.472-.878c.105-.308.189-.703.15-1.107c-.04-.416-.23-.956-.779-1.277c-.508-.297-1.096-.268-1.616-.138l-.014.004c-2.396.636-3.569.899-4.704.894c-1.138-.005-2.285-.28-4.639-.893c-.454-.128-.995-.159-1.476.13c-.497.3-.682.788-.738%201.155c-.055.364-.008.727.067%201.02c.076.296.201.602.371.855a3.4%203.4%200%200%200%20.372.439C19.157%2035.146%2021.496%2036%2024.014%2036c2.622%200%205.067-.93%206.354-2.506m-6.5-.502c1.406.006%202.797-.319%205.035-.91l-.03.06a1%201%200%200%201-.054.087c-.786.963-2.56%201.771-4.806%201.771c-2.142%200-3.868-.738-4.703-1.651l-.084-.09l-.002-.002l-.102-.113l-.002-.004l-.004-.006c2.066.536%203.395.852%204.752.858%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.743%2024.35c-.12.738.381%201.445%201.064%201.883c.714.457%201.731.707%202.93.53a3.8%203.8%200%200%200%202.653-1.665c.505-.764.712-1.693.48-2.382a.5.5%200%200%200-.818-.203c-1.795%201.704-3.823%202.123-5.642%201.448a.5.5%200%200%200-.667.39m20.076-.001c.119.738-.382%201.445-1.065%201.883c-.714.457-1.731.707-2.93.53a3.8%203.8%200%200%201-2.653-1.665c-.505-.764-.712-1.693-.48-2.382a.5.5%200%200%201%20.818-.203c1.796%201.704%203.824%202.123%205.642%201.448a.5.5%200%200%201%20.667.39%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m-2%200c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M30.368%2033.494a2.9%202.9%200%200%200%20.472-.878c.105-.308.189-.703.15-1.107c-.04-.416-.23-.956-.779-1.277c-.508-.297-1.096-.268-1.616-.138l-.014.004c-2.396.636-3.569.899-4.704.894c-1.138-.005-2.285-.28-4.639-.893c-.454-.128-.995-.159-1.476.13c-.497.3-.682.788-.738%201.155c-.055.364-.008.727.067%201.02c.076.296.201.602.371.855a3.4%203.4%200%200%200%20.372.439C19.157%2035.146%2021.496%2036%2024.014%2036c2.622%200%205.067-.93%206.354-2.506m-6.5-.502c1.406.006%202.797-.319%205.035-.91l-.03.06a1%201%200%200%201-.054.087c-.786.963-2.56%201.771-4.806%201.771c-2.142%200-3.868-.738-4.703-1.651l-.084-.09l-.002-.002l-.102-.113l-.002-.004l-.004-.006c2.066.536%203.395.852%204.752.858%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.743%2024.35c-.12.738.381%201.445%201.064%201.883c.714.457%201.731.707%202.93.53a3.8%203.8%200%200%200%202.653-1.665c.505-.764.712-1.693.48-2.382a.5.5%200%200%200-.818-.203c-1.795%201.704-3.823%202.123-5.642%201.448a.5.5%200%200%200-.667.39m20.076-.001c.119.738-.382%201.445-1.065%201.883c-.714.457-1.731.707-2.93.53a3.8%203.8%200%200%201-2.653-1.665c-.505-.764-.712-1.693-.48-2.382a.5.5%200%200%201%20.818-.203c1.796%201.704%203.824%202.123%205.642%201.448a.5.5%200%200%201%20.667.39%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m-2%200c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48