tortoise icon
tortoise-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- tortoise-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Use the tortoise icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.34 24.87c4.645-.017 8.53-1.656 11.571-5c-3.109-3.954-6.403-5.812-11.454-5.829c-5.034-.017-8.31 1.605-11.588 5.896c3.091 3.361 7.129 4.95 11.47 4.932m21.318 8.142c2.078-.777 3.564-2.55 7.044-2.55c4.41 0 7.298-1.504 7.298-4.005c0-5.76-3.074-9.68-7.67-9.68c-3.969 0-6.385 2.4-7.381 6.217c-.71 2.517-1.707 3.632-2.89 4.376c.829 1.182 2.214 3.615 3.599 5.642m-10.524 2.027c1.537-.372 2.905-.591 4.882-.591c1.621 0 3.193-.254 3.97-.693c-1.876-2.416-5.187-9.544-6.926-12.247c-1.757 1.807-4.579 3.564-6.504 4.324c.287 3.041 1.976 6.572 4.578 9.207m-21.758.084c2.534-2.432 4.578-6.267 4.899-9.24c-2.264-.845-5.018-2.466-6.656-4.206c-.794 1.233-1.622 2.567-2.382 4.054c-1.571 3.142-3.345 4.595-4.51 5.676c-.44.422-.727.912-.727 1.571c0 .98 1.047 1.52 2.889 1.52h2.027c1.909 0 3.193.237 4.46.626m39.31-10.338a1.53 1.53 0 0 1-1.538-1.52c0-.828.693-1.52 1.537-1.52c.828 0 1.504.692 1.504 1.52a1.51 1.51 0 0 1-1.504 1.52M20.288 39.009c3.886 0 6.606-2.027 8.886-3.16c-2.584-2.449-4.24-6.064-4.51-9.392a16 16 0 0 1-4.274.575a16.2 16.2 0 0 1-4.257-.54c-.27 3.107-1.96 6.875-4.544 9.442c2.179.862 4.831 3.075 8.7 3.075M4.73 41.88c2.94 0 5.93-1.301 7.365-3.278c-1.672-1.098-3.767-2.128-5.743-2.212c-.913.236-1.892.287-2.923.49c-1.452.27-2.77.86-2.77 2.263c0 1.774 1.757 2.737 4.071 2.737m30.56.033c2.314 0 4.07-.962 4.07-2.736c0-1.385-1.317-2.483-2.753-2.602c-1.047-.05-1.875-.067-2.94-.135c-1.925.101-4.02 1.132-5.726 2.196c1.419 1.994 4.426 3.277 7.348 3.277"/></svg>
React
import type { SVGProps } from "react";
export function F7TortoiseFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.34 24.87c4.645-.017 8.53-1.656 11.571-5c-3.109-3.954-6.403-5.812-11.454-5.829c-5.034-.017-8.31 1.605-11.588 5.896c3.091 3.361 7.129 4.95 11.47 4.932m21.318 8.142c2.078-.777 3.564-2.55 7.044-2.55c4.41 0 7.298-1.504 7.298-4.005c0-5.76-3.074-9.68-7.67-9.68c-3.969 0-6.385 2.4-7.381 6.217c-.71 2.517-1.707 3.632-2.89 4.376c.829 1.182 2.214 3.615 3.599 5.642m-10.524 2.027c1.537-.372 2.905-.591 4.882-.591c1.621 0 3.193-.254 3.97-.693c-1.876-2.416-5.187-9.544-6.926-12.247c-1.757 1.807-4.579 3.564-6.504 4.324c.287 3.041 1.976 6.572 4.578 9.207m-21.758.084c2.534-2.432 4.578-6.267 4.899-9.24c-2.264-.845-5.018-2.466-6.656-4.206c-.794 1.233-1.622 2.567-2.382 4.054c-1.571 3.142-3.345 4.595-4.51 5.676c-.44.422-.727.912-.727 1.571c0 .98 1.047 1.52 2.889 1.52h2.027c1.909 0 3.193.237 4.46.626m39.31-10.338a1.53 1.53 0 0 1-1.538-1.52c0-.828.693-1.52 1.537-1.52c.828 0 1.504.692 1.504 1.52a1.51 1.51 0 0 1-1.504 1.52M20.288 39.009c3.886 0 6.606-2.027 8.886-3.16c-2.584-2.449-4.24-6.064-4.51-9.392a16 16 0 0 1-4.274.575a16.2 16.2 0 0 1-4.257-.54c-.27 3.107-1.96 6.875-4.544 9.442c2.179.862 4.831 3.075 8.7 3.075M4.73 41.88c2.94 0 5.93-1.301 7.365-3.278c-1.672-1.098-3.767-2.128-5.743-2.212c-.913.236-1.892.287-2.923.49c-1.452.27-2.77.86-2.77 2.263c0 1.774 1.757 2.737 4.071 2.737m30.56.033c2.314 0 4.07-.962 4.07-2.736c0-1.385-1.317-2.483-2.753-2.602c-1.047-.05-1.875-.067-2.94-.135c-1.925.101-4.02 1.132-5.726 2.196c1.419 1.994 4.426 3.277 7.348 3.277"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.34 24.87c4.645-.017 8.53-1.656 11.571-5c-3.109-3.954-6.403-5.812-11.454-5.829c-5.034-.017-8.31 1.605-11.588 5.896c3.091 3.361 7.129 4.95 11.47 4.932m21.318 8.142c2.078-.777 3.564-2.55 7.044-2.55c4.41 0 7.298-1.504 7.298-4.005c0-5.76-3.074-9.68-7.67-9.68c-3.969 0-6.385 2.4-7.381 6.217c-.71 2.517-1.707 3.632-2.89 4.376c.829 1.182 2.214 3.615 3.599 5.642m-10.524 2.027c1.537-.372 2.905-.591 4.882-.591c1.621 0 3.193-.254 3.97-.693c-1.876-2.416-5.187-9.544-6.926-12.247c-1.757 1.807-4.579 3.564-6.504 4.324c.287 3.041 1.976 6.572 4.578 9.207m-21.758.084c2.534-2.432 4.578-6.267 4.899-9.24c-2.264-.845-5.018-2.466-6.656-4.206c-.794 1.233-1.622 2.567-2.382 4.054c-1.571 3.142-3.345 4.595-4.51 5.676c-.44.422-.727.912-.727 1.571c0 .98 1.047 1.52 2.889 1.52h2.027c1.909 0 3.193.237 4.46.626m39.31-10.338a1.53 1.53 0 0 1-1.538-1.52c0-.828.693-1.52 1.537-1.52c.828 0 1.504.692 1.504 1.52a1.51 1.51 0 0 1-1.504 1.52M20.288 39.009c3.886 0 6.606-2.027 8.886-3.16c-2.584-2.449-4.24-6.064-4.51-9.392a16 16 0 0 1-4.274.575a16.2 16.2 0 0 1-4.257-.54c-.27 3.107-1.96 6.875-4.544 9.442c2.179.862 4.831 3.075 8.7 3.075M4.73 41.88c2.94 0 5.93-1.301 7.365-3.278c-1.672-1.098-3.767-2.128-5.743-2.212c-.913.236-1.892.287-2.923.49c-1.452.27-2.77.86-2.77 2.263c0 1.774 1.757 2.737 4.071 2.737m30.56.033c2.314 0 4.07-.962 4.07-2.736c0-1.385-1.317-2.483-2.753-2.602c-1.047-.05-1.875-.067-2.94-.135c-1.925.101-4.02 1.132-5.726 2.196c1.419 1.994 4.426 3.277 7.348 3.277"/></svg> </template>
CSS
.icon-tortoise-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.34%2024.87c4.645-.017%208.53-1.656%2011.571-5c-3.109-3.954-6.403-5.812-11.454-5.829c-5.034-.017-8.31%201.605-11.588%205.896c3.091%203.361%207.129%204.95%2011.47%204.932m21.318%208.142c2.078-.777%203.564-2.55%207.044-2.55c4.41%200%207.298-1.504%207.298-4.005c0-5.76-3.074-9.68-7.67-9.68c-3.969%200-6.385%202.4-7.381%206.217c-.71%202.517-1.707%203.632-2.89%204.376c.829%201.182%202.214%203.615%203.599%205.642m-10.524%202.027c1.537-.372%202.905-.591%204.882-.591c1.621%200%203.193-.254%203.97-.693c-1.876-2.416-5.187-9.544-6.926-12.247c-1.757%201.807-4.579%203.564-6.504%204.324c.287%203.041%201.976%206.572%204.578%209.207m-21.758.084c2.534-2.432%204.578-6.267%204.899-9.24c-2.264-.845-5.018-2.466-6.656-4.206c-.794%201.233-1.622%202.567-2.382%204.054c-1.571%203.142-3.345%204.595-4.51%205.676c-.44.422-.727.912-.727%201.571c0%20.98%201.047%201.52%202.889%201.52h2.027c1.909%200%203.193.237%204.46.626m39.31-10.338a1.53%201.53%200%200%201-1.538-1.52c0-.828.693-1.52%201.537-1.52c.828%200%201.504.692%201.504%201.52a1.51%201.51%200%200%201-1.504%201.52M20.288%2039.009c3.886%200%206.606-2.027%208.886-3.16c-2.584-2.449-4.24-6.064-4.51-9.392a16%2016%200%200%201-4.274.575a16.2%2016.2%200%200%201-4.257-.54c-.27%203.107-1.96%206.875-4.544%209.442c2.179.862%204.831%203.075%208.7%203.075M4.73%2041.88c2.94%200%205.93-1.301%207.365-3.278c-1.672-1.098-3.767-2.128-5.743-2.212c-.913.236-1.892.287-2.923.49c-1.452.27-2.77.86-2.77%202.263c0%201.774%201.757%202.737%204.071%202.737m30.56.033c2.314%200%204.07-.962%204.07-2.736c0-1.385-1.317-2.483-2.753-2.602c-1.047-.05-1.875-.067-2.94-.135c-1.925.101-4.02%201.132-5.726%202.196c1.419%201.994%204.426%203.277%207.348%203.277%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.34%2024.87c4.645-.017%208.53-1.656%2011.571-5c-3.109-3.954-6.403-5.812-11.454-5.829c-5.034-.017-8.31%201.605-11.588%205.896c3.091%203.361%207.129%204.95%2011.47%204.932m21.318%208.142c2.078-.777%203.564-2.55%207.044-2.55c4.41%200%207.298-1.504%207.298-4.005c0-5.76-3.074-9.68-7.67-9.68c-3.969%200-6.385%202.4-7.381%206.217c-.71%202.517-1.707%203.632-2.89%204.376c.829%201.182%202.214%203.615%203.599%205.642m-10.524%202.027c1.537-.372%202.905-.591%204.882-.591c1.621%200%203.193-.254%203.97-.693c-1.876-2.416-5.187-9.544-6.926-12.247c-1.757%201.807-4.579%203.564-6.504%204.324c.287%203.041%201.976%206.572%204.578%209.207m-21.758.084c2.534-2.432%204.578-6.267%204.899-9.24c-2.264-.845-5.018-2.466-6.656-4.206c-.794%201.233-1.622%202.567-2.382%204.054c-1.571%203.142-3.345%204.595-4.51%205.676c-.44.422-.727.912-.727%201.571c0%20.98%201.047%201.52%202.889%201.52h2.027c1.909%200%203.193.237%204.46.626m39.31-10.338a1.53%201.53%200%200%201-1.538-1.52c0-.828.693-1.52%201.537-1.52c.828%200%201.504.692%201.504%201.52a1.51%201.51%200%200%201-1.504%201.52M20.288%2039.009c3.886%200%206.606-2.027%208.886-3.16c-2.584-2.449-4.24-6.064-4.51-9.392a16%2016%200%200%201-4.274.575a16.2%2016.2%200%200%201-4.257-.54c-.27%203.107-1.96%206.875-4.544%209.442c2.179.862%204.831%203.075%208.7%203.075M4.73%2041.88c2.94%200%205.93-1.301%207.365-3.278c-1.672-1.098-3.767-2.128-5.743-2.212c-.913.236-1.892.287-2.923.49c-1.452.27-2.77.86-2.77%202.263c0%201.774%201.757%202.737%204.071%202.737m30.56.033c2.314%200%204.07-.962%204.07-2.736c0-1.385-1.317-2.483-2.753-2.602c-1.047-.05-1.875-.067-2.94-.135c-1.925.101-4.02%201.132-5.726%202.196c1.419%201.994%204.426%203.277%207.348%203.277%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/tortoise-fill.svg?color=%231a73e8&size=48