zazen icon
zazen-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- zazen-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the zazen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m4 14l1.917-.958A4 4 0 0 0 7.6 11.448l.535-.936A3 3 0 0 1 10.741 9h2.518a3 3 0 0 1 2.605 1.512l.535.936a4 4 0 0 0 1.684 1.594L20 14m-10.5.5l-.678 1.017a2 2 0 0 1-.852.719l-1.61.715a2.178 2.178 0 0 0-.927 3.198c.34.51.964.752 1.56.603l2.12-.53a4 4 0 0 0 1.59-.808L13 17.5h.5m-1.5.833l1.297 1.081a4 4 0 0 0 1.59.808l2.12.53a1.45 1.45 0 0 0 1.56-.603a2.178 2.178 0 0 0-.927-3.198l-1.345-.598a3 3 0 0 1-1.278-1.077L14.5 14.5M14 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteZazenLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m4 14l1.917-.958A4 4 0 0 0 7.6 11.448l.535-.936A3 3 0 0 1 10.741 9h2.518a3 3 0 0 1 2.605 1.512l.535.936a4 4 0 0 0 1.684 1.594L20 14m-10.5.5l-.678 1.017a2 2 0 0 1-.852.719l-1.61.715a2.178 2.178 0 0 0-.927 3.198c.34.51.964.752 1.56.603l2.12-.53a4 4 0 0 0 1.59-.808L13 17.5h.5m-1.5.833l1.297 1.081a4 4 0 0 0 1.59.808l2.12.53a1.45 1.45 0 0 0 1.56-.603a2.178 2.178 0 0 0-.927-3.198l-1.345-.598a3 3 0 0 1-1.278-1.077L14.5 14.5M14 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m4 14l1.917-.958A4 4 0 0 0 7.6 11.448l.535-.936A3 3 0 0 1 10.741 9h2.518a3 3 0 0 1 2.605 1.512l.535.936a4 4 0 0 0 1.684 1.594L20 14m-10.5.5l-.678 1.017a2 2 0 0 1-.852.719l-1.61.715a2.178 2.178 0 0 0-.927 3.198c.34.51.964.752 1.56.603l2.12-.53a4 4 0 0 0 1.59-.808L13 17.5h.5m-1.5.833l1.297 1.081a4 4 0 0 0 1.59.808l2.12.53a1.45 1.45 0 0 0 1.56-.603a2.178 2.178 0 0 0-.927-3.198l-1.345-.598a3 3 0 0 1-1.278-1.077L14.5 14.5M14 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg> </template>
CSS
.icon-zazen-line {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m4%2014l1.917-.958A4%204%200%200%200%207.6%2011.448l.535-.936A3%203%200%200%201%2010.741%209h2.518a3%203%200%200%201%202.605%201.512l.535.936a4%204%200%200%200%201.684%201.594L20%2014m-10.5.5l-.678%201.017a2%202%200%200%201-.852.719l-1.61.715a2.178%202.178%200%200%200-.927%203.198c.34.51.964.752%201.56.603l2.12-.53a4%204%200%200%200%201.59-.808L13%2017.5h.5m-1.5.833l1.297%201.081a4%204%200%200%200%201.59.808l2.12.53a1.45%201.45%200%200%200%201.56-.603a2.178%202.178%200%200%200-.927-3.198l-1.345-.598a3%203%200%200%201-1.278-1.077L14.5%2014.5M14%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m4%2014l1.917-.958A4%204%200%200%200%207.6%2011.448l.535-.936A3%203%200%200%201%2010.741%209h2.518a3%203%200%200%201%202.605%201.512l.535.936a4%204%200%200%200%201.684%201.594L20%2014m-10.5.5l-.678%201.017a2%202%200%200%201-.852.719l-1.61.715a2.178%202.178%200%200%200-.927%203.198c.34.51.964.752%201.56.603l2.12-.53a4%204%200%200%200%201.59-.808L13%2017.5h.5m-1.5.833l1.297%201.081a4%204%200%200%200%201.59.808l2.12.53a1.45%201.45%200%200%200%201.56-.603a2.178%202.178%200%200%200-.927-3.198l-1.345-.598a3%203%200%200%201-1.278-1.077L14.5%2014.5M14%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/zazen-line.svg?color=%231a73e8&size=48