yoga mat icon
yoga-mat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- yoga-mat
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the yoga mat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m10.505 15.01l6.635-4.51q.282-.211.496-.488c.486-.63.476-1.505.168-2.237A4.55 4.55 0 0 0 13.6 5c-.936 0-1.805.28-2.528.758l-7.08 4.999"/><path d="M5.995 13.507c0 .696.369 2.079 2.04 2.459c1.007.228 3.938-.735 2.504-3.527s-4.887-2.807-6.292-1.871c-.859.52-2.526 2.148-2.21 4.312c.113 1.31 1.145 3.97 4.375 4.122h9.892c.922-.073 1.112-.207 1.814-.746c.945-.848 2.522-2.408 3.439-3.434c.198-.222.411-.45.439-.746c.145-1.577-2.247-.894-3.98-1.082"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsYogaMat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m10.505 15.01l6.635-4.51q.282-.211.496-.488c.486-.63.476-1.505.168-2.237A4.55 4.55 0 0 0 13.6 5c-.936 0-1.805.28-2.528.758l-7.08 4.999"/><path d="M5.995 13.507c0 .696.369 2.079 2.04 2.459c1.007.228 3.938-.735 2.504-3.527s-4.887-2.807-6.292-1.871c-.859.52-2.526 2.148-2.21 4.312c.113 1.31 1.145 3.97 4.375 4.122h9.892c.922-.073 1.112-.207 1.814-.746c.945-.848 2.522-2.408 3.439-3.434c.198-.222.411-.45.439-.746c.145-1.577-2.247-.894-3.98-1.082"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m10.505 15.01l6.635-4.51q.282-.211.496-.488c.486-.63.476-1.505.168-2.237A4.55 4.55 0 0 0 13.6 5c-.936 0-1.805.28-2.528.758l-7.08 4.999"/><path d="M5.995 13.507c0 .696.369 2.079 2.04 2.459c1.007.228 3.938-.735 2.504-3.527s-4.887-2.807-6.292-1.871c-.859.52-2.526 2.148-2.21 4.312c.113 1.31 1.145 3.97 4.375 4.122h9.892c.922-.073 1.112-.207 1.814-.746c.945-.848 2.522-2.408 3.439-3.434c.198-.222.411-.45.439-.746c.145-1.577-2.247-.894-3.98-1.082"/></g></svg> </template>
CSS
.icon-yoga-mat {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m10.505%2015.01l6.635-4.51q.282-.211.496-.488c.486-.63.476-1.505.168-2.237A4.55%204.55%200%200%200%2013.6%205c-.936%200-1.805.28-2.528.758l-7.08%204.999%22%2F%3E%3Cpath%20d%3D%22M5.995%2013.507c0%20.696.369%202.079%202.04%202.459c1.007.228%203.938-.735%202.504-3.527s-4.887-2.807-6.292-1.871c-.859.52-2.526%202.148-2.21%204.312c.113%201.31%201.145%203.97%204.375%204.122h9.892c.922-.073%201.112-.207%201.814-.746c.945-.848%202.522-2.408%203.439-3.434c.198-.222.411-.45.439-.746c.145-1.577-2.247-.894-3.98-1.082%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m10.505%2015.01l6.635-4.51q.282-.211.496-.488c.486-.63.476-1.505.168-2.237A4.55%204.55%200%200%200%2013.6%205c-.936%200-1.805.28-2.528.758l-7.08%204.999%22%2F%3E%3Cpath%20d%3D%22M5.995%2013.507c0%20.696.369%202.079%202.04%202.459c1.007.228%203.938-.735%202.504-3.527s-4.887-2.807-6.292-1.871c-.859.52-2.526%202.148-2.21%204.312c.113%201.31%201.145%203.97%204.375%204.122h9.892c.922-.073%201.112-.207%201.814-.746c.945-.848%202.522-2.408%203.439-3.434c.198-.222.411-.45.439-.746c.145-1.577-2.247-.894-3.98-1.082%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/yoga-mat.svg?color=%231a73e8&size=48