ok icon
ok from Health Icons by Resolve to Save Lives · Filled · Emotions · MIT Free for personal and commercial use.
- Name
- ok
- Set
- Health Icons
- Style
- Filled
- Category
- Emotions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More emotions icons from Health Icons
Use the ok icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30.84 30.616a2.9 2.9 0 0 1-.472.878C29.081 33.07 26.636 34 24.013 34c-2.517 0-4.856-.854-6.179-2.302l-.02-.022a3.4 3.4 0 0 1-.352-.417a2.8 2.8 0 0 1-.371-.854a2.6 2.6 0 0 1-.067-1.021c.056-.367.24-.856.738-1.154c.48-.29 1.022-.259 1.476-.13c2.354.613 3.5.887 4.639.892c1.135.005 2.308-.258 4.704-.894l.014-.004c.52-.13 1.108-.159 1.616.138c.55.321.74.86.78 1.277c.038.404-.046.799-.151 1.107m-9.538-7.508c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973 1.706a5.5 5.5 0 0 0-.695 1.416c-.143.446-.219.902-.169 1.267a.5.5 0 0 0 .766.352c.4-.256.819-.607 1.207-.931c.176-.148.347-.29.505-.415c.562-.444 1-.697 1.362-.715c.345-.017.743.18 1.245.556c.18.134.354.277.534.424h.001l.194.159c.244.197.504.399.766.557a.5.5 0 0 0 .728-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.59 2.845-1.646c1.346-.056 2.353.799 2.973 1.706c.314.46.548.958.695 1.416c.142.446.218.902.168 1.267a.5.5 0 0 1-.765.352c-.4-.256-.82-.607-1.207-.931a25 25 0 0 0-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.277-.534.424H28.3l-.194.159a7 7 0 0 1-.765.557a.5.5 0 0 1-.729-.257"/><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 HealthiconsOk(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="M30.84 30.616a2.9 2.9 0 0 1-.472.878C29.081 33.07 26.636 34 24.013 34c-2.517 0-4.856-.854-6.179-2.302l-.02-.022a3.4 3.4 0 0 1-.352-.417a2.8 2.8 0 0 1-.371-.854a2.6 2.6 0 0 1-.067-1.021c.056-.367.24-.856.738-1.154c.48-.29 1.022-.259 1.476-.13c2.354.613 3.5.887 4.639.892c1.135.005 2.308-.258 4.704-.894l.014-.004c.52-.13 1.108-.159 1.616.138c.55.321.74.86.78 1.277c.038.404-.046.799-.151 1.107m-9.538-7.508c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973 1.706a5.5 5.5 0 0 0-.695 1.416c-.143.446-.219.902-.169 1.267a.5.5 0 0 0 .766.352c.4-.256.819-.607 1.207-.931c.176-.148.347-.29.505-.415c.562-.444 1-.697 1.362-.715c.345-.017.743.18 1.245.556c.18.134.354.277.534.424h.001l.194.159c.244.197.504.399.766.557a.5.5 0 0 0 .728-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.59 2.845-1.646c1.346-.056 2.353.799 2.973 1.706c.314.46.548.958.695 1.416c.142.446.218.902.168 1.267a.5.5 0 0 1-.765.352c-.4-.256-.82-.607-1.207-.931a25 25 0 0 0-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.277-.534.424H28.3l-.194.159a7 7 0 0 1-.765.557a.5.5 0 0 1-.729-.257"/><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="M30.84 30.616a2.9 2.9 0 0 1-.472.878C29.081 33.07 26.636 34 24.013 34c-2.517 0-4.856-.854-6.179-2.302l-.02-.022a3.4 3.4 0 0 1-.352-.417a2.8 2.8 0 0 1-.371-.854a2.6 2.6 0 0 1-.067-1.021c.056-.367.24-.856.738-1.154c.48-.29 1.022-.259 1.476-.13c2.354.613 3.5.887 4.639.892c1.135.005 2.308-.258 4.704-.894l.014-.004c.52-.13 1.108-.159 1.616.138c.55.321.74.86.78 1.277c.038.404-.046.799-.151 1.107m-9.538-7.508c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973 1.706a5.5 5.5 0 0 0-.695 1.416c-.143.446-.219.902-.169 1.267a.5.5 0 0 0 .766.352c.4-.256.819-.607 1.207-.931c.176-.148.347-.29.505-.415c.562-.444 1-.697 1.362-.715c.345-.017.743.18 1.245.556c.18.134.354.277.534.424h.001l.194.159c.244.197.504.399.766.557a.5.5 0 0 0 .728-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.59 2.845-1.646c1.346-.056 2.353.799 2.973 1.706c.314.46.548.958.695 1.416c.142.446.218.902.168 1.267a.5.5 0 0 1-.765.352c-.4-.256-.82-.607-1.207-.931a25 25 0 0 0-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.277-.534.424H28.3l-.194.159a7 7 0 0 1-.765.557a.5.5 0 0 1-.729-.257"/><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-ok {
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%22M30.84%2030.616a2.9%202.9%200%200%201-.472.878C29.081%2033.07%2026.636%2034%2024.013%2034c-2.517%200-4.856-.854-6.179-2.302l-.02-.022a3.4%203.4%200%200%201-.352-.417a2.8%202.8%200%200%201-.371-.854a2.6%202.6%200%200%201-.067-1.021c.056-.367.24-.856.738-1.154c.48-.29%201.022-.259%201.476-.13c2.354.613%203.5.887%204.639.892c1.135.005%202.308-.258%204.704-.894l.014-.004c.52-.13%201.108-.159%201.616.138c.55.321.74.86.78%201.277c.038.404-.046.799-.151%201.107m-9.538-7.508c.13-.358.091-.795-.016-1.193a4.2%204.2%200%200%200-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973%201.706a5.5%205.5%200%200%200-.695%201.416c-.143.446-.219.902-.169%201.267a.5.5%200%200%200%20.766.352c.4-.256.819-.607%201.207-.931c.176-.148.347-.29.505-.415c.562-.444%201-.697%201.362-.715c.345-.017.743.18%201.245.556c.18.134.354.277.534.424h.001l.194.159c.244.197.504.399.766.557a.5.5%200%200%200%20.728-.257m5.311%200c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829%201.544-1.59%202.845-1.646c1.346-.056%202.353.799%202.973%201.706c.314.46.548.958.695%201.416c.142.446.218.902.168%201.267a.5.5%200%200%201-.765.352c-.4-.256-.82-.607-1.207-.931a25%2025%200%200%200-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.277-.534.424H28.3l-.194.159a7%207%200%200%201-.765.557a.5.5%200%200%201-.729-.257%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%22M30.84%2030.616a2.9%202.9%200%200%201-.472.878C29.081%2033.07%2026.636%2034%2024.013%2034c-2.517%200-4.856-.854-6.179-2.302l-.02-.022a3.4%203.4%200%200%201-.352-.417a2.8%202.8%200%200%201-.371-.854a2.6%202.6%200%200%201-.067-1.021c.056-.367.24-.856.738-1.154c.48-.29%201.022-.259%201.476-.13c2.354.613%203.5.887%204.639.892c1.135.005%202.308-.258%204.704-.894l.014-.004c.52-.13%201.108-.159%201.616.138c.55.321.74.86.78%201.277c.038.404-.046.799-.151%201.107m-9.538-7.508c.13-.358.091-.795-.016-1.193a4.2%204.2%200%200%200-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973%201.706a5.5%205.5%200%200%200-.695%201.416c-.143.446-.219.902-.169%201.267a.5.5%200%200%200%20.766.352c.4-.256.819-.607%201.207-.931c.176-.148.347-.29.505-.415c.562-.444%201-.697%201.362-.715c.345-.017.743.18%201.245.556c.18.134.354.277.534.424h.001l.194.159c.244.197.504.399.766.557a.5.5%200%200%200%20.728-.257m5.311%200c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829%201.544-1.59%202.845-1.646c1.346-.056%202.353.799%202.973%201.706c.314.46.548.958.695%201.416c.142.446.218.902.168%201.267a.5.5%200%200%201-.765.352c-.4-.256-.82-.607-1.207-.931a25%2025%200%200%200-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.277-.534.424H28.3l-.194.159a7%207%200%200%201-.765.557a.5.5%200%200%201-.729-.257%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/ok.svg?color=%231a73e8&size=48