paella icon
paella from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- paella
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the paella 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-width="1.5"><path d="M21.5 12a9.5 9.5 0 1 1-19 0a9.5 9.5 0 0 1 19 0Z"/><path d="M12 9c-1.6 0-3 1-3 1c.167.5 1 1.5 3 1.5m-1 3c.765-.153 1.437-.353 2-.6c1.278-.559 2-1.36 2-2.4C15 10 14 9 12 9m0 0c.8 1.2.333 2.167 0 2.5m0 0c.833.1 2.2.72 1 2.4M14 6v.01m4 7.48v.01m-1.5 2.99v.01M8 17v.01M6 9v.01M13.99 18s-.679.558-1.453.622c-.774.065-1.537-.374-1.537-.374M8.342 7.34s.376-.795 1.049-1.184s1.549-.317 1.549-.317m5.578 2.411s.853.212 1.366.795c.514.582.617 1.456.617 1.456M8.442 14.444s-.856-.2-1.377-.776c-.522-.576-.636-1.448-.636-1.448M7 3.133l-.566-.567a1.934 1.934 0 0 0-2.735 0L2.566 3.7a1.934 1.934 0 0 0 0 2.735L3.133 7M17 20.867l.566.567c.756.755 1.98.755 2.735 0l1.133-1.133a1.933 1.933 0 0 0 0-2.735L20.867 17"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPaella(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" strokeWidth="1.5"><path d="M21.5 12a9.5 9.5 0 1 1-19 0a9.5 9.5 0 0 1 19 0Z"/><path d="M12 9c-1.6 0-3 1-3 1c.167.5 1 1.5 3 1.5m-1 3c.765-.153 1.437-.353 2-.6c1.278-.559 2-1.36 2-2.4C15 10 14 9 12 9m0 0c.8 1.2.333 2.167 0 2.5m0 0c.833.1 2.2.72 1 2.4M14 6v.01m4 7.48v.01m-1.5 2.99v.01M8 17v.01M6 9v.01M13.99 18s-.679.558-1.453.622c-.774.065-1.537-.374-1.537-.374M8.342 7.34s.376-.795 1.049-1.184s1.549-.317 1.549-.317m5.578 2.411s.853.212 1.366.795c.514.582.617 1.456.617 1.456M8.442 14.444s-.856-.2-1.377-.776c-.522-.576-.636-1.448-.636-1.448M7 3.133l-.566-.567a1.934 1.934 0 0 0-2.735 0L2.566 3.7a1.934 1.934 0 0 0 0 2.735L3.133 7M17 20.867l.566.567c.756.755 1.98.755 2.735 0l1.133-1.133a1.933 1.933 0 0 0 0-2.735L20.867 17"/></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-width="1.5"><path d="M21.5 12a9.5 9.5 0 1 1-19 0a9.5 9.5 0 0 1 19 0Z"/><path d="M12 9c-1.6 0-3 1-3 1c.167.5 1 1.5 3 1.5m-1 3c.765-.153 1.437-.353 2-.6c1.278-.559 2-1.36 2-2.4C15 10 14 9 12 9m0 0c.8 1.2.333 2.167 0 2.5m0 0c.833.1 2.2.72 1 2.4M14 6v.01m4 7.48v.01m-1.5 2.99v.01M8 17v.01M6 9v.01M13.99 18s-.679.558-1.453.622c-.774.065-1.537-.374-1.537-.374M8.342 7.34s.376-.795 1.049-1.184s1.549-.317 1.549-.317m5.578 2.411s.853.212 1.366.795c.514.582.617 1.456.617 1.456M8.442 14.444s-.856-.2-1.377-.776c-.522-.576-.636-1.448-.636-1.448M7 3.133l-.566-.567a1.934 1.934 0 0 0-2.735 0L2.566 3.7a1.934 1.934 0 0 0 0 2.735L3.133 7M17 20.867l.566.567c.756.755 1.98.755 2.735 0l1.133-1.133a1.933 1.933 0 0 0 0-2.735L20.867 17"/></g></svg> </template>
CSS
.icon-paella {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.5%2012a9.5%209.5%200%201%201-19%200a9.5%209.5%200%200%201%2019%200Z%22%2F%3E%3Cpath%20d%3D%22M12%209c-1.6%200-3%201-3%201c.167.5%201%201.5%203%201.5m-1%203c.765-.153%201.437-.353%202-.6c1.278-.559%202-1.36%202-2.4C15%2010%2014%209%2012%209m0%200c.8%201.2.333%202.167%200%202.5m0%200c.833.1%202.2.72%201%202.4M14%206v.01m4%207.48v.01m-1.5%202.99v.01M8%2017v.01M6%209v.01M13.99%2018s-.679.558-1.453.622c-.774.065-1.537-.374-1.537-.374M8.342%207.34s.376-.795%201.049-1.184s1.549-.317%201.549-.317m5.578%202.411s.853.212%201.366.795c.514.582.617%201.456.617%201.456M8.442%2014.444s-.856-.2-1.377-.776c-.522-.576-.636-1.448-.636-1.448M7%203.133l-.566-.567a1.934%201.934%200%200%200-2.735%200L2.566%203.7a1.934%201.934%200%200%200%200%202.735L3.133%207M17%2020.867l.566.567c.756.755%201.98.755%202.735%200l1.133-1.133a1.933%201.933%200%200%200%200-2.735L20.867%2017%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.5%2012a9.5%209.5%200%201%201-19%200a9.5%209.5%200%200%201%2019%200Z%22%2F%3E%3Cpath%20d%3D%22M12%209c-1.6%200-3%201-3%201c.167.5%201%201.5%203%201.5m-1%203c.765-.153%201.437-.353%202-.6c1.278-.559%202-1.36%202-2.4C15%2010%2014%209%2012%209m0%200c.8%201.2.333%202.167%200%202.5m0%200c.833.1%202.2.72%201%202.4M14%206v.01m4%207.48v.01m-1.5%202.99v.01M8%2017v.01M6%209v.01M13.99%2018s-.679.558-1.453.622c-.774.065-1.537-.374-1.537-.374M8.342%207.34s.376-.795%201.049-1.184s1.549-.317%201.549-.317m5.578%202.411s.853.212%201.366.795c.514.582.617%201.456.617%201.456M8.442%2014.444s-.856-.2-1.377-.776c-.522-.576-.636-1.448-.636-1.448M7%203.133l-.566-.567a1.934%201.934%200%200%200-2.735%200L2.566%203.7a1.934%201.934%200%200%200%200%202.735L3.133%207M17%2020.867l.566.567c.756.755%201.98.755%202.735%200l1.133-1.133a1.933%201.933%200%200%200%200-2.735L20.867%2017%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/paella.svg?color=%231a73e8&size=48