resources add icon
resources-add from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- resources-add
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the resources add 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 d="M2.5 6c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C4.189 2 4.96 2 6.5 2s2.31 0 2.876.347c.317.194.583.46.777.777c.347.565.347 1.336.347 2.876s0 2.31-.347 2.876c-.194.317-.46.583-.777.777C8.811 10 8.04 10 6.5 10s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.777C2.5 8.311 2.5 7.54 2.5 6Zm1.282 8.782c1.047-1.047 1.57-1.57 2.19-1.72a2.26 2.26 0 0 1 1.056 0c.62.15 1.143.673 2.19 1.72s1.57 1.57 1.72 2.19a2.3 2.3 0 0 1 0 1.056c-.15.62-.673 1.144-1.72 2.19s-1.57 1.57-2.19 1.72a2.26 2.26 0 0 1-1.056 0c-.62-.15-1.143-.673-2.19-1.72s-1.57-1.57-1.72-2.19a2.26 2.26 0 0 1 0-1.056c.15-.62.673-1.144 1.72-2.19ZM14 18c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689 14 16.46 14 18 14s2.31 0 2.877.347c.316.194.582.46.776.777C22 15.689 22 16.46 22 18s0 2.31-.347 2.877a2.36 2.36 0 0 1-.776.776C20.31 22 19.54 22 18 22s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.776C14 20.31 14 19.54 14 18Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 2v8m4-4h-8"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsResourcesAdd(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 d="M2.5 6c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C4.189 2 4.96 2 6.5 2s2.31 0 2.876.347c.317.194.583.46.777.777c.347.565.347 1.336.347 2.876s0 2.31-.347 2.876c-.194.317-.46.583-.777.777C8.811 10 8.04 10 6.5 10s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.777C2.5 8.311 2.5 7.54 2.5 6Zm1.282 8.782c1.047-1.047 1.57-1.57 2.19-1.72a2.26 2.26 0 0 1 1.056 0c.62.15 1.143.673 2.19 1.72s1.57 1.57 1.72 2.19a2.3 2.3 0 0 1 0 1.056c-.15.62-.673 1.144-1.72 2.19s-1.57 1.57-2.19 1.72a2.26 2.26 0 0 1-1.056 0c-.62-.15-1.143-.673-2.19-1.72s-1.57-1.57-1.72-2.19a2.26 2.26 0 0 1 0-1.056c.15-.62.673-1.144 1.72-2.19ZM14 18c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689 14 16.46 14 18 14s2.31 0 2.877.347c.316.194.582.46.776.777C22 15.689 22 16.46 22 18s0 2.31-.347 2.877a2.36 2.36 0 0 1-.776.776C20.31 22 19.54 22 18 22s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.776C14 20.31 14 19.54 14 18Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 2v8m4-4h-8"/></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 d="M2.5 6c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C4.189 2 4.96 2 6.5 2s2.31 0 2.876.347c.317.194.583.46.777.777c.347.565.347 1.336.347 2.876s0 2.31-.347 2.876c-.194.317-.46.583-.777.777C8.811 10 8.04 10 6.5 10s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.777C2.5 8.311 2.5 7.54 2.5 6Zm1.282 8.782c1.047-1.047 1.57-1.57 2.19-1.72a2.26 2.26 0 0 1 1.056 0c.62.15 1.143.673 2.19 1.72s1.57 1.57 1.72 2.19a2.3 2.3 0 0 1 0 1.056c-.15.62-.673 1.144-1.72 2.19s-1.57 1.57-2.19 1.72a2.26 2.26 0 0 1-1.056 0c-.62-.15-1.143-.673-2.19-1.72s-1.57-1.57-1.72-2.19a2.26 2.26 0 0 1 0-1.056c.15-.62.673-1.144 1.72-2.19ZM14 18c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689 14 16.46 14 18 14s2.31 0 2.877.347c.316.194.582.46.776.777C22 15.689 22 16.46 22 18s0 2.31-.347 2.877a2.36 2.36 0 0 1-.776.776C20.31 22 19.54 22 18 22s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.776C14 20.31 14 19.54 14 18Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 2v8m4-4h-8"/></g></svg> </template>
CSS
.icon-resources-add {
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%20d%3D%22M2.5%206c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C4.189%202%204.96%202%206.5%202s2.31%200%202.876.347c.317.194.583.46.777.777c.347.565.347%201.336.347%202.876s0%202.31-.347%202.876c-.194.317-.46.583-.777.777C8.811%2010%208.04%2010%206.5%2010s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.777C2.5%208.311%202.5%207.54%202.5%206Zm1.282%208.782c1.047-1.047%201.57-1.57%202.19-1.72a2.26%202.26%200%200%201%201.056%200c.62.15%201.143.673%202.19%201.72s1.57%201.57%201.72%202.19a2.3%202.3%200%200%201%200%201.056c-.15.62-.673%201.144-1.72%202.19s-1.57%201.57-2.19%201.72a2.26%202.26%200%200%201-1.056%200c-.62-.15-1.143-.673-2.19-1.72s-1.57-1.57-1.72-2.19a2.26%202.26%200%200%201%200-1.056c.15-.62.673-1.144%201.72-2.19ZM14%2018c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689%2014%2016.46%2014%2018%2014s2.31%200%202.877.347c.316.194.582.46.776.777C22%2015.689%2022%2016.46%2022%2018s0%202.31-.347%202.877a2.36%202.36%200%200%201-.776.776C20.31%2022%2019.54%2022%2018%2022s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.776C14%2020.31%2014%2019.54%2014%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%202v8m4-4h-8%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%20d%3D%22M2.5%206c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C4.189%202%204.96%202%206.5%202s2.31%200%202.876.347c.317.194.583.46.777.777c.347.565.347%201.336.347%202.876s0%202.31-.347%202.876c-.194.317-.46.583-.777.777C8.811%2010%208.04%2010%206.5%2010s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.777C2.5%208.311%202.5%207.54%202.5%206Zm1.282%208.782c1.047-1.047%201.57-1.57%202.19-1.72a2.26%202.26%200%200%201%201.056%200c.62.15%201.143.673%202.19%201.72s1.57%201.57%201.72%202.19a2.3%202.3%200%200%201%200%201.056c-.15.62-.673%201.144-1.72%202.19s-1.57%201.57-2.19%201.72a2.26%202.26%200%200%201-1.056%200c-.62-.15-1.143-.673-2.19-1.72s-1.57-1.57-1.72-2.19a2.26%202.26%200%200%201%200-1.056c.15-.62.673-1.144%201.72-2.19ZM14%2018c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689%2014%2016.46%2014%2018%2014s2.31%200%202.877.347c.316.194.582.46.776.777C22%2015.689%2022%2016.46%2022%2018s0%202.31-.347%202.877a2.36%202.36%200%200%201-.776.776C20.31%2022%2019.54%2022%2018%2022s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.776C14%2020.31%2014%2019.54%2014%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%202v8m4-4h-8%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/resources-add.svg?color=%231a73e8&size=48