bing icon
bing from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- bing
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the bing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.35 5.046a.615.615 0 0 0-.54.575c-.009.13-.006.14.289.899c.67 1.727.833 2.142.86 2.2q.101.215.277.395c.089.092.148.141.247.208c.176.117.262.15.944.351c.664.197 1.026.327 1.338.482c.405.201.688.43.866.7c.128.195.242.544.291.896c.02.137.02.44 0 .564c-.041.27-.124.495-.252.684c-.067.1-.044.084.055-.039c.278-.346.562-.938.707-1.475a4.42 4.42 0 0 0-2.14-5.028a70 70 0 0 0-.888-.465l-.53-.277l-.353-.184c-.16-.082-.266-.138-.345-.18c-.368-.192-.523-.27-.568-.283a1 1 0 0 0-.194-.03z"/><path d="M9.152 11.493a3 3 0 0 0-.135.083a320 320 0 0 0-1.513.934l-.8.496c-.012.01-.587.367-.876.543a1.9 1.9 0 0 1-.732.257c-.12.017-.349.017-.47 0a1.9 1.9 0 0 1-.884-.358a2.5 2.5 0 0 1-.365-.364a1.9 1.9 0 0 1-.34-.76a1 1 0 0 0-.027-.121c-.005-.006.004.092.022.22c.018.132.057.324.098.489a4.1 4.1 0 0 0 2.487 2.796c.359.142.72.23 1.114.275c.147.016.566.023.72.011a4.1 4.1 0 0 0 1.956-.661l.235-.149l.394-.248l.258-.163l1.164-.736c.51-.32.663-.433.9-.665c.099-.097.248-.262.255-.283c.002-.005.028-.046.059-.091a1.64 1.64 0 0 0 .25-.682c.02-.124.02-.427 0-.565a3 3 0 0 0-.213-.758c-.15-.314-.47-.6-.928-.83a2 2 0 0 0-.273-.12c-.006 0-.433.26-.948.58l-1.113.687z"/><path d="m3.004 12.184l.03.129c.089.402.245.693.515.963a1.82 1.82 0 0 0 1.312.543c.361 0 .673-.09.994-.287l.472-.29l.373-.23V5.334c0-1.537-.003-2.45-.008-2.521a1.82 1.82 0 0 0-.535-1.177c-.097-.096-.18-.16-.427-.33L4.183.24c-.239-.163-.258-.175-.33-.2a.63.63 0 0 0-.842.464c-.009.042-.01.603-.01 3.646l.003 8.035Z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiBing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.35 5.046a.615.615 0 0 0-.54.575c-.009.13-.006.14.289.899c.67 1.727.833 2.142.86 2.2q.101.215.277.395c.089.092.148.141.247.208c.176.117.262.15.944.351c.664.197 1.026.327 1.338.482c.405.201.688.43.866.7c.128.195.242.544.291.896c.02.137.02.44 0 .564c-.041.27-.124.495-.252.684c-.067.1-.044.084.055-.039c.278-.346.562-.938.707-1.475a4.42 4.42 0 0 0-2.14-5.028a70 70 0 0 0-.888-.465l-.53-.277l-.353-.184c-.16-.082-.266-.138-.345-.18c-.368-.192-.523-.27-.568-.283a1 1 0 0 0-.194-.03z"/><path d="M9.152 11.493a3 3 0 0 0-.135.083a320 320 0 0 0-1.513.934l-.8.496c-.012.01-.587.367-.876.543a1.9 1.9 0 0 1-.732.257c-.12.017-.349.017-.47 0a1.9 1.9 0 0 1-.884-.358a2.5 2.5 0 0 1-.365-.364a1.9 1.9 0 0 1-.34-.76a1 1 0 0 0-.027-.121c-.005-.006.004.092.022.22c.018.132.057.324.098.489a4.1 4.1 0 0 0 2.487 2.796c.359.142.72.23 1.114.275c.147.016.566.023.72.011a4.1 4.1 0 0 0 1.956-.661l.235-.149l.394-.248l.258-.163l1.164-.736c.51-.32.663-.433.9-.665c.099-.097.248-.262.255-.283c.002-.005.028-.046.059-.091a1.64 1.64 0 0 0 .25-.682c.02-.124.02-.427 0-.565a3 3 0 0 0-.213-.758c-.15-.314-.47-.6-.928-.83a2 2 0 0 0-.273-.12c-.006 0-.433.26-.948.58l-1.113.687z"/><path d="m3.004 12.184l.03.129c.089.402.245.693.515.963a1.82 1.82 0 0 0 1.312.543c.361 0 .673-.09.994-.287l.472-.29l.373-.23V5.334c0-1.537-.003-2.45-.008-2.521a1.82 1.82 0 0 0-.535-1.177c-.097-.096-.18-.16-.427-.33L4.183.24c-.239-.163-.258-.175-.33-.2a.63.63 0 0 0-.842.464c-.009.042-.01.603-.01 3.646l.003 8.035Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.35 5.046a.615.615 0 0 0-.54.575c-.009.13-.006.14.289.899c.67 1.727.833 2.142.86 2.2q.101.215.277.395c.089.092.148.141.247.208c.176.117.262.15.944.351c.664.197 1.026.327 1.338.482c.405.201.688.43.866.7c.128.195.242.544.291.896c.02.137.02.44 0 .564c-.041.27-.124.495-.252.684c-.067.1-.044.084.055-.039c.278-.346.562-.938.707-1.475a4.42 4.42 0 0 0-2.14-5.028a70 70 0 0 0-.888-.465l-.53-.277l-.353-.184c-.16-.082-.266-.138-.345-.18c-.368-.192-.523-.27-.568-.283a1 1 0 0 0-.194-.03z"/><path d="M9.152 11.493a3 3 0 0 0-.135.083a320 320 0 0 0-1.513.934l-.8.496c-.012.01-.587.367-.876.543a1.9 1.9 0 0 1-.732.257c-.12.017-.349.017-.47 0a1.9 1.9 0 0 1-.884-.358a2.5 2.5 0 0 1-.365-.364a1.9 1.9 0 0 1-.34-.76a1 1 0 0 0-.027-.121c-.005-.006.004.092.022.22c.018.132.057.324.098.489a4.1 4.1 0 0 0 2.487 2.796c.359.142.72.23 1.114.275c.147.016.566.023.72.011a4.1 4.1 0 0 0 1.956-.661l.235-.149l.394-.248l.258-.163l1.164-.736c.51-.32.663-.433.9-.665c.099-.097.248-.262.255-.283c.002-.005.028-.046.059-.091a1.64 1.64 0 0 0 .25-.682c.02-.124.02-.427 0-.565a3 3 0 0 0-.213-.758c-.15-.314-.47-.6-.928-.83a2 2 0 0 0-.273-.12c-.006 0-.433.26-.948.58l-1.113.687z"/><path d="m3.004 12.184l.03.129c.089.402.245.693.515.963a1.82 1.82 0 0 0 1.312.543c.361 0 .673-.09.994-.287l.472-.29l.373-.23V5.334c0-1.537-.003-2.45-.008-2.521a1.82 1.82 0 0 0-.535-1.177c-.097-.096-.18-.16-.427-.33L4.183.24c-.239-.163-.258-.175-.33-.2a.63.63 0 0 0-.842.464c-.009.042-.01.603-.01 3.646l.003 8.035Z"/></g></svg> </template>
CSS
.icon-bing {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.35%205.046a.615.615%200%200%200-.54.575c-.009.13-.006.14.289.899c.67%201.727.833%202.142.86%202.2q.101.215.277.395c.089.092.148.141.247.208c.176.117.262.15.944.351c.664.197%201.026.327%201.338.482c.405.201.688.43.866.7c.128.195.242.544.291.896c.02.137.02.44%200%20.564c-.041.27-.124.495-.252.684c-.067.1-.044.084.055-.039c.278-.346.562-.938.707-1.475a4.42%204.42%200%200%200-2.14-5.028a70%2070%200%200%200-.888-.465l-.53-.277l-.353-.184c-.16-.082-.266-.138-.345-.18c-.368-.192-.523-.27-.568-.283a1%201%200%200%200-.194-.03z%22%2F%3E%3Cpath%20d%3D%22M9.152%2011.493a3%203%200%200%200-.135.083a320%20320%200%200%200-1.513.934l-.8.496c-.012.01-.587.367-.876.543a1.9%201.9%200%200%201-.732.257c-.12.017-.349.017-.47%200a1.9%201.9%200%200%201-.884-.358a2.5%202.5%200%200%201-.365-.364a1.9%201.9%200%200%201-.34-.76a1%201%200%200%200-.027-.121c-.005-.006.004.092.022.22c.018.132.057.324.098.489a4.1%204.1%200%200%200%202.487%202.796c.359.142.72.23%201.114.275c.147.016.566.023.72.011a4.1%204.1%200%200%200%201.956-.661l.235-.149l.394-.248l.258-.163l1.164-.736c.51-.32.663-.433.9-.665c.099-.097.248-.262.255-.283c.002-.005.028-.046.059-.091a1.64%201.64%200%200%200%20.25-.682c.02-.124.02-.427%200-.565a3%203%200%200%200-.213-.758c-.15-.314-.47-.6-.928-.83a2%202%200%200%200-.273-.12c-.006%200-.433.26-.948.58l-1.113.687z%22%2F%3E%3Cpath%20d%3D%22m3.004%2012.184l.03.129c.089.402.245.693.515.963a1.82%201.82%200%200%200%201.312.543c.361%200%20.673-.09.994-.287l.472-.29l.373-.23V5.334c0-1.537-.003-2.45-.008-2.521a1.82%201.82%200%200%200-.535-1.177c-.097-.096-.18-.16-.427-.33L4.183.24c-.239-.163-.258-.175-.33-.2a.63.63%200%200%200-.842.464c-.009.042-.01.603-.01%203.646l.003%208.035Z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.35%205.046a.615.615%200%200%200-.54.575c-.009.13-.006.14.289.899c.67%201.727.833%202.142.86%202.2q.101.215.277.395c.089.092.148.141.247.208c.176.117.262.15.944.351c.664.197%201.026.327%201.338.482c.405.201.688.43.866.7c.128.195.242.544.291.896c.02.137.02.44%200%20.564c-.041.27-.124.495-.252.684c-.067.1-.044.084.055-.039c.278-.346.562-.938.707-1.475a4.42%204.42%200%200%200-2.14-5.028a70%2070%200%200%200-.888-.465l-.53-.277l-.353-.184c-.16-.082-.266-.138-.345-.18c-.368-.192-.523-.27-.568-.283a1%201%200%200%200-.194-.03z%22%2F%3E%3Cpath%20d%3D%22M9.152%2011.493a3%203%200%200%200-.135.083a320%20320%200%200%200-1.513.934l-.8.496c-.012.01-.587.367-.876.543a1.9%201.9%200%200%201-.732.257c-.12.017-.349.017-.47%200a1.9%201.9%200%200%201-.884-.358a2.5%202.5%200%200%201-.365-.364a1.9%201.9%200%200%201-.34-.76a1%201%200%200%200-.027-.121c-.005-.006.004.092.022.22c.018.132.057.324.098.489a4.1%204.1%200%200%200%202.487%202.796c.359.142.72.23%201.114.275c.147.016.566.023.72.011a4.1%204.1%200%200%200%201.956-.661l.235-.149l.394-.248l.258-.163l1.164-.736c.51-.32.663-.433.9-.665c.099-.097.248-.262.255-.283c.002-.005.028-.046.059-.091a1.64%201.64%200%200%200%20.25-.682c.02-.124.02-.427%200-.565a3%203%200%200%200-.213-.758c-.15-.314-.47-.6-.928-.83a2%202%200%200%200-.273-.12c-.006%200-.433.26-.948.58l-1.113.687z%22%2F%3E%3Cpath%20d%3D%22m3.004%2012.184l.03.129c.089.402.245.693.515.963a1.82%201.82%200%200%200%201.312.543c.361%200%20.673-.09.994-.287l.472-.29l.373-.23V5.334c0-1.537-.003-2.45-.008-2.521a1.82%201.82%200%200%200-.535-1.177c-.097-.096-.18-.16-.427-.33L4.183.24c-.239-.163-.258-.175-.33-.2a.63.63%200%200%200-.842.464c-.009.042-.01.603-.01%203.646l.003%208.035Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/bing.svg?color=%231a73e8&size=48