browserslist logo
browserslist from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- browserslist
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
The same logo in other sets
Use the browserslist logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ffd539" d="M128 0c70.692 0 128 57.308 128 128s-57.308 128-128 128S0 198.692 0 128S57.308 0 128 0"/><path fill="#fff" d="M174.972 58.4c1.046 3.634-1.715 36.458 50.742 56.229c-3.734 7.564-20.4 14.729-50.285 21.485c-3.541-43.786-11.771-65.6-.457-77.714"/><path d="M183.878 132.81q-3.442.774-6.965 1.384c-.57-10.574-1.81-19.822-3.033-28.096c3.88.723 7.656-1.756 8.489-5.64a7.315 7.315 0 0 0-8.685-8.685a4.573 4.573 0 0 1-.605 8.945c-2.4-16.052-4-28.424 1.198-40.227c-.075 13.145 5.625 24.984 15.856 34.975c9.36 9.145 22.39 16.238 32.737 18.888c.574.685.602 1.52-.145 2.662a26 26 0 0 1-2.751 1.873c-9.87 5.785-21.944 10.739-36.096 13.92m48.027-24.74c0-6.06-4.912-10.972-10.971-10.972c-5.15 0-9.457 3.552-10.64 8.336c-16.955-8.825-36.345-26.725-31.605-52.577c3.526-4.892 8.438-9.804 15.246-14.966c-12.733-1.493-26.268.816-39.16 5.767c-.202-6.701.602-13.876 2.7-22.29c-12.36 3.153-24.114 10.104-34.338 19.278c-2.605-6.2-4.423-13.215-5.483-21.851c-10.464 7.412-18.981 18.19-25.25 30.5c-4.693-4.874-8.938-10.803-13.053-18.543c-7.1 10.648-11.185 23.73-12.633 37.439c-5.996-2.856-11.964-6.818-18.438-12.445c-2.81 12.473-1.941 26.136 1.613 39.44c-6.76-.478-13.886-2.034-22.135-5.036c1.849 12.662 7.565 25.117 15.662 36.272c-6.366 1.89-13.438 2.952-22.012 3.103c6.286 11.196 16.13 20.803 27.739 28.327c-5.353 4.183-11.716 7.802-19.881 11.1h.002c9.838 8.166 22.406 13.595 35.873 16.469c-3.464 5.656-8.025 11.167-14.287 17.007c12.087 4.089 25.735 4.66 39.31 2.532c-1.191 6.619-3.473 13.49-7.288 21.31h.002c12.785-.515 25.77-4.896 37.709-11.782c1.279 6.639 1.619 13.91.855 22.636c25.777-11.106 45.8-39.881 52.862-68.366c1.916-5.15 2.935-12.6 2.935-22.884c0-2.758-.066-5.41-.162-8.005c20.85-3.54 36.025-10.711 44.745-15.825c3.198-1.875 6.44-4.63 7.48-6.887a10.92 10.92 0 0 0 2.603-7.087"/></svg>
React
import type { SVGProps } from "react";
export function LogosBrowserslist(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ffd539" d="M128 0c70.692 0 128 57.308 128 128s-57.308 128-128 128S0 198.692 0 128S57.308 0 128 0"/><path fill="#fff" d="M174.972 58.4c1.046 3.634-1.715 36.458 50.742 56.229c-3.734 7.564-20.4 14.729-50.285 21.485c-3.541-43.786-11.771-65.6-.457-77.714"/><path d="M183.878 132.81q-3.442.774-6.965 1.384c-.57-10.574-1.81-19.822-3.033-28.096c3.88.723 7.656-1.756 8.489-5.64a7.315 7.315 0 0 0-8.685-8.685a4.573 4.573 0 0 1-.605 8.945c-2.4-16.052-4-28.424 1.198-40.227c-.075 13.145 5.625 24.984 15.856 34.975c9.36 9.145 22.39 16.238 32.737 18.888c.574.685.602 1.52-.145 2.662a26 26 0 0 1-2.751 1.873c-9.87 5.785-21.944 10.739-36.096 13.92m48.027-24.74c0-6.06-4.912-10.972-10.971-10.972c-5.15 0-9.457 3.552-10.64 8.336c-16.955-8.825-36.345-26.725-31.605-52.577c3.526-4.892 8.438-9.804 15.246-14.966c-12.733-1.493-26.268.816-39.16 5.767c-.202-6.701.602-13.876 2.7-22.29c-12.36 3.153-24.114 10.104-34.338 19.278c-2.605-6.2-4.423-13.215-5.483-21.851c-10.464 7.412-18.981 18.19-25.25 30.5c-4.693-4.874-8.938-10.803-13.053-18.543c-7.1 10.648-11.185 23.73-12.633 37.439c-5.996-2.856-11.964-6.818-18.438-12.445c-2.81 12.473-1.941 26.136 1.613 39.44c-6.76-.478-13.886-2.034-22.135-5.036c1.849 12.662 7.565 25.117 15.662 36.272c-6.366 1.89-13.438 2.952-22.012 3.103c6.286 11.196 16.13 20.803 27.739 28.327c-5.353 4.183-11.716 7.802-19.881 11.1h.002c9.838 8.166 22.406 13.595 35.873 16.469c-3.464 5.656-8.025 11.167-14.287 17.007c12.087 4.089 25.735 4.66 39.31 2.532c-1.191 6.619-3.473 13.49-7.288 21.31h.002c12.785-.515 25.77-4.896 37.709-11.782c1.279 6.639 1.619 13.91.855 22.636c25.777-11.106 45.8-39.881 52.862-68.366c1.916-5.15 2.935-12.6 2.935-22.884c0-2.758-.066-5.41-.162-8.005c20.85-3.54 36.025-10.711 44.745-15.825c3.198-1.875 6.44-4.63 7.48-6.887a10.92 10.92 0 0 0 2.603-7.087"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ffd539" d="M128 0c70.692 0 128 57.308 128 128s-57.308 128-128 128S0 198.692 0 128S57.308 0 128 0"/><path fill="#fff" d="M174.972 58.4c1.046 3.634-1.715 36.458 50.742 56.229c-3.734 7.564-20.4 14.729-50.285 21.485c-3.541-43.786-11.771-65.6-.457-77.714"/><path d="M183.878 132.81q-3.442.774-6.965 1.384c-.57-10.574-1.81-19.822-3.033-28.096c3.88.723 7.656-1.756 8.489-5.64a7.315 7.315 0 0 0-8.685-8.685a4.573 4.573 0 0 1-.605 8.945c-2.4-16.052-4-28.424 1.198-40.227c-.075 13.145 5.625 24.984 15.856 34.975c9.36 9.145 22.39 16.238 32.737 18.888c.574.685.602 1.52-.145 2.662a26 26 0 0 1-2.751 1.873c-9.87 5.785-21.944 10.739-36.096 13.92m48.027-24.74c0-6.06-4.912-10.972-10.971-10.972c-5.15 0-9.457 3.552-10.64 8.336c-16.955-8.825-36.345-26.725-31.605-52.577c3.526-4.892 8.438-9.804 15.246-14.966c-12.733-1.493-26.268.816-39.16 5.767c-.202-6.701.602-13.876 2.7-22.29c-12.36 3.153-24.114 10.104-34.338 19.278c-2.605-6.2-4.423-13.215-5.483-21.851c-10.464 7.412-18.981 18.19-25.25 30.5c-4.693-4.874-8.938-10.803-13.053-18.543c-7.1 10.648-11.185 23.73-12.633 37.439c-5.996-2.856-11.964-6.818-18.438-12.445c-2.81 12.473-1.941 26.136 1.613 39.44c-6.76-.478-13.886-2.034-22.135-5.036c1.849 12.662 7.565 25.117 15.662 36.272c-6.366 1.89-13.438 2.952-22.012 3.103c6.286 11.196 16.13 20.803 27.739 28.327c-5.353 4.183-11.716 7.802-19.881 11.1h.002c9.838 8.166 22.406 13.595 35.873 16.469c-3.464 5.656-8.025 11.167-14.287 17.007c12.087 4.089 25.735 4.66 39.31 2.532c-1.191 6.619-3.473 13.49-7.288 21.31h.002c12.785-.515 25.77-4.896 37.709-11.782c1.279 6.639 1.619 13.91.855 22.636c25.777-11.106 45.8-39.881 52.862-68.366c1.916-5.15 2.935-12.6 2.935-22.884c0-2.758-.066-5.41-.162-8.005c20.85-3.54 36.025-10.711 44.745-15.825c3.198-1.875 6.44-4.63 7.48-6.887a10.92 10.92 0 0 0 2.603-7.087"/></svg> </template>
CSS
.icon-browserslist {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%23ffd539%22%20d%3D%22M128%200c70.692%200%20128%2057.308%20128%20128s-57.308%20128-128%20128S0%20198.692%200%20128S57.308%200%20128%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M174.972%2058.4c1.046%203.634-1.715%2036.458%2050.742%2056.229c-3.734%207.564-20.4%2014.729-50.285%2021.485c-3.541-43.786-11.771-65.6-.457-77.714%22%2F%3E%3Cpath%20d%3D%22M183.878%20132.81q-3.442.774-6.965%201.384c-.57-10.574-1.81-19.822-3.033-28.096c3.88.723%207.656-1.756%208.489-5.64a7.315%207.315%200%200%200-8.685-8.685a4.573%204.573%200%200%201-.605%208.945c-2.4-16.052-4-28.424%201.198-40.227c-.075%2013.145%205.625%2024.984%2015.856%2034.975c9.36%209.145%2022.39%2016.238%2032.737%2018.888c.574.685.602%201.52-.145%202.662a26%2026%200%200%201-2.751%201.873c-9.87%205.785-21.944%2010.739-36.096%2013.92m48.027-24.74c0-6.06-4.912-10.972-10.971-10.972c-5.15%200-9.457%203.552-10.64%208.336c-16.955-8.825-36.345-26.725-31.605-52.577c3.526-4.892%208.438-9.804%2015.246-14.966c-12.733-1.493-26.268.816-39.16%205.767c-.202-6.701.602-13.876%202.7-22.29c-12.36%203.153-24.114%2010.104-34.338%2019.278c-2.605-6.2-4.423-13.215-5.483-21.851c-10.464%207.412-18.981%2018.19-25.25%2030.5c-4.693-4.874-8.938-10.803-13.053-18.543c-7.1%2010.648-11.185%2023.73-12.633%2037.439c-5.996-2.856-11.964-6.818-18.438-12.445c-2.81%2012.473-1.941%2026.136%201.613%2039.44c-6.76-.478-13.886-2.034-22.135-5.036c1.849%2012.662%207.565%2025.117%2015.662%2036.272c-6.366%201.89-13.438%202.952-22.012%203.103c6.286%2011.196%2016.13%2020.803%2027.739%2028.327c-5.353%204.183-11.716%207.802-19.881%2011.1h.002c9.838%208.166%2022.406%2013.595%2035.873%2016.469c-3.464%205.656-8.025%2011.167-14.287%2017.007c12.087%204.089%2025.735%204.66%2039.31%202.532c-1.191%206.619-3.473%2013.49-7.288%2021.31h.002c12.785-.515%2025.77-4.896%2037.709-11.782c1.279%206.639%201.619%2013.91.855%2022.636c25.777-11.106%2045.8-39.881%2052.862-68.366c1.916-5.15%202.935-12.6%202.935-22.884c0-2.758-.066-5.41-.162-8.005c20.85-3.54%2036.025-10.711%2044.745-15.825c3.198-1.875%206.44-4.63%207.48-6.887a10.92%2010.92%200%200%200%202.603-7.087%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23ffd539%22%20d%3D%22M128%200c70.692%200%20128%2057.308%20128%20128s-57.308%20128-128%20128S0%20198.692%200%20128S57.308%200%20128%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M174.972%2058.4c1.046%203.634-1.715%2036.458%2050.742%2056.229c-3.734%207.564-20.4%2014.729-50.285%2021.485c-3.541-43.786-11.771-65.6-.457-77.714%22%2F%3E%3Cpath%20d%3D%22M183.878%20132.81q-3.442.774-6.965%201.384c-.57-10.574-1.81-19.822-3.033-28.096c3.88.723%207.656-1.756%208.489-5.64a7.315%207.315%200%200%200-8.685-8.685a4.573%204.573%200%200%201-.605%208.945c-2.4-16.052-4-28.424%201.198-40.227c-.075%2013.145%205.625%2024.984%2015.856%2034.975c9.36%209.145%2022.39%2016.238%2032.737%2018.888c.574.685.602%201.52-.145%202.662a26%2026%200%200%201-2.751%201.873c-9.87%205.785-21.944%2010.739-36.096%2013.92m48.027-24.74c0-6.06-4.912-10.972-10.971-10.972c-5.15%200-9.457%203.552-10.64%208.336c-16.955-8.825-36.345-26.725-31.605-52.577c3.526-4.892%208.438-9.804%2015.246-14.966c-12.733-1.493-26.268.816-39.16%205.767c-.202-6.701.602-13.876%202.7-22.29c-12.36%203.153-24.114%2010.104-34.338%2019.278c-2.605-6.2-4.423-13.215-5.483-21.851c-10.464%207.412-18.981%2018.19-25.25%2030.5c-4.693-4.874-8.938-10.803-13.053-18.543c-7.1%2010.648-11.185%2023.73-12.633%2037.439c-5.996-2.856-11.964-6.818-18.438-12.445c-2.81%2012.473-1.941%2026.136%201.613%2039.44c-6.76-.478-13.886-2.034-22.135-5.036c1.849%2012.662%207.565%2025.117%2015.662%2036.272c-6.366%201.89-13.438%202.952-22.012%203.103c6.286%2011.196%2016.13%2020.803%2027.739%2028.327c-5.353%204.183-11.716%207.802-19.881%2011.1h.002c9.838%208.166%2022.406%2013.595%2035.873%2016.469c-3.464%205.656-8.025%2011.167-14.287%2017.007c12.087%204.089%2025.735%204.66%2039.31%202.532c-1.191%206.619-3.473%2013.49-7.288%2021.31h.002c12.785-.515%2025.77-4.896%2037.709-11.782c1.279%206.639%201.619%2013.91.855%2022.636c25.777-11.106%2045.8-39.881%2052.862-68.366c1.916-5.15%202.935-12.6%202.935-22.884c0-2.758-.066-5.41-.162-8.005c20.85-3.54%2036.025-10.711%2044.745-15.825c3.198-1.875%206.44-4.63%207.48-6.887a10.92%2010.92%200%200%200%202.603-7.087%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/browserslist.svg?color=%231a73e8&size=48