pillow icon
pillow from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pillow
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the pillow 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-linejoin="round" stroke-width="1.5"><path d="M17.5 15c.281-.982.5-2.051.5-3s-.219-2.018-.5-3"/><path d="M2.53 8.524C2.275 9.627 2 10.664 2 12c0 1.337.274 2.373.53 3.476c.08.342.061.7-.047 1.035l-.399 1.23A1.726 1.726 0 0 0 3.727 20c.454 0 .99-.085 1.413-.252l.653-.257a2.15 2.15 0 0 1 1.37-.051c1.18.334 2.583.56 4.837.56s3.657-.226 4.838-.56c.451-.128.932-.12 1.369.051l.653.257c.423.167.959.252 1.413.252a1.727 1.727 0 0 0 1.643-2.26l-.399-1.229a1.94 1.94 0 0 1-.047-1.035c.256-1.103.53-2.139.53-3.476s-.274-2.373-.53-3.476c-.08-.342-.061-.7.047-1.035l.399-1.23A1.726 1.726 0 0 0 20.273 4c-.454 0-.99.085-1.413.252l-.653.257a2.15 2.15 0 0 1-1.37.051C15.658 4.226 14.255 4 12 4s-3.657.226-4.838.56c-.451.128-.932.12-1.369-.051l-.653-.257A4.1 4.1 0 0 0 3.727 4a1.727 1.727 0 0 0-1.643 2.26l.399 1.229c.108.335.127.692.048 1.035"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPillow(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M17.5 15c.281-.982.5-2.051.5-3s-.219-2.018-.5-3"/><path d="M2.53 8.524C2.275 9.627 2 10.664 2 12c0 1.337.274 2.373.53 3.476c.08.342.061.7-.047 1.035l-.399 1.23A1.726 1.726 0 0 0 3.727 20c.454 0 .99-.085 1.413-.252l.653-.257a2.15 2.15 0 0 1 1.37-.051c1.18.334 2.583.56 4.837.56s3.657-.226 4.838-.56c.451-.128.932-.12 1.369.051l.653.257c.423.167.959.252 1.413.252a1.727 1.727 0 0 0 1.643-2.26l-.399-1.229a1.94 1.94 0 0 1-.047-1.035c.256-1.103.53-2.139.53-3.476s-.274-2.373-.53-3.476c-.08-.342-.061-.7.047-1.035l.399-1.23A1.726 1.726 0 0 0 20.273 4c-.454 0-.99.085-1.413.252l-.653.257a2.15 2.15 0 0 1-1.37.051C15.658 4.226 14.255 4 12 4s-3.657.226-4.838.56c-.451.128-.932.12-1.369-.051l-.653-.257A4.1 4.1 0 0 0 3.727 4a1.727 1.727 0 0 0-1.643 2.26l.399 1.229c.108.335.127.692.048 1.035"/></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-linejoin="round" stroke-width="1.5"><path d="M17.5 15c.281-.982.5-2.051.5-3s-.219-2.018-.5-3"/><path d="M2.53 8.524C2.275 9.627 2 10.664 2 12c0 1.337.274 2.373.53 3.476c.08.342.061.7-.047 1.035l-.399 1.23A1.726 1.726 0 0 0 3.727 20c.454 0 .99-.085 1.413-.252l.653-.257a2.15 2.15 0 0 1 1.37-.051c1.18.334 2.583.56 4.837.56s3.657-.226 4.838-.56c.451-.128.932-.12 1.369.051l.653.257c.423.167.959.252 1.413.252a1.727 1.727 0 0 0 1.643-2.26l-.399-1.229a1.94 1.94 0 0 1-.047-1.035c.256-1.103.53-2.139.53-3.476s-.274-2.373-.53-3.476c-.08-.342-.061-.7.047-1.035l.399-1.23A1.726 1.726 0 0 0 20.273 4c-.454 0-.99.085-1.413.252l-.653.257a2.15 2.15 0 0 1-1.37.051C15.658 4.226 14.255 4 12 4s-3.657.226-4.838.56c-.451.128-.932.12-1.369-.051l-.653-.257A4.1 4.1 0 0 0 3.727 4a1.727 1.727 0 0 0-1.643 2.26l.399 1.229c.108.335.127.692.048 1.035"/></g></svg> </template>
CSS
.icon-pillow {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.5%2015c.281-.982.5-2.051.5-3s-.219-2.018-.5-3%22%2F%3E%3Cpath%20d%3D%22M2.53%208.524C2.275%209.627%202%2010.664%202%2012c0%201.337.274%202.373.53%203.476c.08.342.061.7-.047%201.035l-.399%201.23A1.726%201.726%200%200%200%203.727%2020c.454%200%20.99-.085%201.413-.252l.653-.257a2.15%202.15%200%200%201%201.37-.051c1.18.334%202.583.56%204.837.56s3.657-.226%204.838-.56c.451-.128.932-.12%201.369.051l.653.257c.423.167.959.252%201.413.252a1.727%201.727%200%200%200%201.643-2.26l-.399-1.229a1.94%201.94%200%200%201-.047-1.035c.256-1.103.53-2.139.53-3.476s-.274-2.373-.53-3.476c-.08-.342-.061-.7.047-1.035l.399-1.23A1.726%201.726%200%200%200%2020.273%204c-.454%200-.99.085-1.413.252l-.653.257a2.15%202.15%200%200%201-1.37.051C15.658%204.226%2014.255%204%2012%204s-3.657.226-4.838.56c-.451.128-.932.12-1.369-.051l-.653-.257A4.1%204.1%200%200%200%203.727%204a1.727%201.727%200%200%200-1.643%202.26l.399%201.229c.108.335.127.692.048%201.035%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.5%2015c.281-.982.5-2.051.5-3s-.219-2.018-.5-3%22%2F%3E%3Cpath%20d%3D%22M2.53%208.524C2.275%209.627%202%2010.664%202%2012c0%201.337.274%202.373.53%203.476c.08.342.061.7-.047%201.035l-.399%201.23A1.726%201.726%200%200%200%203.727%2020c.454%200%20.99-.085%201.413-.252l.653-.257a2.15%202.15%200%200%201%201.37-.051c1.18.334%202.583.56%204.837.56s3.657-.226%204.838-.56c.451-.128.932-.12%201.369.051l.653.257c.423.167.959.252%201.413.252a1.727%201.727%200%200%200%201.643-2.26l-.399-1.229a1.94%201.94%200%200%201-.047-1.035c.256-1.103.53-2.139.53-3.476s-.274-2.373-.53-3.476c-.08-.342-.061-.7.047-1.035l.399-1.23A1.726%201.726%200%200%200%2020.273%204c-.454%200-.99.085-1.413.252l-.653.257a2.15%202.15%200%200%201-1.37.051C15.658%204.226%2014.255%204%2012%204s-3.657.226-4.838.56c-.451.128-.932.12-1.369-.051l-.653-.257A4.1%204.1%200%200%200%203.727%204a1.727%201.727%200%200%200-1.643%202.26l.399%201.229c.108.335.127.692.048%201.035%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/pillow.svg?color=%231a73e8&size=48