calm icon
calm from Health Icons by Resolve to Save Lives · Filled · Emotions · MIT Free for personal and commercial use.
- Name
- calm
- Set
- Health Icons
- Style
- Filled
- Category
- Emotions
- Viewbox
- 48×48
- 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 48 48"><g fill="currentColor"><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.39m-2.731 8.083c-.167.394-.439.773-.772 1.12C29.022 34.9 26.757 36 24.013 36c-2.737 0-5.037-1.096-6.31-2.455a4 4 0 0 1-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927 1.052-1.082c.453-.136.94-.082 1.388.044c2.353.614 3.5.888 4.638.893c1.135.005 2.308-.258 4.704-.894l.014-.004c.493-.123.997-.168 1.454-.05c.496.13.946.462 1.135 1.016c.17.498.064.994-.097 1.374"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCalm(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 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.39m-2.731 8.083c-.167.394-.439.773-.772 1.12C29.022 34.9 26.757 36 24.013 36c-2.737 0-5.037-1.096-6.31-2.455a4 4 0 0 1-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927 1.052-1.082c.453-.136.94-.082 1.388.044c2.353.614 3.5.888 4.638.893c1.135.005 2.308-.258 4.704-.894l.014-.004c.493-.123.997-.168 1.454-.05c.496.13.946.462 1.135 1.016c.17.498.064.994-.097 1.374"/><path fillRule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 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 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.39m-2.731 8.083c-.167.394-.439.773-.772 1.12C29.022 34.9 26.757 36 24.013 36c-2.737 0-5.037-1.096-6.31-2.455a4 4 0 0 1-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927 1.052-1.082c.453-.136.94-.082 1.388.044c2.353.614 3.5.888 4.638.893c1.135.005 2.308-.258 4.704-.894l.014-.004c.493-.123.997-.168 1.454-.05c.496.13.946.462 1.135 1.016c.17.498.064.994-.097 1.374"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-calm {
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%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.39m-2.731%208.083c-.167.394-.439.773-.772%201.12C29.022%2034.9%2026.757%2036%2024.013%2036c-2.737%200-5.037-1.096-6.31-2.455a4%204%200%200%201-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927%201.052-1.082c.453-.136.94-.082%201.388.044c2.353.614%203.5.888%204.638.893c1.135.005%202.308-.258%204.704-.894l.014-.004c.493-.123.997-.168%201.454-.05c.496.13.946.462%201.135%201.016c.17.498.064.994-.097%201.374%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0-2c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%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%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.39m-2.731%208.083c-.167.394-.439.773-.772%201.12C29.022%2034.9%2026.757%2036%2024.013%2036c-2.737%200-5.037-1.096-6.31-2.455a4%204%200%200%201-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927%201.052-1.082c.453-.136.94-.082%201.388.044c2.353.614%203.5.888%204.638.893c1.135.005%202.308-.258%204.704-.894l.014-.004c.493-.123.997-.168%201.454-.05c.496.13.946.462%201.135%201.016c.17.498.064.994-.097%201.374%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0-2c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%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.svg?color=%231a73e8&size=48