sheaf of rice emoji
sheaf-of-rice from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- sheaf-of-rice
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More animals & nature icons from Twitter Emoji
Use the sheaf of rice emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M21.388.62c-1.852 0-4.235 1.849-6.22 4.826c-2.322 3.483-1.069 5.989-.062 8.002c.155.31.459.517.805.549L16 14a1 1 0 0 0 .8-.4c2.394-3.193 6.211-8.196 6.907-8.893A1 1 0 0 0 24 4C24 1.508 22.65.62 21.388.62m2.378 8.995c-1.21 0-2.575 1.132-4.565 3.785c-2.124 2.831-2.461 5.313-1.095 8.047a1 1 0 0 0 1.663.194c1.719-2.063 5.173-6.168 5.938-6.934A1 1 0 0 0 26 14c0-1.085 0-4.385-2.234-4.385"/><path fill="#77b255" d="M29.874 11.517a1 1 0 0 0-1.359-.385c-7.171 3.983-13.783 14.15-16.367 19.609c.838-10.195 5.569-20.044 13.559-28.034a.999.999 0 1 0-1.414-1.414C16.33 9.256 11.466 19.01 10.288 29.174c-.674-5.697-.978-13.91 1.625-19.768a1 1 0 1 0-1.827-.813c-1.326 2.983-1.945 6.501-2.162 10.009C7.04 16.718 6.001 15 4.472 15h-.046c-.91 0-1.691.466-2.321 1.726c-.247.494-.047.922.447 1.169a1 1 0 0 0 1.342-.447c.311-.622.525-.77.521-.792c.636.196 1.744 2.696 2.162 3.642c.196.443.374.842.527 1.15a.99.99 0 0 0 .728.529c.026 4.957.698 9.53 1.163 12.091l.02.11a1 1 0 0 0 1.163.806a1 1 0 0 0 .331-.132c.147.086.308.148.491.148s.344-.062.492-.147a.94.94 0 0 0 .482.147H12c.53 0 .971-.448 1-.98c.057-1.037 2.494-6.014 6.143-11.043a1 1 0 0 0 .305-.082c.244-.122.517-.272.808-.433c.934-.517 2.494-1.38 3.106-1.02c.149.088.638.535.638 2.558a1 1 0 1 0 2 0c0-2.236-.53-3.636-1.622-4.28c-.783-.461-1.668-.424-2.54-.174c2.32-2.714 4.938-5.165 7.647-6.67a1 1 0 0 0 .389-1.359"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiSheafOfRice(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M21.388.62c-1.852 0-4.235 1.849-6.22 4.826c-2.322 3.483-1.069 5.989-.062 8.002c.155.31.459.517.805.549L16 14a1 1 0 0 0 .8-.4c2.394-3.193 6.211-8.196 6.907-8.893A1 1 0 0 0 24 4C24 1.508 22.65.62 21.388.62m2.378 8.995c-1.21 0-2.575 1.132-4.565 3.785c-2.124 2.831-2.461 5.313-1.095 8.047a1 1 0 0 0 1.663.194c1.719-2.063 5.173-6.168 5.938-6.934A1 1 0 0 0 26 14c0-1.085 0-4.385-2.234-4.385"/><path fill="#77b255" d="M29.874 11.517a1 1 0 0 0-1.359-.385c-7.171 3.983-13.783 14.15-16.367 19.609c.838-10.195 5.569-20.044 13.559-28.034a.999.999 0 1 0-1.414-1.414C16.33 9.256 11.466 19.01 10.288 29.174c-.674-5.697-.978-13.91 1.625-19.768a1 1 0 1 0-1.827-.813c-1.326 2.983-1.945 6.501-2.162 10.009C7.04 16.718 6.001 15 4.472 15h-.046c-.91 0-1.691.466-2.321 1.726c-.247.494-.047.922.447 1.169a1 1 0 0 0 1.342-.447c.311-.622.525-.77.521-.792c.636.196 1.744 2.696 2.162 3.642c.196.443.374.842.527 1.15a.99.99 0 0 0 .728.529c.026 4.957.698 9.53 1.163 12.091l.02.11a1 1 0 0 0 1.163.806a1 1 0 0 0 .331-.132c.147.086.308.148.491.148s.344-.062.492-.147a.94.94 0 0 0 .482.147H12c.53 0 .971-.448 1-.98c.057-1.037 2.494-6.014 6.143-11.043a1 1 0 0 0 .305-.082c.244-.122.517-.272.808-.433c.934-.517 2.494-1.38 3.106-1.02c.149.088.638.535.638 2.558a1 1 0 1 0 2 0c0-2.236-.53-3.636-1.622-4.28c-.783-.461-1.668-.424-2.54-.174c2.32-2.714 4.938-5.165 7.647-6.67a1 1 0 0 0 .389-1.359"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M21.388.62c-1.852 0-4.235 1.849-6.22 4.826c-2.322 3.483-1.069 5.989-.062 8.002c.155.31.459.517.805.549L16 14a1 1 0 0 0 .8-.4c2.394-3.193 6.211-8.196 6.907-8.893A1 1 0 0 0 24 4C24 1.508 22.65.62 21.388.62m2.378 8.995c-1.21 0-2.575 1.132-4.565 3.785c-2.124 2.831-2.461 5.313-1.095 8.047a1 1 0 0 0 1.663.194c1.719-2.063 5.173-6.168 5.938-6.934A1 1 0 0 0 26 14c0-1.085 0-4.385-2.234-4.385"/><path fill="#77b255" d="M29.874 11.517a1 1 0 0 0-1.359-.385c-7.171 3.983-13.783 14.15-16.367 19.609c.838-10.195 5.569-20.044 13.559-28.034a.999.999 0 1 0-1.414-1.414C16.33 9.256 11.466 19.01 10.288 29.174c-.674-5.697-.978-13.91 1.625-19.768a1 1 0 1 0-1.827-.813c-1.326 2.983-1.945 6.501-2.162 10.009C7.04 16.718 6.001 15 4.472 15h-.046c-.91 0-1.691.466-2.321 1.726c-.247.494-.047.922.447 1.169a1 1 0 0 0 1.342-.447c.311-.622.525-.77.521-.792c.636.196 1.744 2.696 2.162 3.642c.196.443.374.842.527 1.15a.99.99 0 0 0 .728.529c.026 4.957.698 9.53 1.163 12.091l.02.11a1 1 0 0 0 1.163.806a1 1 0 0 0 .331-.132c.147.086.308.148.491.148s.344-.062.492-.147a.94.94 0 0 0 .482.147H12c.53 0 .971-.448 1-.98c.057-1.037 2.494-6.014 6.143-11.043a1 1 0 0 0 .305-.082c.244-.122.517-.272.808-.433c.934-.517 2.494-1.38 3.106-1.02c.149.088.638.535.638 2.558a1 1 0 1 0 2 0c0-2.236-.53-3.636-1.622-4.28c-.783-.461-1.668-.424-2.54-.174c2.32-2.714 4.938-5.165 7.647-6.67a1 1 0 0 0 .389-1.359"/></svg> </template>
CSS
.icon-sheaf-of-rice {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M21.388.62c-1.852%200-4.235%201.849-6.22%204.826c-2.322%203.483-1.069%205.989-.062%208.002c.155.31.459.517.805.549L16%2014a1%201%200%200%200%20.8-.4c2.394-3.193%206.211-8.196%206.907-8.893A1%201%200%200%200%2024%204C24%201.508%2022.65.62%2021.388.62m2.378%208.995c-1.21%200-2.575%201.132-4.565%203.785c-2.124%202.831-2.461%205.313-1.095%208.047a1%201%200%200%200%201.663.194c1.719-2.063%205.173-6.168%205.938-6.934A1%201%200%200%200%2026%2014c0-1.085%200-4.385-2.234-4.385%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M29.874%2011.517a1%201%200%200%200-1.359-.385c-7.171%203.983-13.783%2014.15-16.367%2019.609c.838-10.195%205.569-20.044%2013.559-28.034a.999.999%200%201%200-1.414-1.414C16.33%209.256%2011.466%2019.01%2010.288%2029.174c-.674-5.697-.978-13.91%201.625-19.768a1%201%200%201%200-1.827-.813c-1.326%202.983-1.945%206.501-2.162%2010.009C7.04%2016.718%206.001%2015%204.472%2015h-.046c-.91%200-1.691.466-2.321%201.726c-.247.494-.047.922.447%201.169a1%201%200%200%200%201.342-.447c.311-.622.525-.77.521-.792c.636.196%201.744%202.696%202.162%203.642c.196.443.374.842.527%201.15a.99.99%200%200%200%20.728.529c.026%204.957.698%209.53%201.163%2012.091l.02.11a1%201%200%200%200%201.163.806a1%201%200%200%200%20.331-.132c.147.086.308.148.491.148s.344-.062.492-.147a.94.94%200%200%200%20.482.147H12c.53%200%20.971-.448%201-.98c.057-1.037%202.494-6.014%206.143-11.043a1%201%200%200%200%20.305-.082c.244-.122.517-.272.808-.433c.934-.517%202.494-1.38%203.106-1.02c.149.088.638.535.638%202.558a1%201%200%201%200%202%200c0-2.236-.53-3.636-1.622-4.28c-.783-.461-1.668-.424-2.54-.174c2.32-2.714%204.938-5.165%207.647-6.67a1%201%200%200%200%20.389-1.359%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M21.388.62c-1.852%200-4.235%201.849-6.22%204.826c-2.322%203.483-1.069%205.989-.062%208.002c.155.31.459.517.805.549L16%2014a1%201%200%200%200%20.8-.4c2.394-3.193%206.211-8.196%206.907-8.893A1%201%200%200%200%2024%204C24%201.508%2022.65.62%2021.388.62m2.378%208.995c-1.21%200-2.575%201.132-4.565%203.785c-2.124%202.831-2.461%205.313-1.095%208.047a1%201%200%200%200%201.663.194c1.719-2.063%205.173-6.168%205.938-6.934A1%201%200%200%200%2026%2014c0-1.085%200-4.385-2.234-4.385%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M29.874%2011.517a1%201%200%200%200-1.359-.385c-7.171%203.983-13.783%2014.15-16.367%2019.609c.838-10.195%205.569-20.044%2013.559-28.034a.999.999%200%201%200-1.414-1.414C16.33%209.256%2011.466%2019.01%2010.288%2029.174c-.674-5.697-.978-13.91%201.625-19.768a1%201%200%201%200-1.827-.813c-1.326%202.983-1.945%206.501-2.162%2010.009C7.04%2016.718%206.001%2015%204.472%2015h-.046c-.91%200-1.691.466-2.321%201.726c-.247.494-.047.922.447%201.169a1%201%200%200%200%201.342-.447c.311-.622.525-.77.521-.792c.636.196%201.744%202.696%202.162%203.642c.196.443.374.842.527%201.15a.99.99%200%200%200%20.728.529c.026%204.957.698%209.53%201.163%2012.091l.02.11a1%201%200%200%200%201.163.806a1%201%200%200%200%20.331-.132c.147.086.308.148.491.148s.344-.062.492-.147a.94.94%200%200%200%20.482.147H12c.53%200%20.971-.448%201-.98c.057-1.037%202.494-6.014%206.143-11.043a1%201%200%200%200%20.305-.082c.244-.122.517-.272.808-.433c.934-.517%202.494-1.38%203.106-1.02c.149.088.638.535.638%202.558a1%201%200%201%200%202%200c0-2.236-.53-3.636-1.622-4.28c-.783-.461-1.668-.424-2.54-.174c2.32-2.714%204.938-5.165%207.647-6.67a1%201%200%200%200%20.389-1.359%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/sheaf-of-rice.svg?color=%231a73e8&size=48