user testing icon logo
user-testing-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- user-testing-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×330
- License
- CC0
Related icons in SVG Logos
Use the user testing icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 330"><path fill="#315cfd" d="M51.366 0h154.27c28.777 0 51.409 22.632 50.327 50.414v168.68c0 27.738-22.589 50.37-50.37 50.37h-33.927l18.521 59.63l-89.446-59.63H51.409C22.632 269.464 0 246.832 0 218.055V50.457C-.043 22.632 22.59 0 51.366 0M111.3 185.124c-5.236-2.9-9.434-7.097-12.593-12.636s-4.717-12.203-4.717-19.949V62.66c0-1.385-.303-2.467-.952-3.159c-.606-.736-1.644-1.082-3.115-1.082H66.944c-.519 0-1.038.087-1.514.303s-.909.52-1.212.952a4.3 4.3 0 0 0-1.082 3.03v89.489c0 14.323 2.943 26.31 8.828 36.047c5.885 9.693 13.761 16.92 23.714 21.68c9.91 4.76 20.987 7.096 33.19 7.096c12.247 0 23.325-2.336 33.235-6.967c9.91-4.63 17.785-11.77 23.67-21.463q8.828-14.541 8.828-36.09v-89.75a4.6 4.6 0 0 0-.303-1.687c-.216-.52-.52-1.039-.909-1.428c-.822-.822-1.904-1.255-3.288-1.255h-21.897c-1.298 0-2.38.39-3.159 1.212c-.822.822-1.211 1.86-1.211 3.159v89.792c0 7.227-1.558 13.674-4.674 19.257c-3.116 5.625-7.313 9.953-12.636 13.025s-11.208 4.587-17.612 4.587c-6.534.043-12.376-1.385-17.612-4.284"/></svg>
React
import type { SVGProps } from "react";
export function LogosUserTestingIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 330"><path fill="#315cfd" d="M51.366 0h154.27c28.777 0 51.409 22.632 50.327 50.414v168.68c0 27.738-22.589 50.37-50.37 50.37h-33.927l18.521 59.63l-89.446-59.63H51.409C22.632 269.464 0 246.832 0 218.055V50.457C-.043 22.632 22.59 0 51.366 0M111.3 185.124c-5.236-2.9-9.434-7.097-12.593-12.636s-4.717-12.203-4.717-19.949V62.66c0-1.385-.303-2.467-.952-3.159c-.606-.736-1.644-1.082-3.115-1.082H66.944c-.519 0-1.038.087-1.514.303s-.909.52-1.212.952a4.3 4.3 0 0 0-1.082 3.03v89.489c0 14.323 2.943 26.31 8.828 36.047c5.885 9.693 13.761 16.92 23.714 21.68c9.91 4.76 20.987 7.096 33.19 7.096c12.247 0 23.325-2.336 33.235-6.967c9.91-4.63 17.785-11.77 23.67-21.463q8.828-14.541 8.828-36.09v-89.75a4.6 4.6 0 0 0-.303-1.687c-.216-.52-.52-1.039-.909-1.428c-.822-.822-1.904-1.255-3.288-1.255h-21.897c-1.298 0-2.38.39-3.159 1.212c-.822.822-1.211 1.86-1.211 3.159v89.792c0 7.227-1.558 13.674-4.674 19.257c-3.116 5.625-7.313 9.953-12.636 13.025s-11.208 4.587-17.612 4.587c-6.534.043-12.376-1.385-17.612-4.284"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 330"><path fill="#315cfd" d="M51.366 0h154.27c28.777 0 51.409 22.632 50.327 50.414v168.68c0 27.738-22.589 50.37-50.37 50.37h-33.927l18.521 59.63l-89.446-59.63H51.409C22.632 269.464 0 246.832 0 218.055V50.457C-.043 22.632 22.59 0 51.366 0M111.3 185.124c-5.236-2.9-9.434-7.097-12.593-12.636s-4.717-12.203-4.717-19.949V62.66c0-1.385-.303-2.467-.952-3.159c-.606-.736-1.644-1.082-3.115-1.082H66.944c-.519 0-1.038.087-1.514.303s-.909.52-1.212.952a4.3 4.3 0 0 0-1.082 3.03v89.489c0 14.323 2.943 26.31 8.828 36.047c5.885 9.693 13.761 16.92 23.714 21.68c9.91 4.76 20.987 7.096 33.19 7.096c12.247 0 23.325-2.336 33.235-6.967c9.91-4.63 17.785-11.77 23.67-21.463q8.828-14.541 8.828-36.09v-89.75a4.6 4.6 0 0 0-.303-1.687c-.216-.52-.52-1.039-.909-1.428c-.822-.822-1.904-1.255-3.288-1.255h-21.897c-1.298 0-2.38.39-3.159 1.212c-.822.822-1.211 1.86-1.211 3.159v89.792c0 7.227-1.558 13.674-4.674 19.257c-3.116 5.625-7.313 9.953-12.636 13.025s-11.208 4.587-17.612 4.587c-6.534.043-12.376-1.385-17.612-4.284"/></svg> </template>
CSS
.icon-user-testing-icon {
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%20330%22%3E%3Cpath%20fill%3D%22%23315cfd%22%20d%3D%22M51.366%200h154.27c28.777%200%2051.409%2022.632%2050.327%2050.414v168.68c0%2027.738-22.589%2050.37-50.37%2050.37h-33.927l18.521%2059.63l-89.446-59.63H51.409C22.632%20269.464%200%20246.832%200%20218.055V50.457C-.043%2022.632%2022.59%200%2051.366%200M111.3%20185.124c-5.236-2.9-9.434-7.097-12.593-12.636s-4.717-12.203-4.717-19.949V62.66c0-1.385-.303-2.467-.952-3.159c-.606-.736-1.644-1.082-3.115-1.082H66.944c-.519%200-1.038.087-1.514.303s-.909.52-1.212.952a4.3%204.3%200%200%200-1.082%203.03v89.489c0%2014.323%202.943%2026.31%208.828%2036.047c5.885%209.693%2013.761%2016.92%2023.714%2021.68c9.91%204.76%2020.987%207.096%2033.19%207.096c12.247%200%2023.325-2.336%2033.235-6.967c9.91-4.63%2017.785-11.77%2023.67-21.463q8.828-14.541%208.828-36.09v-89.75a4.6%204.6%200%200%200-.303-1.687c-.216-.52-.52-1.039-.909-1.428c-.822-.822-1.904-1.255-3.288-1.255h-21.897c-1.298%200-2.38.39-3.159%201.212c-.822.822-1.211%201.86-1.211%203.159v89.792c0%207.227-1.558%2013.674-4.674%2019.257c-3.116%205.625-7.313%209.953-12.636%2013.025s-11.208%204.587-17.612%204.587c-6.534.043-12.376-1.385-17.612-4.284%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%20330%22%3E%3Cpath%20fill%3D%22%23315cfd%22%20d%3D%22M51.366%200h154.27c28.777%200%2051.409%2022.632%2050.327%2050.414v168.68c0%2027.738-22.589%2050.37-50.37%2050.37h-33.927l18.521%2059.63l-89.446-59.63H51.409C22.632%20269.464%200%20246.832%200%20218.055V50.457C-.043%2022.632%2022.59%200%2051.366%200M111.3%20185.124c-5.236-2.9-9.434-7.097-12.593-12.636s-4.717-12.203-4.717-19.949V62.66c0-1.385-.303-2.467-.952-3.159c-.606-.736-1.644-1.082-3.115-1.082H66.944c-.519%200-1.038.087-1.514.303s-.909.52-1.212.952a4.3%204.3%200%200%200-1.082%203.03v89.489c0%2014.323%202.943%2026.31%208.828%2036.047c5.885%209.693%2013.761%2016.92%2023.714%2021.68c9.91%204.76%2020.987%207.096%2033.19%207.096c12.247%200%2023.325-2.336%2033.235-6.967c9.91-4.63%2017.785-11.77%2023.67-21.463q8.828-14.541%208.828-36.09v-89.75a4.6%204.6%200%200%200-.303-1.687c-.216-.52-.52-1.039-.909-1.428c-.822-.822-1.904-1.255-3.288-1.255h-21.897c-1.298%200-2.38.39-3.159%201.212c-.822.822-1.211%201.86-1.211%203.159v89.792c0%207.227-1.558%2013.674-4.674%2019.257c-3.116%205.625-7.313%209.953-12.636%2013.025s-11.208%204.587-17.612%204.587c-6.534.043-12.376-1.385-17.612-4.284%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/user-testing-icon.svg?color=%231a73e8&size=48