stone icon
stone from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- stone
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the stone 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-width="1.5"><path stroke-linecap="round" d="m10.719 20.866l.517-8.93m7.762 7.166l-2.07-7.167M5.023 8.352l4.76 2.746c.72.416 1.081.624 1.48.73c.397.107.814.107 1.649.107h.69c1.627 0 2.44 0 3.127-.364c.686-.363 1.137-1.032 2.04-2.371l1.261-1.872"/><path d="m20.86 12.548l-.58-4.017c-.115-.799-.173-1.198-.329-1.564a3 3 0 0 0-.087-.185c-.18-.355-.45-.658-.99-1.263c-.611-.686-.917-1.03-1.302-1.267a3 3 0 0 0-.202-.114c-.402-.208-.855-.296-1.764-.472L13.91 3.34c-1.564-.302-2.346-.453-3.078-.237c-.732.215-1.302.765-2.444 1.864L5.551 7.698c-.556.536-.834.804-1.036 1.127s-.319.69-.553 1.421l-.194.608c-.642 2.006-.963 3.01-.661 3.941c.302.932 1.153 1.563 2.855 2.826l2.75 2.04c.99.734 1.486 1.102 2.069 1.255s1.197.077 2.426-.075l1.907-.235c1.888-.234 2.832-.35 3.525-.913c.694-.562.995-1.455 1.596-3.24l.369-1.094c.23-.685.346-1.027.379-1.383c.032-.357-.02-.714-.123-1.428Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStone(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" strokeWidth="1.5"><path strokeLinecap="round" d="m10.719 20.866l.517-8.93m7.762 7.166l-2.07-7.167M5.023 8.352l4.76 2.746c.72.416 1.081.624 1.48.73c.397.107.814.107 1.649.107h.69c1.627 0 2.44 0 3.127-.364c.686-.363 1.137-1.032 2.04-2.371l1.261-1.872"/><path d="m20.86 12.548l-.58-4.017c-.115-.799-.173-1.198-.329-1.564a3 3 0 0 0-.087-.185c-.18-.355-.45-.658-.99-1.263c-.611-.686-.917-1.03-1.302-1.267a3 3 0 0 0-.202-.114c-.402-.208-.855-.296-1.764-.472L13.91 3.34c-1.564-.302-2.346-.453-3.078-.237c-.732.215-1.302.765-2.444 1.864L5.551 7.698c-.556.536-.834.804-1.036 1.127s-.319.69-.553 1.421l-.194.608c-.642 2.006-.963 3.01-.661 3.941c.302.932 1.153 1.563 2.855 2.826l2.75 2.04c.99.734 1.486 1.102 2.069 1.255s1.197.077 2.426-.075l1.907-.235c1.888-.234 2.832-.35 3.525-.913c.694-.562.995-1.455 1.596-3.24l.369-1.094c.23-.685.346-1.027.379-1.383c.032-.357-.02-.714-.123-1.428Z"/></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-width="1.5"><path stroke-linecap="round" d="m10.719 20.866l.517-8.93m7.762 7.166l-2.07-7.167M5.023 8.352l4.76 2.746c.72.416 1.081.624 1.48.73c.397.107.814.107 1.649.107h.69c1.627 0 2.44 0 3.127-.364c.686-.363 1.137-1.032 2.04-2.371l1.261-1.872"/><path d="m20.86 12.548l-.58-4.017c-.115-.799-.173-1.198-.329-1.564a3 3 0 0 0-.087-.185c-.18-.355-.45-.658-.99-1.263c-.611-.686-.917-1.03-1.302-1.267a3 3 0 0 0-.202-.114c-.402-.208-.855-.296-1.764-.472L13.91 3.34c-1.564-.302-2.346-.453-3.078-.237c-.732.215-1.302.765-2.444 1.864L5.551 7.698c-.556.536-.834.804-1.036 1.127s-.319.69-.553 1.421l-.194.608c-.642 2.006-.963 3.01-.661 3.941c.302.932 1.153 1.563 2.855 2.826l2.75 2.04c.99.734 1.486 1.102 2.069 1.255s1.197.077 2.426-.075l1.907-.235c1.888-.234 2.832-.35 3.525-.913c.694-.562.995-1.455 1.596-3.24l.369-1.094c.23-.685.346-1.027.379-1.383c.032-.357-.02-.714-.123-1.428Z"/></g></svg> </template>
CSS
.icon-stone {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m10.719%2020.866l.517-8.93m7.762%207.166l-2.07-7.167M5.023%208.352l4.76%202.746c.72.416%201.081.624%201.48.73c.397.107.814.107%201.649.107h.69c1.627%200%202.44%200%203.127-.364c.686-.363%201.137-1.032%202.04-2.371l1.261-1.872%22%2F%3E%3Cpath%20d%3D%22m20.86%2012.548l-.58-4.017c-.115-.799-.173-1.198-.329-1.564a3%203%200%200%200-.087-.185c-.18-.355-.45-.658-.99-1.263c-.611-.686-.917-1.03-1.302-1.267a3%203%200%200%200-.202-.114c-.402-.208-.855-.296-1.764-.472L13.91%203.34c-1.564-.302-2.346-.453-3.078-.237c-.732.215-1.302.765-2.444%201.864L5.551%207.698c-.556.536-.834.804-1.036%201.127s-.319.69-.553%201.421l-.194.608c-.642%202.006-.963%203.01-.661%203.941c.302.932%201.153%201.563%202.855%202.826l2.75%202.04c.99.734%201.486%201.102%202.069%201.255s1.197.077%202.426-.075l1.907-.235c1.888-.234%202.832-.35%203.525-.913c.694-.562.995-1.455%201.596-3.24l.369-1.094c.23-.685.346-1.027.379-1.383c.032-.357-.02-.714-.123-1.428Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m10.719%2020.866l.517-8.93m7.762%207.166l-2.07-7.167M5.023%208.352l4.76%202.746c.72.416%201.081.624%201.48.73c.397.107.814.107%201.649.107h.69c1.627%200%202.44%200%203.127-.364c.686-.363%201.137-1.032%202.04-2.371l1.261-1.872%22%2F%3E%3Cpath%20d%3D%22m20.86%2012.548l-.58-4.017c-.115-.799-.173-1.198-.329-1.564a3%203%200%200%200-.087-.185c-.18-.355-.45-.658-.99-1.263c-.611-.686-.917-1.03-1.302-1.267a3%203%200%200%200-.202-.114c-.402-.208-.855-.296-1.764-.472L13.91%203.34c-1.564-.302-2.346-.453-3.078-.237c-.732.215-1.302.765-2.444%201.864L5.551%207.698c-.556.536-.834.804-1.036%201.127s-.319.69-.553%201.421l-.194.608c-.642%202.006-.963%203.01-.661%203.941c.302.932%201.153%201.563%202.855%202.826l2.75%202.04c.99.734%201.486%201.102%202.069%201.255s1.197.077%202.426-.075l1.907-.235c1.888-.234%202.832-.35%203.525-.913c.694-.562.995-1.455%201.596-3.24l.369-1.094c.23-.685.346-1.027.379-1.383c.032-.357-.02-.714-.123-1.428Z%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/stone.svg?color=%231a73e8&size=48