ok icon
ok-outline from Health Icons by Resolve to Save Lives · Outline · Emotions · MIT Free for personal and commercial use.
- Name
- ok-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Emotions
- Viewbox
- 48×48
- License
- MIT
- Aliases
- ok2x-outline
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="M21.286 21.915c.107.398.146.835.016 1.193a.5.5 0 0 1-.728.257a7 7 0 0 1-.766-.557l-.194-.158c-.18-.148-.355-.29-.535-.425c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5 0 0 1-.766-.352c-.05-.365.026-.821.169-1.267a5.5 5.5 0 0 1 .695-1.416c.62-.907 1.626-1.762 2.973-1.706c1.3.055 2.264.817 2.844 1.647c.292.416.498.863.61 1.279m5.345 0c-.108.398-.147.835-.017 1.193a.5.5 0 0 0 .729.257c.262-.158.521-.36.765-.557l.194-.158l.002-.001c.18-.147.354-.29.534-.424c.501-.375.9-.573 1.244-.556c.363.018.8.271 1.363.715c.158.125.328.267.505.415c.387.324.807.675 1.207.931a.5.5 0 0 0 .765-.352c.05-.365-.026-.821-.168-1.267a5.6 5.6 0 0 0-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844 1.647a4.2 4.2 0 0 0-.61 1.279"/><path fill-rule="evenodd" d="M30.368 31.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 33.146 21.496 34 24.014 34c2.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.651q-.047-.052-.084-.09l-.002-.003l-.046-.048l-.014-.016l-.042-.048l-.006-.01c2.066.536 3.395.852 4.752.858" clip-rule="evenodd"/><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 HealthiconsOkOutline(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="M21.286 21.915c.107.398.146.835.016 1.193a.5.5 0 0 1-.728.257a7 7 0 0 1-.766-.557l-.194-.158c-.18-.148-.355-.29-.535-.425c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5 0 0 1-.766-.352c-.05-.365.026-.821.169-1.267a5.5 5.5 0 0 1 .695-1.416c.62-.907 1.626-1.762 2.973-1.706c1.3.055 2.264.817 2.844 1.647c.292.416.498.863.61 1.279m5.345 0c-.108.398-.147.835-.017 1.193a.5.5 0 0 0 .729.257c.262-.158.521-.36.765-.557l.194-.158l.002-.001c.18-.147.354-.29.534-.424c.501-.375.9-.573 1.244-.556c.363.018.8.271 1.363.715c.158.125.328.267.505.415c.387.324.807.675 1.207.931a.5.5 0 0 0 .765-.352c.05-.365-.026-.821-.168-1.267a5.6 5.6 0 0 0-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844 1.647a4.2 4.2 0 0 0-.61 1.279"/><path fillRule="evenodd" d="M30.368 31.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 33.146 21.496 34 24.014 34c2.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.651q-.047-.052-.084-.09l-.002-.003l-.046-.048l-.014-.016l-.042-.048l-.006-.01c2.066.536 3.395.852 4.752.858" clipRule="evenodd"/><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 d="M21.286 21.915c.107.398.146.835.016 1.193a.5.5 0 0 1-.728.257a7 7 0 0 1-.766-.557l-.194-.158c-.18-.148-.355-.29-.535-.425c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5 0 0 1-.766-.352c-.05-.365.026-.821.169-1.267a5.5 5.5 0 0 1 .695-1.416c.62-.907 1.626-1.762 2.973-1.706c1.3.055 2.264.817 2.844 1.647c.292.416.498.863.61 1.279m5.345 0c-.108.398-.147.835-.017 1.193a.5.5 0 0 0 .729.257c.262-.158.521-.36.765-.557l.194-.158l.002-.001c.18-.147.354-.29.534-.424c.501-.375.9-.573 1.244-.556c.363.018.8.271 1.363.715c.158.125.328.267.505.415c.387.324.807.675 1.207.931a.5.5 0 0 0 .765-.352c.05-.365-.026-.821-.168-1.267a5.6 5.6 0 0 0-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844 1.647a4.2 4.2 0 0 0-.61 1.279"/><path fill-rule="evenodd" d="M30.368 31.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 33.146 21.496 34 24.014 34c2.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.651q-.047-.052-.084-.09l-.002-.003l-.046-.048l-.014-.016l-.042-.048l-.006-.01c2.066.536 3.395.852 4.752.858" clip-rule="evenodd"/><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-ok-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%20d%3D%22M21.286%2021.915c.107.398.146.835.016%201.193a.5.5%200%200%201-.728.257a7%207%200%200%201-.766-.557l-.194-.158c-.18-.148-.355-.29-.535-.425c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5%200%200%201-.766-.352c-.05-.365.026-.821.169-1.267a5.5%205.5%200%200%201%20.695-1.416c.62-.907%201.626-1.762%202.973-1.706c1.3.055%202.264.817%202.844%201.647c.292.416.498.863.61%201.279m5.345%200c-.108.398-.147.835-.017%201.193a.5.5%200%200%200%20.729.257c.262-.158.521-.36.765-.557l.194-.158l.002-.001c.18-.147.354-.29.534-.424c.501-.375.9-.573%201.244-.556c.363.018.8.271%201.363.715c.158.125.328.267.505.415c.387.324.807.675%201.207.931a.5.5%200%200%200%20.765-.352c.05-.365-.026-.821-.168-1.267a5.6%205.6%200%200%200-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844%201.647a4.2%204.2%200%200%200-.61%201.279%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M30.368%2031.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%2033.146%2021.496%2034%2024.014%2034c2.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.651q-.047-.052-.084-.09l-.002-.003l-.046-.048l-.014-.016l-.042-.048l-.006-.01c2.066.536%203.395.852%204.752.858%22%20clip-rule%3D%22evenodd%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%20d%3D%22M21.286%2021.915c.107.398.146.835.016%201.193a.5.5%200%200%201-.728.257a7%207%200%200%201-.766-.557l-.194-.158c-.18-.148-.355-.29-.535-.425c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5%200%200%201-.766-.352c-.05-.365.026-.821.169-1.267a5.5%205.5%200%200%201%20.695-1.416c.62-.907%201.626-1.762%202.973-1.706c1.3.055%202.264.817%202.844%201.647c.292.416.498.863.61%201.279m5.345%200c-.108.398-.147.835-.017%201.193a.5.5%200%200%200%20.729.257c.262-.158.521-.36.765-.557l.194-.158l.002-.001c.18-.147.354-.29.534-.424c.501-.375.9-.573%201.244-.556c.363.018.8.271%201.363.715c.158.125.328.267.505.415c.387.324.807.675%201.207.931a.5.5%200%200%200%20.765-.352c.05-.365-.026-.821-.168-1.267a5.6%205.6%200%200%200-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844%201.647a4.2%204.2%200%200%200-.61%201.279%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M30.368%2031.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%2033.146%2021.496%2034%2024.014%2034c2.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.651q-.047-.052-.084-.09l-.002-.003l-.046-.048l-.014-.016l-.042-.048l-.006-.01c2.066.536%203.395.852%204.752.858%22%20clip-rule%3D%22evenodd%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/ok-outline.svg?color=%231a73e8&size=48