informationsource emoji
informationsource from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- informationsource
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusariesarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrow
Use the informationsource emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#2B5770" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M256.235 157.56c21.702 0 36.816-15.114 36.816-34.878s-15.114-34.878-36.816-34.878c-21.314 0-36.428 15.114-36.428 34.878c0 19.765 15.114 34.878 36.428 34.878m42.68 226.563c-6.235 0-11.289-5.054-11.289-11.289v-176.52l-.019.009v-1.754c0-9.047-10.095-14.412-17.598-9.359c-16.213 10.919-43.483 24.705-81.334 26.927c-5.951.349-10.588 5.301-10.588 11.262v13.396c0 6.487 5.458 11.624 11.936 11.277a220 220 0 0 0 22.616-2.387c6.825-1.08 12.982 4.25 12.982 11.16v115.988c0 6.235-5.054 11.289-11.289 11.289h-2.963c-6.235 0-11.289 5.054-11.289 11.289v13.367c0 6.235 5.054 11.289 11.289 11.289h89.012c6.235 0 11.289-5.054 11.289-11.289v-13.367c0-6.235-5.054-11.289-11.289-11.289h-1.466z"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiInformationsource(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#2B5770" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M256.235 157.56c21.702 0 36.816-15.114 36.816-34.878s-15.114-34.878-36.816-34.878c-21.314 0-36.428 15.114-36.428 34.878c0 19.765 15.114 34.878 36.428 34.878m42.68 226.563c-6.235 0-11.289-5.054-11.289-11.289v-176.52l-.019.009v-1.754c0-9.047-10.095-14.412-17.598-9.359c-16.213 10.919-43.483 24.705-81.334 26.927c-5.951.349-10.588 5.301-10.588 11.262v13.396c0 6.487 5.458 11.624 11.936 11.277a220 220 0 0 0 22.616-2.387c6.825-1.08 12.982 4.25 12.982 11.16v115.988c0 6.235-5.054 11.289-11.289 11.289h-2.963c-6.235 0-11.289 5.054-11.289 11.289v13.367c0 6.235 5.054 11.289 11.289 11.289h89.012c6.235 0 11.289-5.054 11.289-11.289v-13.367c0-6.235-5.054-11.289-11.289-11.289h-1.466z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#2B5770" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M256.235 157.56c21.702 0 36.816-15.114 36.816-34.878s-15.114-34.878-36.816-34.878c-21.314 0-36.428 15.114-36.428 34.878c0 19.765 15.114 34.878 36.428 34.878m42.68 226.563c-6.235 0-11.289-5.054-11.289-11.289v-176.52l-.019.009v-1.754c0-9.047-10.095-14.412-17.598-9.359c-16.213 10.919-43.483 24.705-81.334 26.927c-5.951.349-10.588 5.301-10.588 11.262v13.396c0 6.487 5.458 11.624 11.936 11.277a220 220 0 0 0 22.616-2.387c6.825-1.08 12.982 4.25 12.982 11.16v115.988c0 6.235-5.054 11.289-11.289 11.289h-2.963c-6.235 0-11.289 5.054-11.289 11.289v13.367c0 6.235 5.054 11.289 11.289 11.289h89.012c6.235 0 11.289-5.054 11.289-11.289v-13.367c0-6.235-5.054-11.289-11.289-11.289h-1.466z"/></svg> </template>
CSS
.icon-informationsource {
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%23597B91%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%232B5770%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M256.235%20157.56c21.702%200%2036.816-15.114%2036.816-34.878s-15.114-34.878-36.816-34.878c-21.314%200-36.428%2015.114-36.428%2034.878c0%2019.765%2015.114%2034.878%2036.428%2034.878m42.68%20226.563c-6.235%200-11.289-5.054-11.289-11.289v-176.52l-.019.009v-1.754c0-9.047-10.095-14.412-17.598-9.359c-16.213%2010.919-43.483%2024.705-81.334%2026.927c-5.951.349-10.588%205.301-10.588%2011.262v13.396c0%206.487%205.458%2011.624%2011.936%2011.277a220%20220%200%200%200%2022.616-2.387c6.825-1.08%2012.982%204.25%2012.982%2011.16v115.988c0%206.235-5.054%2011.289-11.289%2011.289h-2.963c-6.235%200-11.289%205.054-11.289%2011.289v13.367c0%206.235%205.054%2011.289%2011.289%2011.289h89.012c6.235%200%2011.289-5.054%2011.289-11.289v-13.367c0-6.235-5.054-11.289-11.289-11.289h-1.466z%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%23597B91%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%232B5770%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M256.235%20157.56c21.702%200%2036.816-15.114%2036.816-34.878s-15.114-34.878-36.816-34.878c-21.314%200-36.428%2015.114-36.428%2034.878c0%2019.765%2015.114%2034.878%2036.428%2034.878m42.68%20226.563c-6.235%200-11.289-5.054-11.289-11.289v-176.52l-.019.009v-1.754c0-9.047-10.095-14.412-17.598-9.359c-16.213%2010.919-43.483%2024.705-81.334%2026.927c-5.951.349-10.588%205.301-10.588%2011.262v13.396c0%206.487%205.458%2011.624%2011.936%2011.277a220%20220%200%200%200%2022.616-2.387c6.825-1.08%2012.982%204.25%2012.982%2011.16v115.988c0%206.235-5.054%2011.289-11.289%2011.289h-2.963c-6.235%200-11.289%205.054-11.289%2011.289v13.367c0%206.235%205.054%2011.289%2011.289%2011.289h89.012c6.235%200%2011.289-5.054%2011.289-11.289v-13.367c0-6.235-5.054-11.289-11.289-11.289h-1.466z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/informationsource.svg?color=%231a73e8&size=48