pest control rodent icon

pest-control-rodent-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
pest-control-rodent-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the pest control rodent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.135 20.154q-2.044 0-3.52-1.37q-1.477-1.37-1.598-3.384q-1.588-.35-2.61-1.596q-1.023-1.246-1.023-2.873q0-1.825 1.242-3.128T7.673 6.5h2.712q.411 0 .706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.5q.84 0 1.42.58t.58 1.419t-.58 1.42t-1.42.581H7.673q-1.384 0-2.336 1.004t-.952 2.421q0 1.212.738 2.149t1.92 1.276q.245-1.933 1.643-3.209q1.397-1.275 3.29-1.275q.435 0 .923.085t.913.228q.18-.075.368-.144q.187-.07.387-.107t.412-.06q.213-.022.425-.022q1.519 0 2.622 1.016q1.103 1.015 1.103 2.544q0 .206-.003.438q-.003.233-.053.525l1.027.933q.457.401.676.933q.218.532.218 1.114q0 1.165-.815 1.985t-1.962.82zm0-1h6.082q.754 0 1.269-.524T20 17.356q0-.406-.144-.739t-.427-.59l-1.49-1.354q.103-.256.15-.53q.046-.276.046-.572q0-1.146-.792-1.935t-1.94-.79q-1.162 0-1.965.79q-.804.789-.804 1.932q0 .353.073.667q.072.313.216.613q.098.208.068.416q-.03.207-.207.33q-.176.123-.39.065q-.215-.059-.319-.255q-.223-.429-.332-.891t-.109-.953q0-.746.291-1.414q.29-.667.813-1.179q-.211-.038-.404-.067q-.192-.029-.423-.029q-1.615 0-2.763 1.214T8 15.012q0 .87.32 1.63t.881 1.314t1.318.876t1.616.322M17 17.769q-.31 0-.54-.23T16.23 17t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m-3-3.27"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPestControlRodentOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.135 20.154q-2.044 0-3.52-1.37q-1.477-1.37-1.598-3.384q-1.588-.35-2.61-1.596q-1.023-1.246-1.023-2.873q0-1.825 1.242-3.128T7.673 6.5h2.712q.411 0 .706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.5q.84 0 1.42.58t.58 1.419t-.58 1.42t-1.42.581H7.673q-1.384 0-2.336 1.004t-.952 2.421q0 1.212.738 2.149t1.92 1.276q.245-1.933 1.643-3.209q1.397-1.275 3.29-1.275q.435 0 .923.085t.913.228q.18-.075.368-.144q.187-.07.387-.107t.412-.06q.213-.022.425-.022q1.519 0 2.622 1.016q1.103 1.015 1.103 2.544q0 .206-.003.438q-.003.233-.053.525l1.027.933q.457.401.676.933q.218.532.218 1.114q0 1.165-.815 1.985t-1.962.82zm0-1h6.082q.754 0 1.269-.524T20 17.356q0-.406-.144-.739t-.427-.59l-1.49-1.354q.103-.256.15-.53q.046-.276.046-.572q0-1.146-.792-1.935t-1.94-.79q-1.162 0-1.965.79q-.804.789-.804 1.932q0 .353.073.667q.072.313.216.613q.098.208.068.416q-.03.207-.207.33q-.176.123-.39.065q-.215-.059-.319-.255q-.223-.429-.332-.891t-.109-.953q0-.746.291-1.414q.29-.667.813-1.179q-.211-.038-.404-.067q-.192-.029-.423-.029q-1.615 0-2.763 1.214T8 15.012q0 .87.32 1.63t.881 1.314t1.318.876t1.616.322M17 17.769q-.31 0-.54-.23T16.23 17t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m-3-3.27"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.135 20.154q-2.044 0-3.52-1.37q-1.477-1.37-1.598-3.384q-1.588-.35-2.61-1.596q-1.023-1.246-1.023-2.873q0-1.825 1.242-3.128T7.673 6.5h2.712q.411 0 .706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.5q.84 0 1.42.58t.58 1.419t-.58 1.42t-1.42.581H7.673q-1.384 0-2.336 1.004t-.952 2.421q0 1.212.738 2.149t1.92 1.276q.245-1.933 1.643-3.209q1.397-1.275 3.29-1.275q.435 0 .923.085t.913.228q.18-.075.368-.144q.187-.07.387-.107t.412-.06q.213-.022.425-.022q1.519 0 2.622 1.016q1.103 1.015 1.103 2.544q0 .206-.003.438q-.003.233-.053.525l1.027.933q.457.401.676.933q.218.532.218 1.114q0 1.165-.815 1.985t-1.962.82zm0-1h6.082q.754 0 1.269-.524T20 17.356q0-.406-.144-.739t-.427-.59l-1.49-1.354q.103-.256.15-.53q.046-.276.046-.572q0-1.146-.792-1.935t-1.94-.79q-1.162 0-1.965.79q-.804.789-.804 1.932q0 .353.073.667q.072.313.216.613q.098.208.068.416q-.03.207-.207.33q-.176.123-.39.065q-.215-.059-.319-.255q-.223-.429-.332-.891t-.109-.953q0-.746.291-1.414q.29-.667.813-1.179q-.211-.038-.404-.067q-.192-.029-.423-.029q-1.615 0-2.763 1.214T8 15.012q0 .87.32 1.63t.881 1.314t1.318.876t1.616.322M17 17.769q-.31 0-.54-.23T16.23 17t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m-3-3.27"/></svg>
</template>

CSS

.icon-pest-control-rodent-outline-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.135%2020.154q-2.044%200-3.52-1.37q-1.477-1.37-1.598-3.384q-1.588-.35-2.61-1.596q-1.023-1.246-1.023-2.873q0-1.825%201.242-3.128T7.673%206.5h2.712q.411%200%20.706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h1.5q.84%200%201.42.58t.58%201.419t-.58%201.42t-1.42.581H7.673q-1.384%200-2.336%201.004t-.952%202.421q0%201.212.738%202.149t1.92%201.276q.245-1.933%201.643-3.209q1.397-1.275%203.29-1.275q.435%200%20.923.085t.913.228q.18-.075.368-.144q.187-.07.387-.107t.412-.06q.213-.022.425-.022q1.519%200%202.622%201.016q1.103%201.015%201.103%202.544q0%20.206-.003.438q-.003.233-.053.525l1.027.933q.457.401.676.933q.218.532.218%201.114q0%201.165-.815%201.985t-1.962.82zm0-1h6.082q.754%200%201.269-.524T20%2017.356q0-.406-.144-.739t-.427-.59l-1.49-1.354q.103-.256.15-.53q.046-.276.046-.572q0-1.146-.792-1.935t-1.94-.79q-1.162%200-1.965.79q-.804.789-.804%201.932q0%20.353.073.667q.072.313.216.613q.098.208.068.416q-.03.207-.207.33q-.176.123-.39.065q-.215-.059-.319-.255q-.223-.429-.332-.891t-.109-.953q0-.746.291-1.414q.29-.667.813-1.179q-.211-.038-.404-.067q-.192-.029-.423-.029q-1.615%200-2.763%201.214T8%2015.012q0%20.87.32%201.63t.881%201.314t1.318.876t1.616.322M17%2017.769q-.31%200-.54-.23T16.23%2017t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m-3-3.27%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.135%2020.154q-2.044%200-3.52-1.37q-1.477-1.37-1.598-3.384q-1.588-.35-2.61-1.596q-1.023-1.246-1.023-2.873q0-1.825%201.242-3.128T7.673%206.5h2.712q.411%200%20.706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h1.5q.84%200%201.42.58t.58%201.419t-.58%201.42t-1.42.581H7.673q-1.384%200-2.336%201.004t-.952%202.421q0%201.212.738%202.149t1.92%201.276q.245-1.933%201.643-3.209q1.397-1.275%203.29-1.275q.435%200%20.923.085t.913.228q.18-.075.368-.144q.187-.07.387-.107t.412-.06q.213-.022.425-.022q1.519%200%202.622%201.016q1.103%201.015%201.103%202.544q0%20.206-.003.438q-.003.233-.053.525l1.027.933q.457.401.676.933q.218.532.218%201.114q0%201.165-.815%201.985t-1.962.82zm0-1h6.082q.754%200%201.269-.524T20%2017.356q0-.406-.144-.739t-.427-.59l-1.49-1.354q.103-.256.15-.53q.046-.276.046-.572q0-1.146-.792-1.935t-1.94-.79q-1.162%200-1.965.79q-.804.789-.804%201.932q0%20.353.073.667q.072.313.216.613q.098.208.068.416q-.03.207-.207.33q-.176.123-.39.065q-.215-.059-.319-.255q-.223-.429-.332-.891t-.109-.953q0-.746.291-1.414q.29-.667.813-1.179q-.211-.038-.404-.067q-.192-.029-.423-.029q-1.615%200-2.763%201.214T8%2015.012q0%20.87.32%201.63t.881%201.314t1.318.876t1.616.322M17%2017.769q-.31%200-.54-.23T16.23%2017t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23m-3-3.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pest-control-rodent-outline-rounded.svg?color=%231a73e8&size=48