squaredcl emoji
squaredcl from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- squaredcl
- 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 squaredcl emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M509.167 31.832c0-16.316-13.35-29.666-29.666-29.666H29.866c-14.685 0-26.699 12.015-26.699 26.699v452.602c0 14.685 12.015 26.699 26.699 26.699h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#D32A2A" d="M479.501 488.082H29.866c-14.684 0-26.699-12.015-26.699-26.699v20.085c0 14.685 12.015 26.699 26.699 26.699h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.35 29.666-29.666 29.666"/><path fill="#FFF" d="m253.531 161.092l-12.618 14.955c-4.298 5.094-11.742 6.17-17.287 2.471c-10.831-7.225-22.446-11.178-36.037-11.178c-31.762 0-54.397 25.92-54.397 87.618c0 60.237 22.27 86.523 55.857 86.523c15.524 0 27.556-5.892 38.965-13.796c5.723-3.965 13.542-2.787 17.828 2.699l11.972 15.325c4.44 5.683 3.478 13.892-2.176 18.369c-16.93 13.408-40.909 24.132-69.875 24.132c-69.364 0-115.729-46.365-115.729-133.252c0-85.063 48.555-132.522 113.903-132.522c28.192 0 48.992 7.145 67.056 19.411c6.398 4.344 7.524 13.334 2.538 19.245m111.47 178.09h70.383c7.962 0 14.091 7.029 13.008 14.917l-2.963 21.565a13.13 13.13 0 0 1-13.008 11.342H304.033c-7.251 0-13.13-5.878-13.13-13.13V135.572c0-7.251 5.878-13.13 13.13-13.13h34.707c7.251 0 13.13 5.878 13.13 13.13v190.481c.001 7.251 5.879 13.129 13.131 13.129"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiSquaredcl(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M509.167 31.832c0-16.316-13.35-29.666-29.666-29.666H29.866c-14.685 0-26.699 12.015-26.699 26.699v452.602c0 14.685 12.015 26.699 26.699 26.699h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#D32A2A" d="M479.501 488.082H29.866c-14.684 0-26.699-12.015-26.699-26.699v20.085c0 14.685 12.015 26.699 26.699 26.699h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.35 29.666-29.666 29.666"/><path fill="#FFF" d="m253.531 161.092l-12.618 14.955c-4.298 5.094-11.742 6.17-17.287 2.471c-10.831-7.225-22.446-11.178-36.037-11.178c-31.762 0-54.397 25.92-54.397 87.618c0 60.237 22.27 86.523 55.857 86.523c15.524 0 27.556-5.892 38.965-13.796c5.723-3.965 13.542-2.787 17.828 2.699l11.972 15.325c4.44 5.683 3.478 13.892-2.176 18.369c-16.93 13.408-40.909 24.132-69.875 24.132c-69.364 0-115.729-46.365-115.729-133.252c0-85.063 48.555-132.522 113.903-132.522c28.192 0 48.992 7.145 67.056 19.411c6.398 4.344 7.524 13.334 2.538 19.245m111.47 178.09h70.383c7.962 0 14.091 7.029 13.008 14.917l-2.963 21.565a13.13 13.13 0 0 1-13.008 11.342H304.033c-7.251 0-13.13-5.878-13.13-13.13V135.572c0-7.251 5.878-13.13 13.13-13.13h34.707c7.251 0 13.13 5.878 13.13 13.13v190.481c.001 7.251 5.879 13.129 13.131 13.129"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M509.167 31.832c0-16.316-13.35-29.666-29.666-29.666H29.866c-14.685 0-26.699 12.015-26.699 26.699v452.602c0 14.685 12.015 26.699 26.699 26.699h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#D32A2A" d="M479.501 488.082H29.866c-14.684 0-26.699-12.015-26.699-26.699v20.085c0 14.685 12.015 26.699 26.699 26.699h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.35 29.666-29.666 29.666"/><path fill="#FFF" d="m253.531 161.092l-12.618 14.955c-4.298 5.094-11.742 6.17-17.287 2.471c-10.831-7.225-22.446-11.178-36.037-11.178c-31.762 0-54.397 25.92-54.397 87.618c0 60.237 22.27 86.523 55.857 86.523c15.524 0 27.556-5.892 38.965-13.796c5.723-3.965 13.542-2.787 17.828 2.699l11.972 15.325c4.44 5.683 3.478 13.892-2.176 18.369c-16.93 13.408-40.909 24.132-69.875 24.132c-69.364 0-115.729-46.365-115.729-133.252c0-85.063 48.555-132.522 113.903-132.522c28.192 0 48.992 7.145 67.056 19.411c6.398 4.344 7.524 13.334 2.538 19.245m111.47 178.09h70.383c7.962 0 14.091 7.029 13.008 14.917l-2.963 21.565a13.13 13.13 0 0 1-13.008 11.342H304.033c-7.251 0-13.13-5.878-13.13-13.13V135.572c0-7.251 5.878-13.13 13.13-13.13h34.707c7.251 0 13.13 5.878 13.13 13.13v190.481c.001 7.251 5.879 13.129 13.131 13.129"/></svg> </template>
CSS
.icon-squaredcl {
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%23FF473E%22%20d%3D%22M509.167%2031.832c0-16.316-13.35-29.666-29.666-29.666H29.866c-14.685%200-26.699%2012.015-26.699%2026.699v452.602c0%2014.685%2012.015%2026.699%2026.699%2026.699h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M479.501%20488.082H29.866c-14.684%200-26.699-12.015-26.699-26.699v20.085c0%2014.685%2012.015%2026.699%2026.699%2026.699h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.35%2029.666-29.666%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22m253.531%20161.092l-12.618%2014.955c-4.298%205.094-11.742%206.17-17.287%202.471c-10.831-7.225-22.446-11.178-36.037-11.178c-31.762%200-54.397%2025.92-54.397%2087.618c0%2060.237%2022.27%2086.523%2055.857%2086.523c15.524%200%2027.556-5.892%2038.965-13.796c5.723-3.965%2013.542-2.787%2017.828%202.699l11.972%2015.325c4.44%205.683%203.478%2013.892-2.176%2018.369c-16.93%2013.408-40.909%2024.132-69.875%2024.132c-69.364%200-115.729-46.365-115.729-133.252c0-85.063%2048.555-132.522%20113.903-132.522c28.192%200%2048.992%207.145%2067.056%2019.411c6.398%204.344%207.524%2013.334%202.538%2019.245m111.47%20178.09h70.383c7.962%200%2014.091%207.029%2013.008%2014.917l-2.963%2021.565a13.13%2013.13%200%200%201-13.008%2011.342H304.033c-7.251%200-13.13-5.878-13.13-13.13V135.572c0-7.251%205.878-13.13%2013.13-13.13h34.707c7.251%200%2013.13%205.878%2013.13%2013.13v190.481c.001%207.251%205.879%2013.129%2013.131%2013.129%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%23FF473E%22%20d%3D%22M509.167%2031.832c0-16.316-13.35-29.666-29.666-29.666H29.866c-14.685%200-26.699%2012.015-26.699%2026.699v452.602c0%2014.685%2012.015%2026.699%2026.699%2026.699h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M479.501%20488.082H29.866c-14.684%200-26.699-12.015-26.699-26.699v20.085c0%2014.685%2012.015%2026.699%2026.699%2026.699h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.35%2029.666-29.666%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22m253.531%20161.092l-12.618%2014.955c-4.298%205.094-11.742%206.17-17.287%202.471c-10.831-7.225-22.446-11.178-36.037-11.178c-31.762%200-54.397%2025.92-54.397%2087.618c0%2060.237%2022.27%2086.523%2055.857%2086.523c15.524%200%2027.556-5.892%2038.965-13.796c5.723-3.965%2013.542-2.787%2017.828%202.699l11.972%2015.325c4.44%205.683%203.478%2013.892-2.176%2018.369c-16.93%2013.408-40.909%2024.132-69.875%2024.132c-69.364%200-115.729-46.365-115.729-133.252c0-85.063%2048.555-132.522%20113.903-132.522c28.192%200%2048.992%207.145%2067.056%2019.411c6.398%204.344%207.524%2013.334%202.538%2019.245m111.47%20178.09h70.383c7.962%200%2014.091%207.029%2013.008%2014.917l-2.963%2021.565a13.13%2013.13%200%200%201-13.008%2011.342H304.033c-7.251%200-13.13-5.878-13.13-13.13V135.572c0-7.251%205.878-13.13%2013.13-13.13h34.707c7.251%200%2013.13%205.878%2013.13%2013.13v190.481c.001%207.251%205.879%2013.129%2013.131%2013.129%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/squaredcl.svg?color=%231a73e8&size=48