blink light logo
blink-light from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- blink-light
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 256×256
- License
- MIT
Use the blink light logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="97.4" fill="#37474f"/><path fill="#f9a825" d="M130.974 23.383c57.809 1.624 103.262 49.782 101.638 107.591s-49.782 103.262-107.59 101.639C67.303 230.989 21.85 183.01 23.383 125.293c1.533-57.81 49.602-103.443 107.41-101.91zm-.541 10.823c-51.766-1.353-94.875 39.59-96.137 91.447c-1.353 51.766 39.59 94.875 91.357 96.137c51.766 1.353 94.875-39.59 96.137-91.357c1.443-51.856-39.5-94.875-91.357-96.227c.09 0 0 0 0 0"/><path fill="#f9a825" d="M137.9 93.403c-4.149 3.968-2.525 12.806 3.878 19.57s15.241 8.838 19.209 4.78s2.706-12.987-3.788-19.751s-15.422-8.748-19.57-4.78zm52.217-25.162c8.207 8.568 14.43 18.758 18.398 29.851c0 0 2.706 7.395-5.862 7.395H181.73s-6.674-.54-6.944 5.14c-.451 7.035-.27 12.988-.27 12.988c.27 4.058 1.803 8.026 4.328 11.183l21.554 22.727a9.184 9.184 0 0 1 1.082 12.355c-10.912 18.578-28.408 32.286-49.06 38.509c-6.314 1.894-6.945-3.247-6.765-6.764c0-2.255 2.616-52.397 2.616-52.397c.721-5.411-.992-10.912-4.78-14.881c-6.764-7.215-11.003-11.814-11.003-11.814s-4.78-4.78-11.634-11.904c-3.788-3.878-9.018-5.862-14.43-5.501H54.027c-3.427 0-8.658-.812-6.403-7.035c7.305-20.292 21.915-37.066 41.124-46.896c3.878-2.705 9.199-1.984 12.265 1.714l21.554 22.727c3.066 2.705 6.944 4.329 11.003 4.78c0 0 5.862.45 12.987.36c5.591 0 5.501-6.764 5.501-6.764s.902-13.888 1.173-20.923c-.27-2.976 1.894-5.591 4.78-5.862c.991-.09 1.893.09 2.795.451c11.003 4.69 21.013 11.634 29.22 20.292z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeBlinkLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="97.4" fill="#37474f"/><path fill="#f9a825" d="M130.974 23.383c57.809 1.624 103.262 49.782 101.638 107.591s-49.782 103.262-107.59 101.639C67.303 230.989 21.85 183.01 23.383 125.293c1.533-57.81 49.602-103.443 107.41-101.91zm-.541 10.823c-51.766-1.353-94.875 39.59-96.137 91.447c-1.353 51.766 39.59 94.875 91.357 96.137c51.766 1.353 94.875-39.59 96.137-91.357c1.443-51.856-39.5-94.875-91.357-96.227c.09 0 0 0 0 0"/><path fill="#f9a825" d="M137.9 93.403c-4.149 3.968-2.525 12.806 3.878 19.57s15.241 8.838 19.209 4.78s2.706-12.987-3.788-19.751s-15.422-8.748-19.57-4.78zm52.217-25.162c8.207 8.568 14.43 18.758 18.398 29.851c0 0 2.706 7.395-5.862 7.395H181.73s-6.674-.54-6.944 5.14c-.451 7.035-.27 12.988-.27 12.988c.27 4.058 1.803 8.026 4.328 11.183l21.554 22.727a9.184 9.184 0 0 1 1.082 12.355c-10.912 18.578-28.408 32.286-49.06 38.509c-6.314 1.894-6.945-3.247-6.765-6.764c0-2.255 2.616-52.397 2.616-52.397c.721-5.411-.992-10.912-4.78-14.881c-6.764-7.215-11.003-11.814-11.003-11.814s-4.78-4.78-11.634-11.904c-3.788-3.878-9.018-5.862-14.43-5.501H54.027c-3.427 0-8.658-.812-6.403-7.035c7.305-20.292 21.915-37.066 41.124-46.896c3.878-2.705 9.199-1.984 12.265 1.714l21.554 22.727c3.066 2.705 6.944 4.329 11.003 4.78c0 0 5.862.45 12.987.36c5.591 0 5.501-6.764 5.501-6.764s.902-13.888 1.173-20.923c-.27-2.976 1.894-5.591 4.78-5.862c.991-.09 1.893.09 2.795.451c11.003 4.69 21.013 11.634 29.22 20.292z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="97.4" fill="#37474f"/><path fill="#f9a825" d="M130.974 23.383c57.809 1.624 103.262 49.782 101.638 107.591s-49.782 103.262-107.59 101.639C67.303 230.989 21.85 183.01 23.383 125.293c1.533-57.81 49.602-103.443 107.41-101.91zm-.541 10.823c-51.766-1.353-94.875 39.59-96.137 91.447c-1.353 51.766 39.59 94.875 91.357 96.137c51.766 1.353 94.875-39.59 96.137-91.357c1.443-51.856-39.5-94.875-91.357-96.227c.09 0 0 0 0 0"/><path fill="#f9a825" d="M137.9 93.403c-4.149 3.968-2.525 12.806 3.878 19.57s15.241 8.838 19.209 4.78s2.706-12.987-3.788-19.751s-15.422-8.748-19.57-4.78zm52.217-25.162c8.207 8.568 14.43 18.758 18.398 29.851c0 0 2.706 7.395-5.862 7.395H181.73s-6.674-.54-6.944 5.14c-.451 7.035-.27 12.988-.27 12.988c.27 4.058 1.803 8.026 4.328 11.183l21.554 22.727a9.184 9.184 0 0 1 1.082 12.355c-10.912 18.578-28.408 32.286-49.06 38.509c-6.314 1.894-6.945-3.247-6.765-6.764c0-2.255 2.616-52.397 2.616-52.397c.721-5.411-.992-10.912-4.78-14.881c-6.764-7.215-11.003-11.814-11.003-11.814s-4.78-4.78-11.634-11.904c-3.788-3.878-9.018-5.862-14.43-5.501H54.027c-3.427 0-8.658-.812-6.403-7.035c7.305-20.292 21.915-37.066 41.124-46.896c3.878-2.705 9.199-1.984 12.265 1.714l21.554 22.727c3.066 2.705 6.944 4.329 11.003 4.78c0 0 5.862.45 12.987.36c5.591 0 5.501-6.764 5.501-6.764s.902-13.888 1.173-20.923c-.27-2.976 1.894-5.591 4.78-5.862c.991-.09 1.893.09 2.795.451c11.003 4.69 21.013 11.634 29.22 20.292z"/></svg> </template>
CSS
.icon-blink-light {
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%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%2297.4%22%20fill%3D%22%2337474f%22%2F%3E%3Cpath%20fill%3D%22%23f9a825%22%20d%3D%22M130.974%2023.383c57.809%201.624%20103.262%2049.782%20101.638%20107.591s-49.782%20103.262-107.59%20101.639C67.303%20230.989%2021.85%20183.01%2023.383%20125.293c1.533-57.81%2049.602-103.443%20107.41-101.91zm-.541%2010.823c-51.766-1.353-94.875%2039.59-96.137%2091.447c-1.353%2051.766%2039.59%2094.875%2091.357%2096.137c51.766%201.353%2094.875-39.59%2096.137-91.357c1.443-51.856-39.5-94.875-91.357-96.227c.09%200%200%200%200%200%22%2F%3E%3Cpath%20fill%3D%22%23f9a825%22%20d%3D%22M137.9%2093.403c-4.149%203.968-2.525%2012.806%203.878%2019.57s15.241%208.838%2019.209%204.78s2.706-12.987-3.788-19.751s-15.422-8.748-19.57-4.78zm52.217-25.162c8.207%208.568%2014.43%2018.758%2018.398%2029.851c0%200%202.706%207.395-5.862%207.395H181.73s-6.674-.54-6.944%205.14c-.451%207.035-.27%2012.988-.27%2012.988c.27%204.058%201.803%208.026%204.328%2011.183l21.554%2022.727a9.184%209.184%200%200%201%201.082%2012.355c-10.912%2018.578-28.408%2032.286-49.06%2038.509c-6.314%201.894-6.945-3.247-6.765-6.764c0-2.255%202.616-52.397%202.616-52.397c.721-5.411-.992-10.912-4.78-14.881c-6.764-7.215-11.003-11.814-11.003-11.814s-4.78-4.78-11.634-11.904c-3.788-3.878-9.018-5.862-14.43-5.501H54.027c-3.427%200-8.658-.812-6.403-7.035c7.305-20.292%2021.915-37.066%2041.124-46.896c3.878-2.705%209.199-1.984%2012.265%201.714l21.554%2022.727c3.066%202.705%206.944%204.329%2011.003%204.78c0%200%205.862.45%2012.987.36c5.591%200%205.501-6.764%205.501-6.764s.902-13.888%201.173-20.923c-.27-2.976%201.894-5.591%204.78-5.862c.991-.09%201.893.09%202.795.451c11.003%204.69%2021.013%2011.634%2029.22%2020.292z%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%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%2297.4%22%20fill%3D%22%2337474f%22%2F%3E%3Cpath%20fill%3D%22%23f9a825%22%20d%3D%22M130.974%2023.383c57.809%201.624%20103.262%2049.782%20101.638%20107.591s-49.782%20103.262-107.59%20101.639C67.303%20230.989%2021.85%20183.01%2023.383%20125.293c1.533-57.81%2049.602-103.443%20107.41-101.91zm-.541%2010.823c-51.766-1.353-94.875%2039.59-96.137%2091.447c-1.353%2051.766%2039.59%2094.875%2091.357%2096.137c51.766%201.353%2094.875-39.59%2096.137-91.357c1.443-51.856-39.5-94.875-91.357-96.227c.09%200%200%200%200%200%22%2F%3E%3Cpath%20fill%3D%22%23f9a825%22%20d%3D%22M137.9%2093.403c-4.149%203.968-2.525%2012.806%203.878%2019.57s15.241%208.838%2019.209%204.78s2.706-12.987-3.788-19.751s-15.422-8.748-19.57-4.78zm52.217-25.162c8.207%208.568%2014.43%2018.758%2018.398%2029.851c0%200%202.706%207.395-5.862%207.395H181.73s-6.674-.54-6.944%205.14c-.451%207.035-.27%2012.988-.27%2012.988c.27%204.058%201.803%208.026%204.328%2011.183l21.554%2022.727a9.184%209.184%200%200%201%201.082%2012.355c-10.912%2018.578-28.408%2032.286-49.06%2038.509c-6.314%201.894-6.945-3.247-6.765-6.764c0-2.255%202.616-52.397%202.616-52.397c.721-5.411-.992-10.912-4.78-14.881c-6.764-7.215-11.003-11.814-11.003-11.814s-4.78-4.78-11.634-11.904c-3.788-3.878-9.018-5.862-14.43-5.501H54.027c-3.427%200-8.658-.812-6.403-7.035c7.305-20.292%2021.915-37.066%2041.124-46.896c3.878-2.705%209.199-1.984%2012.265%201.714l21.554%2022.727c3.066%202.705%206.944%204.329%2011.003%204.78c0%200%205.862.45%2012.987.36c5.591%200%205.501-6.764%205.501-6.764s.902-13.888%201.173-20.923c-.27-2.976%201.894-5.591%204.78-5.862c.991-.09%201.893.09%202.795.451c11.003%204.69%2021.013%2011.634%2029.22%2020.292z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/blink-light.svg?color=%231a73e8&size=48