doveofpeace from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.

Name
doveofpeace
Set
Firefox OS Emoji
Style
Default
Category
Nature
Viewbox
512×512
License
Apache 2.0

More nature icons from Firefox OS Emoji

Use the doveofpeace emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E0E0E0" d="M506.992 118.068c-4.993-3.466-16.072-11.926-35.201-30.191a55.2 55.2 0 0 0-13.133-12.845c-8.879-6.168-19.658-9.706-31.288-9.706c-27.844 0-50.832 20.674-54.419 47.674H372v41.388c0-.03.151-.069 0-.099v19.724c0 18.644-14.862 33.761-33.492 33.818c-18.629-.057-33.508-15.175-33.508-33.819v-11.343c-.221.106-.437.223-.658.331c-2.593-41.742-17.545-87.968-81.122-87.968c-71.806 0-95.928 22.995-134.396 22.995c-49.42 0-73.957-22.273-81.057-30.104c-1.17-1.291-3.278-.97-3.985.623c-1.471 3.313-3.189 33.445 7.023 69.339c9.788 36.189 19.325 47.534-8.142 37.196c-12.605-4.745 19.584 61.579 95.769 82.319l-.015.006c-17.885 7.401-62.67-12.763-40.7 10.694c31.988 34.153 129.177 27.525 182.04 6.266c-9.365 28.455-33.292 63.264-62.809 92.781c-21.582 21.582-52.329 34.681-75.002 41.995c-8.961 2.89-9.184 15.485-.339 18.713l4.726 1.725a9.9 9.9 0 0 1 6.499 8.958l.406 11.763c.209 6.069 5.783 10.521 11.748 9.383l12.685-2.42a9.9 9.9 0 0 1 10.988 5.906l7.402 17.71a9.9 9.9 0 0 0 10.192 6.025l23.28-2.503a9.9 9.9 0 0 1 10.416 6.613l1.089 3.155c2.88 8.344 14.414 9.04 18.265 1.097c6.096-12.573 12.32-31.505 12.32-56.4c0-50.419 60.729-71.793 119.553-71.793V367h.048c58.254 0 105.44-46.272 107.18-104.102c.164-1.026.256-2.086.256-3.272c0-32.03-14.869-71.073 7.319-100.432a55 55 0 0 0 5.443-6.239c.001-.001.003.002.004 0c13.252-13.252 29.057-25.511 35.658-30.473c1.484-1.117 1.436-3.354-.092-4.414"/><path fill="#597B91" d="M433.097 135.211c-5.702 0-10.325-4.623-10.325-10.325v-16.241c0-5.702 4.623-10.325 10.325-10.325s10.325 4.623 10.325 10.325v16.241c0 5.702-4.622 10.325-10.325 10.325"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiDoveofpeace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E0E0E0" d="M506.992 118.068c-4.993-3.466-16.072-11.926-35.201-30.191a55.2 55.2 0 0 0-13.133-12.845c-8.879-6.168-19.658-9.706-31.288-9.706c-27.844 0-50.832 20.674-54.419 47.674H372v41.388c0-.03.151-.069 0-.099v19.724c0 18.644-14.862 33.761-33.492 33.818c-18.629-.057-33.508-15.175-33.508-33.819v-11.343c-.221.106-.437.223-.658.331c-2.593-41.742-17.545-87.968-81.122-87.968c-71.806 0-95.928 22.995-134.396 22.995c-49.42 0-73.957-22.273-81.057-30.104c-1.17-1.291-3.278-.97-3.985.623c-1.471 3.313-3.189 33.445 7.023 69.339c9.788 36.189 19.325 47.534-8.142 37.196c-12.605-4.745 19.584 61.579 95.769 82.319l-.015.006c-17.885 7.401-62.67-12.763-40.7 10.694c31.988 34.153 129.177 27.525 182.04 6.266c-9.365 28.455-33.292 63.264-62.809 92.781c-21.582 21.582-52.329 34.681-75.002 41.995c-8.961 2.89-9.184 15.485-.339 18.713l4.726 1.725a9.9 9.9 0 0 1 6.499 8.958l.406 11.763c.209 6.069 5.783 10.521 11.748 9.383l12.685-2.42a9.9 9.9 0 0 1 10.988 5.906l7.402 17.71a9.9 9.9 0 0 0 10.192 6.025l23.28-2.503a9.9 9.9 0 0 1 10.416 6.613l1.089 3.155c2.88 8.344 14.414 9.04 18.265 1.097c6.096-12.573 12.32-31.505 12.32-56.4c0-50.419 60.729-71.793 119.553-71.793V367h.048c58.254 0 105.44-46.272 107.18-104.102c.164-1.026.256-2.086.256-3.272c0-32.03-14.869-71.073 7.319-100.432a55 55 0 0 0 5.443-6.239c.001-.001.003.002.004 0c13.252-13.252 29.057-25.511 35.658-30.473c1.484-1.117 1.436-3.354-.092-4.414"/><path fill="#597B91" d="M433.097 135.211c-5.702 0-10.325-4.623-10.325-10.325v-16.241c0-5.702 4.623-10.325 10.325-10.325s10.325 4.623 10.325 10.325v16.241c0 5.702-4.622 10.325-10.325 10.325"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E0E0E0" d="M506.992 118.068c-4.993-3.466-16.072-11.926-35.201-30.191a55.2 55.2 0 0 0-13.133-12.845c-8.879-6.168-19.658-9.706-31.288-9.706c-27.844 0-50.832 20.674-54.419 47.674H372v41.388c0-.03.151-.069 0-.099v19.724c0 18.644-14.862 33.761-33.492 33.818c-18.629-.057-33.508-15.175-33.508-33.819v-11.343c-.221.106-.437.223-.658.331c-2.593-41.742-17.545-87.968-81.122-87.968c-71.806 0-95.928 22.995-134.396 22.995c-49.42 0-73.957-22.273-81.057-30.104c-1.17-1.291-3.278-.97-3.985.623c-1.471 3.313-3.189 33.445 7.023 69.339c9.788 36.189 19.325 47.534-8.142 37.196c-12.605-4.745 19.584 61.579 95.769 82.319l-.015.006c-17.885 7.401-62.67-12.763-40.7 10.694c31.988 34.153 129.177 27.525 182.04 6.266c-9.365 28.455-33.292 63.264-62.809 92.781c-21.582 21.582-52.329 34.681-75.002 41.995c-8.961 2.89-9.184 15.485-.339 18.713l4.726 1.725a9.9 9.9 0 0 1 6.499 8.958l.406 11.763c.209 6.069 5.783 10.521 11.748 9.383l12.685-2.42a9.9 9.9 0 0 1 10.988 5.906l7.402 17.71a9.9 9.9 0 0 0 10.192 6.025l23.28-2.503a9.9 9.9 0 0 1 10.416 6.613l1.089 3.155c2.88 8.344 14.414 9.04 18.265 1.097c6.096-12.573 12.32-31.505 12.32-56.4c0-50.419 60.729-71.793 119.553-71.793V367h.048c58.254 0 105.44-46.272 107.18-104.102c.164-1.026.256-2.086.256-3.272c0-32.03-14.869-71.073 7.319-100.432a55 55 0 0 0 5.443-6.239c.001-.001.003.002.004 0c13.252-13.252 29.057-25.511 35.658-30.473c1.484-1.117 1.436-3.354-.092-4.414"/><path fill="#597B91" d="M433.097 135.211c-5.702 0-10.325-4.623-10.325-10.325v-16.241c0-5.702 4.623-10.325 10.325-10.325s10.325 4.623 10.325 10.325v16.241c0 5.702-4.622 10.325-10.325 10.325"/></svg>
</template>

CSS

.icon-doveofpeace {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M506.992%20118.068c-4.993-3.466-16.072-11.926-35.201-30.191a55.2%2055.2%200%200%200-13.133-12.845c-8.879-6.168-19.658-9.706-31.288-9.706c-27.844%200-50.832%2020.674-54.419%2047.674H372v41.388c0-.03.151-.069%200-.099v19.724c0%2018.644-14.862%2033.761-33.492%2033.818c-18.629-.057-33.508-15.175-33.508-33.819v-11.343c-.221.106-.437.223-.658.331c-2.593-41.742-17.545-87.968-81.122-87.968c-71.806%200-95.928%2022.995-134.396%2022.995c-49.42%200-73.957-22.273-81.057-30.104c-1.17-1.291-3.278-.97-3.985.623c-1.471%203.313-3.189%2033.445%207.023%2069.339c9.788%2036.189%2019.325%2047.534-8.142%2037.196c-12.605-4.745%2019.584%2061.579%2095.769%2082.319l-.015.006c-17.885%207.401-62.67-12.763-40.7%2010.694c31.988%2034.153%20129.177%2027.525%20182.04%206.266c-9.365%2028.455-33.292%2063.264-62.809%2092.781c-21.582%2021.582-52.329%2034.681-75.002%2041.995c-8.961%202.89-9.184%2015.485-.339%2018.713l4.726%201.725a9.9%209.9%200%200%201%206.499%208.958l.406%2011.763c.209%206.069%205.783%2010.521%2011.748%209.383l12.685-2.42a9.9%209.9%200%200%201%2010.988%205.906l7.402%2017.71a9.9%209.9%200%200%200%2010.192%206.025l23.28-2.503a9.9%209.9%200%200%201%2010.416%206.613l1.089%203.155c2.88%208.344%2014.414%209.04%2018.265%201.097c6.096-12.573%2012.32-31.505%2012.32-56.4c0-50.419%2060.729-71.793%20119.553-71.793V367h.048c58.254%200%20105.44-46.272%20107.18-104.102c.164-1.026.256-2.086.256-3.272c0-32.03-14.869-71.073%207.319-100.432a55%2055%200%200%200%205.443-6.239c.001-.001.003.002.004%200c13.252-13.252%2029.057-25.511%2035.658-30.473c1.484-1.117%201.436-3.354-.092-4.414%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M433.097%20135.211c-5.702%200-10.325-4.623-10.325-10.325v-16.241c0-5.702%204.623-10.325%2010.325-10.325s10.325%204.623%2010.325%2010.325v16.241c0%205.702-4.622%2010.325-10.325%2010.325%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M506.992%20118.068c-4.993-3.466-16.072-11.926-35.201-30.191a55.2%2055.2%200%200%200-13.133-12.845c-8.879-6.168-19.658-9.706-31.288-9.706c-27.844%200-50.832%2020.674-54.419%2047.674H372v41.388c0-.03.151-.069%200-.099v19.724c0%2018.644-14.862%2033.761-33.492%2033.818c-18.629-.057-33.508-15.175-33.508-33.819v-11.343c-.221.106-.437.223-.658.331c-2.593-41.742-17.545-87.968-81.122-87.968c-71.806%200-95.928%2022.995-134.396%2022.995c-49.42%200-73.957-22.273-81.057-30.104c-1.17-1.291-3.278-.97-3.985.623c-1.471%203.313-3.189%2033.445%207.023%2069.339c9.788%2036.189%2019.325%2047.534-8.142%2037.196c-12.605-4.745%2019.584%2061.579%2095.769%2082.319l-.015.006c-17.885%207.401-62.67-12.763-40.7%2010.694c31.988%2034.153%20129.177%2027.525%20182.04%206.266c-9.365%2028.455-33.292%2063.264-62.809%2092.781c-21.582%2021.582-52.329%2034.681-75.002%2041.995c-8.961%202.89-9.184%2015.485-.339%2018.713l4.726%201.725a9.9%209.9%200%200%201%206.499%208.958l.406%2011.763c.209%206.069%205.783%2010.521%2011.748%209.383l12.685-2.42a9.9%209.9%200%200%201%2010.988%205.906l7.402%2017.71a9.9%209.9%200%200%200%2010.192%206.025l23.28-2.503a9.9%209.9%200%200%201%2010.416%206.613l1.089%203.155c2.88%208.344%2014.414%209.04%2018.265%201.097c6.096-12.573%2012.32-31.505%2012.32-56.4c0-50.419%2060.729-71.793%20119.553-71.793V367h.048c58.254%200%20105.44-46.272%20107.18-104.102c.164-1.026.256-2.086.256-3.272c0-32.03-14.869-71.073%207.319-100.432a55%2055%200%200%200%205.443-6.239c.001-.001.003.002.004%200c13.252-13.252%2029.057-25.511%2035.658-30.473c1.484-1.117%201.436-3.354-.092-4.414%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M433.097%20135.211c-5.702%200-10.325-4.623-10.325-10.325v-16.241c0-5.702%204.623-10.325%2010.325-10.325s10.325%204.623%2010.325%2010.325v16.241c0%205.702-4.622%2010.325-10.325%2010.325%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/doveofpeace.svg?color=%231a73e8&size=48