dove icon
dove from Font Awesome 6 Solid by Dave Gandy · Regular · Animals · CC-BY-4.0 Attribution required.
- Name
- dove
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Animals
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More animals icons from Font Awesome 6 Solid
Use the dove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6v-31.5c-22.2-30.3-38-67.3-39.4-110.8c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144v64c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8.9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5l75.6-60.5H320c88.4 0 160-71.6 160-160V128l29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3H400c-44.2 0-80 35.8-80 80m80-16a16 16 0 1 1 0 32a16 16 0 1 1 0-32"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidDove(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6v-31.5c-22.2-30.3-38-67.3-39.4-110.8c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144v64c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8.9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5l75.6-60.5H320c88.4 0 160-71.6 160-160V128l29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3H400c-44.2 0-80 35.8-80 80m80-16a16 16 0 1 1 0 32a16 16 0 1 1 0-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6v-31.5c-22.2-30.3-38-67.3-39.4-110.8c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144v64c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8.9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5l75.6-60.5H320c88.4 0 160-71.6 160-160V128l29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3H400c-44.2 0-80 35.8-80 80m80-16a16 16 0 1 1 0 32a16 16 0 1 1 0-32"/></svg> </template>
CSS
.icon-dove {
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%22currentColor%22%20d%3D%22M160.8%2096.5c14%2017%2031%2030.9%2049.5%2042.2c25.9%2015.8%2053.7%2025.9%2077.7%2031.6v-31.5c-22.2-30.3-38-67.3-39.4-110.8c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21%205.8c-13.3%2015.4-32.7%2044.6-48.4%2087.2zM320%20144v64c-60.8-5.1-185-43.8-219.3-157.2C97.4%2040%2087.9%2032%2076.6%2032c-7.9%200-15.3%203.9-18.8%2011C46.8%2065.9%2032%20112.1%2032%20176c0%20116.9%2080.1%20180.5%20118.4%20202.8L11.8%20416.6C6.7%20418%202.6%20421.8.9%20426.8s-.8%2010.6%202.3%2014.8C21.7%20466.2%2077.3%20512%20160%20512c3.6%200%207.2-1.2%2010-3.5l75.6-60.5H320c88.4%200%20160-71.6%20160-160V128l29.9-44.9c1.3-2%202.1-4.4%202.1-6.8c0-6.8-5.5-12.3-12.3-12.3H400c-44.2%200-80%2035.8-80%2080m80-16a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32%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%22currentColor%22%20d%3D%22M160.8%2096.5c14%2017%2031%2030.9%2049.5%2042.2c25.9%2015.8%2053.7%2025.9%2077.7%2031.6v-31.5c-22.2-30.3-38-67.3-39.4-110.8c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21%205.8c-13.3%2015.4-32.7%2044.6-48.4%2087.2zM320%20144v64c-60.8-5.1-185-43.8-219.3-157.2C97.4%2040%2087.9%2032%2076.6%2032c-7.9%200-15.3%203.9-18.8%2011C46.8%2065.9%2032%20112.1%2032%20176c0%20116.9%2080.1%20180.5%20118.4%20202.8L11.8%20416.6C6.7%20418%202.6%20421.8.9%20426.8s-.8%2010.6%202.3%2014.8C21.7%20466.2%2077.3%20512%20160%20512c3.6%200%207.2-1.2%2010-3.5l75.6-60.5H320c88.4%200%20160-71.6%20160-160V128l29.9-44.9c1.3-2%202.1-4.4%202.1-6.8c0-6.8-5.5-12.3-12.3-12.3H400c-44.2%200-80%2035.8-80%2080m80-16a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/dove.svg?color=%231a73e8&size=48